diff scripts/miscellaneous/untar.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/untar.m
+++ b/scripts/miscellaneous/untar.m
@@ -18,7 +18,7 @@
 ## 02110-1301, USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} untar (@var{tarfile}, @var{dir})
+## @deftypefn {Function File} {} untar (@var{tarfile}, @var{dir})
 ## Unpack the TAR archive @var{tarfile} to the directory @var{dir}.
 ## If @var{dir} is not specified, it defaults to the current directory.
 ## @seealso{unpack, bzip2, bunzip2, tar, gzip, gunzip, zip, unzip}