Mercurial > hg > octave-nkf
diff scripts/miscellaneous/bunzip2.m @ 6248:7fad1fad19e1
[project @ 2007-01-22 17:28:17 by jwe]
author | jwe |
---|---|
date | Mon, 22 Jan 2007 17:29:53 +0000 |
parents | 588721ac2140 |
children | 08ca72d6ffc9 |
line wrap: on
line diff
--- a/scripts/miscellaneous/bunzip2.m +++ b/scripts/miscellaneous/bunzip2.m @@ -18,7 +18,7 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Function File} bunzip2 (@var{bzfile}, @var{dir}) +## @deftypefn {Function File} {} bunzip2 (@var{bzfile}, @var{dir}) ## Unpack the bzip2 archive @var{bzfile} to the directory @var{dir}. If ## @var{dir} is not specified, it defaults to the current directory. ## @seealso{unpack, bzip2, tar, untar, gzip, gunzip, zip, unzip}