diff -ur cvs-tar/doc/tar.texi tar-new/doc/tar.texi --- cvs-tar/doc/tar.texi 2007-05-08 19:49:55.000000000 +0200 +++ tar-new/doc/tar.texi 2007-05-08 21:45:05.000000000 +0200 @@ -2740,15 +2740,6 @@ (see --info-script) address@hidden address@hidden --seek address@hidden -n - -Assume that the archive media supports seeks to arbitrary -locations. Usually @command{tar} determines automatically whether -the archive can be seeked or not. This option is intended for use -in cases when such recognition fails. - @opsummary{newer} @item address@hidden @itemx address@hidden @@ -2919,39 +2910,6 @@ This option does not affect extraction from archives. address@hidden address@hidden address@hidden - -Transform file or member names using @command{sed} replacement expression address@hidden For example, - address@hidden -$ @kbd{tar cf archive.tar --transform 's,^\./,usr/,' .} address@hidden smallexample - address@hidden -will add to @file{archive} files from the current working directory, -replacing initial @samp{./} prefix with @samp{usr/}. For the detailed -discussion, @xref{transform}. - -To see transformed member names in verbose listings, use address@hidden option -(@pxref{show-transformed-names}). - address@hidden address@hidden address@hidden -Always quote characters from @var{string}, even if the selected -quoting style would not quote them (@pxref{quoting styles}). - address@hidden address@hidden address@hidden -Set quoting style to use when printing member and file names -(@pxref{quoting styles}). Valid @var{style} values are: address@hidden, @code{shell}, @code{shell-always}, @code{c}, address@hidden, @code{locale}, and @code{clocale}. Default quoting -style is @code{escape}, unless overridden while configuring the -package. - @opsummary{pax-option} @item address@hidden This option is meaningful only with @acronym{POSIX.1-2001} archives @@ -2992,6 +2950,20 @@ Specifying this option instructs @command{tar} that it should use the permissions directly from the archive. @xref{Setting Access Permissions}. address@hidden address@hidden address@hidden +Always quote characters from @var{string}, even if the selected +quoting style would not quote them (@pxref{quoting styles}). + address@hidden address@hidden address@hidden +Set quoting style to use when printing member and file names +(@pxref{quoting styles}). Valid @var{style} values are: address@hidden, @code{shell}, @code{shell-always}, @code{c}, address@hidden, @code{locale}, and @code{clocale}. Default quoting +style is @code{escape}, unless overridden while configuring the +package. + @opsummary{read-full-records} @item --read-full-records @itemx -B @@ -3066,6 +3038,15 @@ (See @option{--preserve-permissions}; @pxref{Setting Access Permissions}.) address@hidden address@hidden --seek address@hidden -n + +Assume that the archive media supports seeks to arbitrary +locations. Usually @command{tar} determines automatically whether +the archive can be seeked or not. This option is intended for use +in cases when such recognition fails. + @opsummary{show-defaults} @item --show-defaults @@ -3180,6 +3161,25 @@ rather than the data modification time stored in the archive. @xref{Data Modification Times}. address@hidden address@hidden address@hidden + +Transform file or member names using @command{sed} replacement expression address@hidden For example, + address@hidden +$ @kbd{tar cf archive.tar --transform 's,^\./,usr/,' .} address@hidden smallexample + address@hidden +will add to @file{archive} files from the current working directory, +replacing initial @samp{./} prefix with @samp{usr/}. For the detailed +discussion, @xref{transform}. + +To see transformed member names in verbose listings, use address@hidden option +(@pxref{show-transformed-names}). + @opsummary{uncompress} @item --uncompress