comparison scripts/miscellaneous/untar.m @ 12500:8f2056646dba

Improve docstrings for archive functions (gzip, bzip2, etc.)
author Rik <octave@nomad.inbox5.com>
date Thu, 03 Mar 2011 13:05:50 -0800
parents c792872f8942
children 72c96de7a403
comparison
equal deleted inserted replaced
12499:a3019189ac51 12500:8f2056646dba
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} untar (@var{tarfile}, @var{dir}) 20 ## @deftypefn {Function File} {} untar (@var{tarfile})
21 ## @deftypefnx {Function File} {} untar (@var{tarfile}, @var{dir})
21 ## Unpack the TAR archive @var{tarfile} to the directory @var{dir}. 22 ## Unpack the TAR archive @var{tarfile} to the directory @var{dir}.
22 ## If @var{dir} is not specified, it defaults to the current directory. 23 ## If @var{dir} is not specified, it defaults to the current directory.
23 ## @seealso{unpack, bunzip2, tar, gzip, gunzip, zip, unzip} 24 ## @seealso{tar, unpack, bunzip2, gunzip, unzip}
24 ## @end deftypefn 25 ## @end deftypefn
25 26
26 ## Author: Søren Hauberg <hauberg@gmail.com> 27 ## Author: Søren Hauberg <hauberg@gmail.com>
27 ## Adapted-By: jwe, Bill Denney 28 ## Adapted-By: jwe, Bill Denney
28 29