]> Dogcows Code - chaz/tar/commitdiff
Documented --format=ustar
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 14 Nov 2003 09:28:18 +0000 (09:28 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 14 Nov 2003 09:28:18 +0000 (09:28 +0000)
doc/tar.texi

index 63a2c57ed1a2364e226780a28755e6bea4b2a722..af4df7069e5c7069d7eecc983c6f405db9a4c543 100644 (file)
 @set op-format-gnu @kbd{--format=gnu}
 @set op-format-oldgnu @kbd{--format=oldgnu}
 @set op-format-posix @kbd{--format=posix}
+@set op-format-ustar @kbd{--format=ustar}
 
 @set op-posix @kbd{--posix}
 @set ref-posix @ref{posix}
@@ -2753,18 +2754,20 @@ following:
 
 @table @samp
 @item v7
-Tells @command{tar} to create an archive that is compatible with Unix V7
-@command{tar}.
+Creates an archive that is compatible with Unix V7 @command{tar}.
 
 @item oldgnu
-Tells @command{tar} to create an archive that is compatible with GNU
-@command{tar} version 1.12 or earlier.
+Creates an archive that is compatible with GNU @command{tar} version
+1.12 or earlier.
+
+@item ustar
+Creates a POSIX.1-1988 compatible archive.
 
 @item posix
-Tells @command{tar} to create POSIX.1-2001 archive.
+Creates a POSIX.1-2001 archive.
 
 @item gnu
-Tells @command{tar} to create archive in GNU format.
+Creates archive in GNU format.
 @end table
 
 @item --group=@var{group}
This page took 0.04674 seconds and 4 git commands to generate.