Documented --format=ustar

This commit is contained in:
Sergey Poznyakoff
2003-11-14 09:28:18 +00:00
parent f92c7cf4c8
commit 8f5dc5ffa4

View File

@@ -355,6 +355,7 @@
@set op-format-gnu @kbd{--format=gnu} @set op-format-gnu @kbd{--format=gnu}
@set op-format-oldgnu @kbd{--format=oldgnu} @set op-format-oldgnu @kbd{--format=oldgnu}
@set op-format-posix @kbd{--format=posix} @set op-format-posix @kbd{--format=posix}
@set op-format-ustar @kbd{--format=ustar}
@set op-posix @kbd{--posix} @set op-posix @kbd{--posix}
@set ref-posix @ref{posix} @set ref-posix @ref{posix}
@@ -2753,18 +2754,20 @@ following:
@table @samp @table @samp
@item v7 @item v7
Tells @command{tar} to create an archive that is compatible with Unix V7 Creates an archive that is compatible with Unix V7 @command{tar}.
@command{tar}.
@item oldgnu @item oldgnu
Tells @command{tar} to create an archive that is compatible with GNU Creates an archive that is compatible with GNU @command{tar} version
@command{tar} version 1.12 or earlier. 1.12 or earlier.
@item ustar
Creates a POSIX.1-1988 compatible archive.
@item posix @item posix
Tells @command{tar} to create POSIX.1-2001 archive. Creates a POSIX.1-2001 archive.
@item gnu @item gnu
Tells @command{tar} to create archive in GNU format. Creates archive in GNU format.
@end table @end table
@item --group=@var{group} @item --group=@var{group}