Mercurial > hg > octave-lyh
comparison scripts/miscellaneous/bunzip2.m @ 8297:dc62132651db
doc fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 31 Oct 2008 06:36:35 -0400 |
parents | a1dbe9d80eee |
children | 02beb5be5683 |
comparison
equal
deleted
inserted
replaced
8296:6d5a7cba5177 | 8297:dc62132651db |
---|---|
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} bunzip2 (@var{bzfile}, @var{dir}) | 20 ## @deftypefn {Function File} {} bunzip2 (@var{bzfile}, @var{dir}) |
21 ## Unpack the bzip2 archive @var{bzfile} to the directory @var{dir}. If | 21 ## Unpack the bzip2 archive @var{bzfile} to the directory @var{dir}. If |
22 ## @var{dir} is not specified, it defaults to the current directory. | 22 ## @var{dir} is not specified, it defaults to the current directory. |
23 ## @seealso{unpack, bzip2, tar, untar, gzip, gunzip, zip, unzip} | 23 ## @seealso{unpack, tar, untar, gzip, gunzip, zip, unzip} |
24 ## @end deftypefn | 24 ## @end deftypefn |
25 | 25 |
26 ## Author: Bill Denney <denney@seas.upenn.edu> | 26 ## Author: Bill Denney <denney@seas.upenn.edu> |
27 | 27 |
28 function varargout = bunzip2 (files, outputdir) | 28 function varargout = bunzip2 (files, outputdir) |