]> Dogcows Code - chaz/tar/blobdiff - doc/tar.texi
Udated
[chaz/tar] / doc / tar.texi
index 9103505c2e36cfc3eb035dd394c466cd208b3a21..038d3cf6f0f60228d85c1615fe09e61e9bccd2fa 100644 (file)
@@ -1,8 +1,12 @@
-\input texinfo
-@c %**start of header
+\input texinfo @c -*-texinfo-*-
+@comment %**start of header
 @setfilename tar.info
-@settitle GNU tar
+@include version.texi
+@settitle GNU tar @value{VERSION}
+@setchapternewpage odd
+
 @finalout
+
 @smallbook
 @c %**end of header
 
@@ -42,7 +46,7 @@
 @c do not alter them inconsiderately.  Much work is needed for GNU tar
 @c internals (the sources, the programs themselves).  Revising the
 @c adequacy of the manual while revising the sources, and cleaning them
-@c both at the same time, seems to him like a good way to proceed.
+@c both at the same time, is a good way to proceed.
 @c ---------------------------------------------------------------------
 
 @c Output marks for nodes needing revision, but not in PUBLISH rendition.
 @c @value{\entry\}
 @c @end macro
 
+@macro GNUTAR
+@acronym{GNU} @command{tar}
+@end macro
+
 @set op-absolute-names @kbd{--absolute-names} (@kbd{-P})
 @set ref-absolute-names @ref{absolute}
 @set xref-absolute-names @xref{absolute}
 @set xref-bzip2 @xref{gzip}
 @set pxref-bzip2 @pxref{gzip}
 
+@set op-check-links @kbd{--check-links} (@kbd{-l})
+@set ref-check-links @ref{--check-links}
+@set xref-check-links @xref{--check-links}
+@set pxref-check-links @pxref{--check-links}
+
 @set op-checkpoint @kbd{--checkpoint}
 @set ref-checkpoint @ref{verbose}
 @set xref-checkpoint @xref{verbose}
 @set pxref-checkpoint @pxref{verbose}
 
+@set op-check-links @kbd{--check-links}
+
 @set op-compare @kbd{--compare} (@kbd{--diff}, @kbd{-d})
 @set ref-compare @ref{compare}
 @set xref-compare @xref{compare}
 @set xref-file @xref{file}
 @set pxref-file @pxref{file}
 
-@set op-files-from @kbd{--files-from=@var{file-of-names}} (@kbd{-I @var{file-of-names}}, @kbd{-T @var{file-of-names}})
+@set op-files-from @kbd{--files-from=@var{file-of-names}} (@kbd{-T @var{file-of-names}})
 @set ref-files-from @ref{files}
 @set xref-files-from @xref{files}
 @set pxref-files-from @pxref{files}
 @set pxref-interactive @pxref{interactive}
 
 @set op-keep-old-files @kbd{--keep-old-files} (@kbd{-k})
-@set ref-keep-old-files @ref{Writing}
-@set xref-keep-old-files @xref{Writing}
-@set pxref-keep-old-files @pxref{Writing}
+@set ref-keep-old-files @ref{Keep Old Files}
+@set xref-keep-old-files @xref{Keep Old Files}
+@set pxref-keep-old-files @pxref{Keep Old Files}
+
+@set op-keep-newer-files @kbd{--keep-old-files} 
+@set ref-keep-newer-files @ref{Keep Newer Files}
+@set xref-keep-newer-files @xref{Keep Newer Files}
+@set pxref-keep-newer-files @pxref{Keep Newer Files}
 
 @set op-label @kbd{--label=@var{archive-label}} (@kbd{-V @var{archive-label}})
 @set ref-label @ref{label}
 @set xref-no-recursion @xref{recurse}
 @set pxref-no-recursion @pxref{recurse}
 
-@set op-no-same-owner @kbd{--no-same-owner}
+@set op-no-same-owner @kbd{--no-same-owner} (@kbd{-o})
 @set ref-no-same-owner @ref{Attributes}
 @set xref-no-same-owner @xref{Attributes}
 @set pxref-no-same-owner @pxref{Attributes}
 @set xref-numeric-owner @xref{Attributes}
 @set pxref-numeric-owner @pxref{Attributes}
 
+@set op-occurrence @kbd{--occurrence} 
+@set ref-occurrence @ref{--occurrence}
+@set xref-occurrence @xref{--occurrence}
+@set pxref-occurrence @pxref{--occurrence}
+
 @set op-old-archive @kbd{--old-archive} (@kbd{-o})
 @set ref-old-archive @ref{old}
 @set xref-old-archive @xref{old}
 @set xref-owner @xref{Option Summary}
 @set pxref-owner @pxref{Option Summary}
 
+@set op-format @kbd{--format}
+@set ref-format @ref{format}
+@set xref-format @xref{format}
+@set pxref-format @pxref{format}
+
+@set op-format-v7 @kbd{--format=v7}
+@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}
 @set xref-posix @xref{posix}
 @set xref-starting-file @xref{Scarce}
 @set pxref-starting-file @pxref{Scarce}
 
+@set op-strip-path @kbd{--strip-path} 
+@set ref-strip-path @ref{--strip-path}
+@set xref-strip-path @xref{--strip-path}
+@set pxref-strip-path @pxref{--strip-path}
+
 @set op-suffix @kbd{--suffix=@var{suffix}}
 @set ref-suffix @ref{Backup options}
 @set xref-suffix @xref{Backup options}
 @set xref-volno-file @xref{Using Multiple Tapes}
 @set pxref-volno-file @pxref{Using Multiple Tapes}
 
-@include version.texi
-
 @c Put everything in one index (arbitrarily chosen to be the concept index).
 @syncodeindex fn cp
 @syncodeindex ky cp
 @defindex op
 @syncodeindex op cp
 
-@ifinfo
-@direntry
-* tar: (tar).                  Making tape (or disk) archives.
-@end direntry
-
-This file documents @sc{gnu} @command{tar}, which creates and extracts
-files from archives.
+@copying
 
-Published by the Free Software Foundation,
-59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA
+This manual is for @acronym{GNU} @command{tar} (version
+@value{VERSION}, @value{UPDATED}), which creates and extracts files
+from archives.
 
-Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000 Free Software
-Foundation, Inc.
+Copyright @copyright{} 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001,
+2003, 2004 Free Software Foundation, Inc.
 
+@quotation
 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1
-or any later version published by the Free Software Foundation;
-with no Invariant Sections, with no
-Front-Cover Texts, and with no Back-Cover Texts.
-A copy of the license is included in the section entitled ``GNU
-Free Documentation License''.
+under the terms of the GNU Free Documentation License, Version 1.1 or
+any later version published by the Free Software Foundation; with the
+Invariant Sections being "GNU General Public License", with the
+Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts
+as in (a) below.  A copy of the license is included in the section
+entitled "GNU Free Documentation License".
+
+(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
+this GNU Manual.  Buying copies from GNU Press supports the FSF in
+developing GNU and promoting software freedom.''
+@end quotation
+@end copying
 
-@end ifinfo
+@dircategory Archiving
+@direntry
+* Tar: (tar).                   Making tape (or disk) archives.
+@end direntry
 
-@setchapternewpage odd
+@dircategory Individual utilities
+@direntry
+* tar: (tar)tar invocation.                     Invoking @GNUTAR{}.
+@end direntry
 
-@shorttitlepage @sc{gnu} @command{tar}
+@shorttitlepage @acronym{GNU} @command{tar}
 
 @titlepage
-@title @sc{gnu} tar: an archiver tool
+@title @acronym{GNU} tar: an archiver tool
 @subtitle @value{RENDITION} @value{VERSION}, @value{UPDATED}
 @author Melissa Weisshaus, Jay Fenlason,
 @author Thomas Bushnell, n/BSG, Amy Gorin
@@ -501,33 +547,25 @@ Free Documentation License''.
 
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1992, 1994, 1995, 1996, 1997, 1999, 2000 Free Software
-Foundation, Inc.
-
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1
-or any later version published by the Free Software Foundation;
-with no Invariant Sections, with no
-Front-Cover Texts, and with no Back-Cover Texts.
-A copy of the license is included in the section entitled ``GNU
-Free Documentation License''.
+@insertcopying
 @end titlepage
 
 @ifnottex
 @node Top
-@top @sc{gnu} tar: an archiver tool
+@top @acronym{GNU} tar: an archiver tool
+
+@insertcopying
 
 @cindex file archival
 @cindex archiving files
 
-@sc{gnu} @command{tar} creates and extracts files from archives.
-
-This manual documents version @value{VERSION} of @sc{gnu} @command{tar}.
-
 The first part of this master menu lists the major nodes in this Info
 document.  The rest of the menu lists all the lower level nodes.
 @end ifnottex
 
+@c The master menu, created with texinfo-master-menu, goes here.
+@c (However, getdate.texi's menu is interpolated by hand.)
+
 @menu
 * Introduction::
 * Tutorial::
@@ -538,11 +576,11 @@ document.  The rest of the menu lists all the lower level nodes.
 * Date input formats::
 * Formats::
 * Media::
-* GNU Free Documentation License::
+* Free Software Needs Free Documentation::
+* Copying This Manual::
 * Index::
 
 @detailmenu
-
  --- The Detailed Node Listing ---
 
 Introduction
@@ -551,8 +589,8 @@ Introduction
 * Definitions::                 Some Definitions
 * What tar Does::               What @command{tar} Does
 * Naming tar Archives::         How @command{tar} Archives are Named
-* posix compliance::
-* Authors::                     @sc{gnu} @command{tar} Authors
+* Current status::              Current development status of @GNUTAR{}
+* Authors::                     @GNUTAR{} Authors
 * Reports::                     Reporting bugs or suggestions
 
 Tutorial Introduction to @command{tar}
@@ -592,7 +630,7 @@ How to Extract Members from an Archive
 * extract dir::
 * failing commands::
 
-Invoking @sc{gnu} @command{tar}
+Invoking @GNUTAR{}
 
 * Synopsis::
 * using tar options::
@@ -615,7 +653,7 @@ All @command{tar} Options
 * Option Summary::
 * Short Option Summary::
 
-@sc{gnu} @command{tar} Operations
+@GNUTAR{} Operations
 
 * Basic tar::
 * Advanced tar::
@@ -625,10 +663,9 @@ All @command{tar} Options
 * Applications::
 * looking ahead::
 
-Advanced @sc{gnu} @command{tar} Operations
+Advanced @GNUTAR{} Operations
 
 * Operations::
-* current state::
 * append::
 * update::
 * concatenate::
@@ -644,7 +681,7 @@ Updating an Archive
 
 * how to update::
 
-Options used by @code{--create}
+Options Used by @code{--create}
 
 * Ignore Failed Read::
 
@@ -659,16 +696,14 @@ Options to Help Read Archives
 * read full records::
 * Ignore Zeros::
 
-Changing How @command{tar} Extracts Files Over Preexisting Files
+Changing How @command{tar} Writes Files
 
 * Dealing with Old Files::
 * Overwrite Old Files::
 * Keep Old Files::
+* Keep Newer Files::
 * Unlink First::
 * Recursive Unlink::
-
-Changing How @command{tar} Writes Files
-
 * Modification Times::
 * Setting Access Permissions::
 * Writing to Standard Output::
@@ -711,6 +746,7 @@ Reading Names from a File
 
 Excluding Some Files
 
+* controlling pattern-patching with exclude::
 * problems with exclude::
 
 Crossing Filesystem Boundaries
@@ -727,7 +763,8 @@ Date input formats
 * Day of week items::              Monday and others.
 * Relative items in date strings:: next tuesday, 2 years ago.
 * Pure numbers in date strings::   19931219, 1440.
-* Authors of getdate::             Bellovin, Eggert, Berets, Salz, et al.
+* Seconds since the Epoch::        @@1078100502.
+* Authors of get_date::            Bellovin, Eggert, Salz, Berets, et al.
 
 Controlling the Archive Format
 
@@ -735,7 +772,7 @@ Controlling the Archive Format
 * Compression::                 Using Less Space through Compression
 * Attributes::                  Handling File Attributes
 * Standard::                    The Standard Format
-* Extensions::                  @sc{gnu} Extensions to the Archive Format
+* Extensions::                  @acronym{GNU} Extensions to the Archive Format
 * cpio::                        Comparison of @command{tar} and @command{cpio}
 
 Making @command{tar} Archives More Portable
@@ -778,24 +815,31 @@ Using Multiple Tapes
 
 * Multi-Volume Archives::       Archives Longer than One Tape or Disk
 * Tape Files::                  Tape Files
+
+Copying This Manual
+
+* GNU Free Documentation License::  License for copying this manual
+
 @end detailmenu
 @end menu
 
 @node Introduction
 @chapter Introduction
 
-Welcome to the @sc{gnu} @command{tar} manual.  @sc{gnu} @command{tar} creates
-and manipulates (@dfn{archives}) which are actually collections of
+@GNUTAR{} creates
+and manipulates @dfn{archives} which are actually collections of
 many other files; the program provides users with an organized and
 systematic method for controlling a large amount of data.
+The name ``tar'' originally came from the phrase ``Tape ARchive'', but
+archives need not (and these days, typically do not) reside on tapes.
 
 @menu
 * Book Contents::               What this Book Contains
 * Definitions::                 Some Definitions
 * What tar Does::               What @command{tar} Does
 * Naming tar Archives::         How @command{tar} Archives are Named
-* posix compliance::
-* Authors::                     @sc{gnu} @command{tar} Authors
+* Current status::              Current development status of @GNUTAR{}
+* Authors::                     @GNUTAR{} Authors
 * Reports::                     Reporting bugs or suggestions
 @end menu
 
@@ -803,8 +847,8 @@ systematic method for controlling a large amount of data.
 @section What this Book Contains
 
 The first part of this chapter introduces you to various terms that will
-recur throughout the book.  It also tells you who has worked on @sc{gnu}
-@command{tar} and its documentation, and where you should send bug reports
+recur throughout the book.  It also tells you who has worked on @GNUTAR{}
+and its documentation, and where you should send bug reports
 or comments.
 
 The second chapter is a tutorial (@pxref{Tutorial}) which provides a
@@ -827,18 +871,18 @@ concepts of using a Unix-type operating system; @pxref{Tutorial}.)
 The third chapter presents the remaining five operations, and
 information about using @command{tar} options and option syntax.
 
-@FIXME{this sounds more like a @sc{gnu} Project Manuals Concept [tm] more
+@FIXME{this sounds more like a @acronym{GNU} Project Manuals Concept [tm] more
 than the reality.  should think about whether this makes sense to say
 here, or not.}  The other chapters are meant to be used as a
 reference.  Each chapter presents everything that needs to be said
 about a specific topic.
 
-One of the chapters (@pxref{Date input formats}) exists in its entirety
-in other @sc{gnu} manuals, and is mostly self-contained.  In addition, one
-section of this manual (@pxref{Standard}) contains a big quote which is
-taken directly from @command{tar} sources.
+One of the chapters (@pxref{Date input formats}) exists in its
+entirety in other @acronym{GNU} manuals, and is mostly self-contained.
+In addition, one section of this manual (@pxref{Standard}) contains a
+big quote which is taken directly from @command{tar} sources.
 
-In general, we give both the long and short (abbreviated) option names
+In general, we give both long and short (abbreviated) option names
 at least once in each section where the relevant option is covered, so
 that novice readers will become familiar with both styles.  (A few
 options have no short versions, and the relevant sections will
@@ -908,10 +952,11 @@ of them: storage, backup, and transportation.
 @table @asis
 @item Storage
 Often, @command{tar} archives are used to store related files for
-convenient file transfer over a network.  For example, the @sc{gnu} Project
-distributes its software bundled into @command{tar} archives, so that
-all the files relating to a particular program (or set of related
-programs) can be transferred as a single unit.
+convenient file transfer over a network.  For example, the
+@acronym{GNU} Project distributes its software bundled into
+@command{tar} archives, so that all the files relating to a particular
+program (or set of related programs) can be transferred as a single
+unit.
 
 A magnetic tape can store several files in sequence.  However, the tape
 has no names for these files; it only knows their relative position on
@@ -928,14 +973,15 @@ space; the idea here is that @command{tar} can be used to move archives in
 all dimensions, even time!)
 
 @item Backup
-Because the archive created by @command{tar} is capable of preserving file
-information and directory structure, @command{tar} is commonly used for
-performing full and incremental backups of disks.  A backup puts a
-collection of files (possibly pertaining to many users and
-projects) together on a disk or a tape.  This guards against accidental
-destruction of the information in those files.  @sc{gnu} @command{tar} has
-special features that allow it to be used to make incremental and full
-dumps of all the files in a filesystem.
+Because the archive created by @command{tar} is capable of preserving
+file information and directory structure, @command{tar} is commonly
+used for performing full and incremental backups of disks.  A backup
+puts a collection of files (possibly pertaining to many users and
+projects) together on a disk or a tape.  This guards against
+accidental destruction of the information in those files.
+@GNUTAR{} has special features that allow it to be
+used to make incremental and full dumps of all the files in a
+filesystem.
 
 @item Transportation
 You can create an archive on one system, transfer it to another system,
@@ -960,44 +1006,78 @@ the operation of @command{tar}, this causes no difficulty.  However, in
 this manual, we consistently refer to ``archives'' and ``archive
 members'' to make learning to use @command{tar} easier for novice users.
 
-@node posix compliance
-@section @sc{posix} Compliance
+@node Current status
+@section Current development status of @GNUTAR{}
 
-@noindent
-@FIXME{must ask franc,ois about this.  dan hagerty thinks this might
-be an issue, but we're not really sure at this time.  dan just tried a
-test case of mixing up options' orders while the variable was set, and
-there was no problem...}
-
-We make some of our recommendations throughout this book for one
-reason in addition to what we think of as ``good sense''.  The main
-additional reason for a recommendation is to be compliant with the
-@sc{posix} standards.  If you set the shell environment variable
-@env{POSIXLY_CORRECT}, @sc{gnu} @command{tar} will force you to adhere to
-these standards.  Therefore, if this variable is set and you violate
-one of the @sc{posix} standards in the way you phrase a command, for
-example, @sc{gnu} @command{tar} will not allow the command and will signal an
-error message.  You would then have to reorder the options or rephrase
-the command to comply with the @sc{posix} standards.
-
-There is a chance in the future that, if you set this environment
-variable, your archives will be forced to comply with @sc{posix} standards,
-also.  No @sc{gnu} @command{tar} extensions will be allowed.
+@GNUTAR{} is currently in the process of active development, whose
+primary aims are:
+
+@itemize @bullet
+@item Improve compatibility between @GNUTAR{} and other @command{tar}
+implementations.
+@item Switch to using @acronym{POSIX} archives.
+@item Revise sparse file handling and multiple volume processing.
+@item Merge with the @acronym{GNU} @code{paxutils} project.
+@end itemize
+
+Some of these aims are already attained, while others are still
+being worked upon. From the point of view of an end user, the
+following issues need special mentioning:
+
+@table @asis
+@item Use of short option @option{-o}.
+
+Earlier versions of @GNUTAR{} understood @option{-o} command line
+option as a synonym for @option{--old-archive}.
+
+@GNUTAR{} starting from version 1.13.90 understands this option as
+a synonym for @option{--no-same-owner}. This is compatible with
+UNIX98 @command{tar} implementations.
+
+However, to facilitate transition, @option{-o} option retains its
+old semantics when it is used with one of archive-creation commands.
+Users are encouraged to use @value{op-format-oldgnu} instead.
+
+It is especially important, since versions of @acronym{GNU} Automake
+up to and including 1.8.4 invoke tar with this option to produce
+distribution tarballs. @xref{Formats,v7}, for the detailed discussion
+of this issue and its implications.
+
+Future versions of @GNUTAR{} will understand @option{-o} only as a
+synonym for @option{--no-same-owner}.
+
+@item Use of short option @option{-l}
+
+Earlier versions of @GNUTAR{} understood @option{-l} option as a
+synonym for @samp{--one-file-system}. Such usage is deprecated.
+For compatibility with other implementations future versions of
+@GNUTAR{} will understand this option as a synonym for
+@option{--check-links}.
+
+@item Use of options @option{--portability} and @option{--old-archive}
+
+These options are deprecated. Please use @option{--format=v7} instead.
+
+@item Use of option @option{--posix}
+
+This option is deprecated. Please use @option{--format=posix} instead.
+@end table
 
 @node Authors
-@section @sc{gnu} @command{tar} Authors
+@section @GNUTAR{} Authors
 
-@sc{gnu} @command{tar} was originally written by John Gilmore, and modified by
-many people.  The @sc{gnu} enhancements were written by Jay Fenlason, then
-Joy Kendall, and the whole package has been further maintained by
-Thomas Bushnell, n/BSG, and finally Fran@,{c}ois Pinard, with
-the help of numerous and kind users.
+@GNUTAR{} was originally written by John Gilmore,
+and modified by many people.  The @acronym{GNU} enhancements were
+written by Jay Fenlason, then Joy Kendall, and the whole package has
+been further maintained by Thomas Bushnell, n/BSG, Fran@,{c}ois
+Pinard, Paul Eggert, and finally Sergey Poznyakoff with the help of
+numerous and kind users.
 
 We wish to stress that @command{tar} is a collective work, and owes much to
 all those people who reported problems, offered solutions and other
 insights, or shared their thoughts and suggestions.  An impressive, yet
 partial list of those contributors can be found in the @file{THANKS}
-file from the @sc{gnu} @command{tar} distribution.
+file from the @GNUTAR{} distribution.
 
 @FIXME{i want all of these names mentioned, Absolutely.  BUT, i'm not
 sure i want to spell out the history in this detail, at least not for
@@ -1007,21 +1087,28 @@ i'll think about it.}
 @FIXME{History is more important, and surely more interesting, than
 actual names.  Quoting names without history would be meaningless.  FP}
 
-Jay Fenlason put together a draft of a @sc{gnu} @command{tar} manual,
-borrowing notes from the original man page from John Gilmore.  This
-was withdrawn in version
-1.11.  Thomas Bushnell, n/BSG and Amy Gorin worked on a tutorial and
-manual for @sc{gnu} @command{tar}.  Fran@,{c}ois Pinard put version 1.11.8
-of the manual together by taking information from all these sources
-and merging them.  Melissa Weisshaus finally edited and redesigned the
-book to create version 1.12.  @FIXME{update version number as
-necessary; i'm being optimistic!} @FIXME{Someone [maybe karl berry?
-maybe bob chassell?  maybe melissa? maybe julie sussman?]  needs to
-properly index the thing.}
+Jay Fenlason put together a draft of a @GNUTAR{}
+manual, borrowing notes from the original man page from John Gilmore.
+This was withdrawn in version 1.11.  Thomas Bushnell, n/BSG and Amy
+Gorin worked on a tutorial and manual for @GNUTAR{}.
+Fran@,{c}ois Pinard put version 1.11.8 of the manual together by
+taking information from all these sources and merging them.  Melissa
+Weisshaus finally edited and redesigned the book to create version
+1.12.  @FIXME{update version number as necessary; i'm being
+optimistic!} @FIXME{Someone [maybe karl berry?  maybe bob chassell?
+maybe melissa? maybe julie sussman?]  needs to properly index the
+thing.}
 
 For version 1.12, Daniel Hagerty contributed a great deal of technical
 consulting.  In particular, he is the primary author of @ref{Backups}.
 
+In July, 2003 @GNUTAR{} was put on CVS at @url{savannah.gnu.org}, and
+an active development and maintenance work has started
+again. Currently @GNUTAR{} is being maintained by Paul Eggert, Sergey
+Poznyakoff and Jeff Bailey.
+
+Support for @acronym{POSIX} archives was added by Sergey Poznyakoff.
+
 @node Reports
 @section Reporting bugs or suggestions
 
@@ -1030,6 +1117,11 @@ consulting.  In particular, he is the primary author of @ref{Backups}.
 If you find problems or have suggestions about this program or manual,
 please report them to @file{bug-tar@@gnu.org}.
 
+When reporting a bug, please be sure to include as much detail as
+possible, in order to reproduce it. @FIXME{Be more specific, I'd
+like to make this node as detailed as 'Bug reporting' node in Emacs
+manual}.
+
 @node Tutorial
 @chapter Tutorial Introduction to @command{tar}
 
@@ -1106,14 +1198,10 @@ In the examples, @samp{$} represents a typical shell prompt.  It
 precedes lines you should type; to make this more clear, those lines are
 shown in @kbd{this font}, as opposed to lines which represent the
 computer's response; those lines are shown in @code{this font}, or
-sometimes @samp{like this}.  When we have lines which are too long to be
-displayed in any other way, we will show them like this:
+sometimes @samp{like this}.
 
-@smallexample
-This is an example of a line which would otherwise not fit in this space.
-@end smallexample
-
-@FIXME{how often do we use smallexample?}
+@c When we have lines which are too long to be
+@c displayed in any other way, we will show them like this:
 
 @node basic tar options
 @section Basic @command{tar} Operations and Options
@@ -1137,38 +1225,39 @@ that time).  Some options are used so frequently, and are so useful for
 helping you type commands more carefully that they are effectively
 ``required''.  We will discuss them in this chapter.
 
-You can write most of the @command{tar} operations and options in any of
-three forms: long (mnemonic) form, short form, and old style.  Some of
-the operations and options have no short or ``old'' forms; however, the
-operations and options which we will cover in this tutorial have
+You can write most of the @command{tar} operations and options in any
+of three forms: long (mnemonic) form, short form, and old style.  Some
+of the operations and options have no short or ``old'' forms; however,
+the operations and options which we will cover in this tutorial have
 corresponding abbreviations.  @FIXME{make sure this is still the case,
 at the end}We will indicate those abbreviations appropriately to get
 you used to seeing them.  (Note that the ``old style'' option forms
-exist in @sc{gnu} @command{tar} for compatibility with Unix @command{tar}.  We
-present a full discussion of this way of writing options and operations
-appears in @ref{Old Options}, and we discuss the other two styles of
-writing options in @ref{Mnemonic Options} and @ref{Short Options}.)
+exist in @GNUTAR{} for compatibility with Unix
+@command{tar}.  We present a full discussion of this way of writing
+options and operations appears in @ref{Old Options}, and we discuss
+the other two styles of writing options in @ref{Mnemonic Options}, and
+@ref{Short Options}.)
 
 In the examples and in the text of this tutorial, we usually use the
 long forms of operations and options; but the ``short'' forms produce
 the same result and can make typing long @command{tar} commands easier.
 For example, instead of typing
 
-@example
+@smallexample
 @kbd{tar --create --verbose --file=afiles.tar apple angst aspic}
-@end example
+@end smallexample
 
 @noindent
 you can type
-@example
+@smallexample
 @kbd{tar -c -v -f afiles.tar apple angst aspic}
-@end example
+@end smallexample
 
 @noindent
 or even
-@example
+@smallexample
 @kbd{tar -cvf afiles.tar apple angst aspic}
-@end example
+@end smallexample
 
 @noindent
 For more information on option syntax, see @ref{Advanced tar}.  In
@@ -1249,10 +1338,10 @@ If there is no tape drive attached, or the default is not meaningful,
 then @command{tar} will print an error message.  The error message might
 look roughly like one of the following:
 
-@example
+@smallexample
 tar: can't open /dev/rmt8 : No such device or address
 tar: can't open /dev/rsmt0 : I/O error
-@end example
+@end smallexample
 
 @noindent
 To avoid confusion, we recommend that you always specify an archive file
@@ -1282,31 +1371,32 @@ clear, and we will give many examples both using and not using
 
 Sometimes, a single instance of @samp{--verbose} on the command line
 will show a full, @samp{ls} style listing of an archive or files,
+@c FIXME: Describe the exact output format, e.g., how hard links are displayed.
 giving sizes, owners, and similar information.  Other times,
 @samp{--verbose} will only show files or members that the particular
 operation is operating on at the time.  In the latter case, you can
 use @samp{--verbose} twice in a command to get a listing such as that
 in the former case.  For example, instead of saying
 
-@example
+@smallexample
 @kbd{tar -cvf afiles.tar apple angst aspic}
-@end example
+@end smallexample
 
 @noindent
 above, you might say
 
-@example
+@smallexample
 @kbd{tar -cvvf afiles.tar apple angst aspic}
-@end example
+@end smallexample
 
 @noindent
 This works equally well using short or long forms of options.  Using
 long forms, you would simply write out the mnemonic form of the option
 twice, like this:
 
-@example
+@smallexample
 $ @kbd{tar --create --verbose --verbose @dots{}}
-@end example
+@end smallexample
 
 @noindent
 Note that you must double the hyphens properly each time.
@@ -1400,16 +1490,16 @@ information on how to do this.
 To place the files @file{blues}, @file{folk}, and @file{jazz} into an
 archive named @file{collection.tar}, use the following command:
 
-@example
+@smallexample
 $ @kbd{tar --create --file=collection.tar blues folk jazz}
-@end example
+@end smallexample
 
 The order of the arguments is not very important, @emph{when using long
 option forms}.  You could also say:
 
-@example
+@smallexample
 $ @kbd{tar blues --create folk --file=collection.tar jazz}
-@end example
+@end smallexample
 
 @noindent
 However, you can see that this order is harder to understand; this is
@@ -1438,18 +1528,18 @@ and @file{jazz}, are now members of the archive, @file{collection.tar}
 (they are @dfn{file name arguments} to the @samp{--create} operation).
 @FIXME{xref here to the discussion of file name args?}Now that they are
 in the archive, they are called @emph{archive members}, not files.
-@FIXME{xref to definitions?}
+(@pxref{Definitions,members}).
 
-When you create an archive, you @emph{must} specify which files you want
-placed in the archive.  If you do not specify any archive members, @sc{gnu}
-@command{tar} will complain.
+When you create an archive, you @emph{must} specify which files you
+want placed in the archive.  If you do not specify any archive
+members, @GNUTAR{} will complain.
 
 If you now list the contents of the working directory (@kbd{ls}), you will
 find the archive file listed as well as the files you saw previously:
 
-@example
+@smallexample
 blues   folk   jazz   collection.tar
-@end example
+@end smallexample
 
 @noindent
 Creating the archive @samp{collection.tar} did not destroy the copies of
@@ -1471,12 +1561,12 @@ If you include the @value{op-verbose} option on the command line,
 @command{tar} will list the files it is acting on as it is working.  In
 verbose mode, the @code{create} example above would appear as:
 
-@example
+@smallexample
 $ @kbd{tar --create --verbose --file=collection.tar blues folk jazz}
 blues
 folk
 jazz
-@end example
+@end smallexample
 
 This example is just like the example we showed which did not use
 @samp{--verbose}, except that @command{tar} generated the remaining lines
@@ -1503,12 +1593,12 @@ options can take appears in @ref{Styles}; for now, here is what the
 previous example (including the @value{op-verbose} option) looks like
 using short option forms:
 
-@example
+@smallexample
 $ @kbd{tar -cvf collection.tar blues folk jazz}
 blues
 folk
 jazz
-@end example
+@end smallexample
 
 @noindent
 As you can see, the system responds the same no matter whether you use
@@ -1521,9 +1611,9 @@ it is easier to become confused and make a mistake when using short
 forms.  For example, suppose you attempted the above example in the
 following way:
 
-@example
+@smallexample
 $ @kbd{tar -cfv collection.tar blues folk jazz}
-@end example
+@end smallexample
 
 @noindent
 In this case, @command{tar} will make an archive file called @file{v},
@@ -1544,17 +1634,17 @@ you how an example we showed previously would look using short forms.
 
 This example,
 
-@example
+@smallexample
 $ @kbd{tar blues --create folk --file=collection.tar jazz}
-@end example
+@end smallexample
 
 @noindent
 is confusing as it is.  When shown using short forms, however, it
 becomes much more so:
 
-@example
+@smallexample
 $ @kbd{tar blues -c folk -f collection.tar jazz}
-@end example
+@end smallexample
 
 @noindent
 It would be very easy to put the wrong string of characters
@@ -1568,8 +1658,7 @@ written out mnemonically can affect how well you remember which option
 does what, and therefore where different names have to be placed.
 (Placing options in an unusual order can also cause @command{tar} to
 report an error if you have set the shell environment variable
-@env{POSIXLY_CORRECT}; @pxref{posix compliance} for more information
-on this.)
+@env{POSIXLY_CORRECT}.)
 
 @node create dir
 @subsection Archiving Directories
@@ -1585,10 +1674,10 @@ To archive a directory, first move to its superior directory.  If you
 have followed the previous instructions in this tutorial, you should
 type:
 
-@example
+@smallexample
 $ @kbd{cd ..}
 $
-@end example
+@end smallexample
 
 @noindent
 This will put you into the directory which contains @file{practice},
@@ -1596,20 +1685,20 @@ i.e. your home directory.  Once in the superior directory, you can
 specify the subdirectory, @file{practice}, as a file name argument.  To
 store @file{practice} in the new archive file @file{music.tar}, type:
 
-@example
+@smallexample
 $ @kbd{tar --create --verbose --file=music.tar practice}
-@end example
+@end smallexample
 
 @noindent
 @command{tar} should output:
 
-@example
+@smallexample
 practice/
 practice/blues
 practice/folk
 practice/jazz
 practice/collection.tar
-@end example
+@end smallexample
 
 Note that the archive thus created is not in the subdirectory
 @file{practice}, but rather in the current working directory---the
@@ -1627,25 +1716,26 @@ into the file system).
 
 If you give @command{tar} a command such as
 
-@example
+@smallexample
 $ @kbd{tar --create --file=foo.tar .}
-@end example
+@end smallexample
 
 @noindent
-@command{tar} will report @samp{tar: ./foo.tar is the archive; not dumped}.
-This happens because @command{tar} creates the archive @file{foo.tar} in
-the current directory before putting any files into it.  Then, when
-@command{tar} attempts to add all the files in the directory @file{.} to
-the archive, it notices that the file @file{./foo.tar} is the same as the
-archive @file{foo.tar}, and skips it.  (It makes no sense to put an archive
-into itself.)  @sc{gnu} @command{tar} will continue in this case, and create the
-archive normally, except for the exclusion of that one file.
-(@emph{Please note:} Other versions of @command{tar} are not so clever;
-they will enter an infinite loop when this happens, so you should not
-depend on this behavior unless you are certain you are running @sc{gnu}
-@command{tar}.)  @FIXME{bob doesn't like this sentence, since he does it
-all the time, and we've been doing it in the editing passes for this
-manual: In general, make sure that the archive is not inside a
+@command{tar} will report @samp{tar: ./foo.tar is the archive; not
+dumped}.  This happens because @command{tar} creates the archive
+@file{foo.tar} in the current directory before putting any files into
+it.  Then, when @command{tar} attempts to add all the files in the
+directory @file{.} to the archive, it notices that the file
+@file{./foo.tar} is the same as the archive @file{foo.tar}, and skips
+it.  (It makes no sense to put an archive into itself.)  @GNUTAR{}
+will continue in this case, and create the archive
+normally, except for the exclusion of that one file.  (@emph{Please
+note:} Other versions of @command{tar} are not so clever; they will
+enter an infinite loop when this happens, so you should not depend on
+this behavior unless you are certain you are running @GNUTAR{}.)
+  @FIXME{bob doesn't like this sentence, since he does
+it all the time, and we've been doing it in the editing passes for
+this manual: In general, make sure that the archive is not inside a
 directory being dumped.}
 
 @node list
@@ -1658,18 +1748,18 @@ as various attributes of the files at the time they were archived.  For
 example, you can examine the archive @file{collection.tar} that you
 created in the last section with the command,
 
-@example
+@smallexample
 $ @kbd{tar --list --file=collection.tar}
-@end example
+@end smallexample
 
 @noindent
 The output of @command{tar} would then be:
 
-@example
+@smallexample
 blues
 folk
 jazz
-@end example
+@end smallexample
 
 @FIXME{we hope this will change.  if it doesn't, need to show the
 creation of bfiles somewhere above!!! : }
@@ -1677,11 +1767,11 @@ creation of bfiles somewhere above!!! : }
 @noindent
 The archive @file{bfiles.tar} would list as follows:
 
-@example
+@smallexample
 ./birds
 baboon
 ./box
-@end example
+@end smallexample
 
 @noindent
 Be sure to use a @value{op-file} option just as with @value{op-create}
@@ -1694,10 +1784,10 @@ showing owner, file size, and so forth.
 If you had used @value{op-verbose} mode, the example above would look
 like:
 
-@example
+@smallexample
 $ @kbd{tar --list --verbose --file=collection.tar folk}
 -rw-rw-rw- myself user 62 1990-05-23 10:55 folk
-@end example
+@end smallexample
 
 @cindex File name arguments, using @code{--list} with
 @cindex @code{--list} with file name arguments
@@ -1732,12 +1822,6 @@ stored in the specified archive.
 
 @node list dir
 @unnumberedsubsec Listing the Contents of a Stored Directory
-@UNREVISED
-
-@FIXME{i changed the order of these nodes around and haven't had a
-chance to play around with this node's example, yet.  i have to play
-with it and see what it actually does for my own satisfaction, even if
-what it says *is* correct..}
 
 To get information about the contents of an archived directory,
 use the directory name as a file name argument in conjunction with
@@ -1747,19 +1831,19 @@ use the directory name as a file name argument in conjunction with
 For example, to find out about files in the directory @file{practice}, in
 the archive file @file{music.tar}, type:
 
-@example
+@smallexample
 $ @kbd{tar --list --verbose --file=music.tar practice}
-@end example
+@end smallexample
 
 @command{tar} responds:
 
-@example
+@smallexample
 drwxrwxrwx myself user 0 1990-05-31 21:49 practice/
 -rw-rw-rw- myself user 42 1990-05-21 13:29 practice/blues
 -rw-rw-rw- myself user 62 1990-05-23 10:55 practice/folk
 -rw-rw-rw- myself user 40 1990-05-21 13:30 practice/jazz
 -rw-rw-rw- myself user 10240 1990-05-31 21:49 practice/collection.tar
-@end example
+@end smallexample
 
 When you use a directory name as a file name argument, @command{tar} acts on
 all the files (including sub-directories) in that directory.
@@ -1789,6 +1873,7 @@ long form of the operation without affecting the performance.
 * extracting archives::
 * extracting files::
 * extract dir::
+* extracting untrusted archives::
 * failing commands::
 @end menu
 
@@ -1798,18 +1883,18 @@ long form of the operation without affecting the performance.
 To extract an entire archive, specify the archive file name only, with
 no individual file names as arguments.  For example,
 
-@example
+@smallexample
 $ @kbd{tar -xvf collection.tar}
-@end example
+@end smallexample
 
 @noindent
 produces this:
 
-@example
+@smallexample
 -rw-rw-rw- me user     28 1996-10-18 16:31 jazz
 -rw-rw-rw- me user     21 1996-09-23 16:44 blues
 -rw-rw-rw- me user     20 1996-09-23 16:44 folk
-@end example
+@end smallexample
 
 @node extracting files
 @subsection Extracting Specific Files
@@ -1819,8 +1904,10 @@ arguments, as printed by @value{op-list}.  If you had mistakenly deleted
 one of the files you had placed in the archive @file{collection.tar}
 earlier (say, @file{blues}), you can extract it from the archive without
 changing the archive's structure.  It will be identical to the original
-file @file{blues} that you deleted.  @FIXME{check this; will the times,
-permissions, owner, etc be the same, also?}
+file @file{blues} that you deleted.  @FIXME{At the time of this
+writing, atime and ctime are not restored. Since this is a tutorial
+for a beginnig user, it should hardly be mentioned here. Maybe in
+a footnote? --gray}.
 
 First, make sure you are in the @file{practice} directory, and list the
 files in the directory.  Now, delete the file, @samp{blues}, and list
@@ -1829,9 +1916,9 @@ the files in the directory again.
 You can now extract the member @file{blues} from the archive file
 @file{collection.tar} like this:
 
-@example
+@smallexample
 $ @kbd{tar --extract --file=collection.tar blues}
-@end example
+@end smallexample
 
 @noindent
 If you list the files in the directory again, you will see that the file
@@ -1857,6 +1944,10 @@ specify @w{@kbd{tar --extract --file=bfiles.tar ./birds}}.  To find the
 exact member names of the members of an archive, use @value{op-list}
 (@pxref{list}).
 
+You can extract a file to standard output by combining the above options
+with the @value{op-to-stdout} option (@pxref{Writing to Standard
+Output}).
+
 If you give the @value{op-verbose} option, then @value{op-extract} will
 print the names of the archive members as it extracts them.
 
@@ -1872,7 +1963,9 @@ files in the pre-existing directory with the same names as the members
 which you extract, the files from the extracted archive will replace
 the files already in the working directory (and possible
 subdirectories).  This will happen regardless of whether or not the
-files in the working directory were more recent than those extracted.
+files in the working directory were more recent than those extracted
+(there exist, however, special options that alter this behavior
+@pxref{Writing}).
 
 However, if a file was stored with a directory name as part of its file
 name, and that directory does not exist under the working directory when
@@ -1888,13 +1981,22 @@ don't give any file names as arguments after the archive name
 @file{music.tar}.  To extract only the files you deleted, use the
 following command:
 
-@example
+@smallexample
 $ @kbd{tar -xvf music.tar practice/folk practice/jazz}
-@end example
+practice/folk
+practice/jazz
+@end smallexample
+
+@noindent
+If you were to specify two @value{op-verbose} options, @command{tar}
+would have displayed more detail about the extracted files, as shown
+in the example below:
 
-@FIXME{need to show tar's response; used verbose above.  also, here's a
-good place to demonstrate the -v -v thing.  have to write that up
-(should be trivial, but i'm too tired!).}
+@smallexample
+$ @kbd{tar -xvvf music.tar practice/folk practice/jazz}
+-rw-rw-rw- me user     28 1996-10-18 16:31 practice/jazz
+-rw-rw-rw- me user     20 1996-09-23 16:44 practice/folk
+@end smallexample
 
 @noindent
 Because you created the directory with @file{practice} as part of the
@@ -1905,6 +2007,27 @@ of the file names when you extract those files from the archive.
 @FIXME{IMPORTANT!  show the final structure, here.  figure out what it
 will be.}
 
+@node extracting untrusted archives
+@subsection Extracting Archives from Untrusted Sources
+
+Extracting files from archives can overwrite files that already exist.
+If you receive an archive from an untrusted source, you should make a
+new directory and extract into that directory, so that you don't have
+to worry about the extraction overwriting one of your existing files.
+For example, if @file{untrusted.tar} came from somewhere else on the
+Internet, and you don't necessarily trust its contents, you can
+extract it as follows:
+
+@smallexample
+$ @kbd{mkdir newdir}
+$ @kbd{cd newdir}
+$ @kbd{tar -xvf ../untrusted.tar}
+@end smallexample
+
+It is also a good practice to examine contents of the archive
+before extracting it, using @option{op-list} option, possibly combined
+with @option{op-verbose}.
+
 @node failing commands
 @subsection Commands That Will Fail
 
@@ -1913,30 +2036,30 @@ they won't work.
 
 If you try to use this command,
 
-@example
+@smallexample
 $ @kbd{tar -xvf music.tar folk jazz}
-@end example
+@end smallexample
 
 @noindent
 you will get the following response:
 
-@example
+@smallexample
 tar: folk: Not found in archive
 tar: jazz: Not found in archive
 $
-@end example
+@end smallexample
 
 @noindent
 This is because these files were not originally @emph{in} the parent
 directory @file{..}, where the archive is located; they were in the
 @file{practice} directory, and their file names reflect this:
 
-@example
+@smallexample
 $ @kbd{tar -tvf music.tar}
 practice/folk
 practice/jazz
 practice/rock
-@end example
+@end smallexample
 
 @FIXME{make sure the above works when going through the examples in
 order...}
@@ -1944,9 +2067,9 @@ order...}
 @noindent
 Likewise, if you try to use this command,
 
-@example
+@smallexample
 $ @kbd{tar -tvf music.tar folk jazz}
-@end example
+@end smallexample
 
 @noindent
 you would get a similar response.  Members with those names are not in the
@@ -1965,16 +2088,17 @@ use @w{@kbd{tar --list --verbose}} to list them correctly.
 be in the rest of the manual.}
 
 @node tar invocation
-@chapter Invoking @sc{gnu} @command{tar}
+@chapter Invoking @GNUTAR{}
 @UNREVISED
 
-This chapter is about how one invokes the @sc{gnu} @command{tar} command, from
-the command synopsis (@pxref{Synopsis}).  There are numerous options,
-and many styles for writing them.  One mandatory option specifies
-the operation @command{tar} should perform (@pxref{Operation Summary}),
-other options are meant to detail how this operation should be performed
-(@pxref{Option Summary}).  Non-option arguments are not always interpreted
-the same way, depending on what the operation is.
+This chapter is about how one invokes the @GNUTAR{}
+command, from the command synopsis (@pxref{Synopsis}).  There are
+numerous options, and many styles for writing them.  One mandatory
+option specifies the operation @command{tar} should perform
+(@pxref{Operation Summary}), other options are meant to detail how
+this operation should be performed (@pxref{Option Summary}).
+Non-option arguments are not always interpreted the same way,
+depending on what the operation is.
 
 You will find in this chapter everything about option styles and rules for
 writing them (@pxref{Styles}).  On the other hand, operations and options
@@ -2002,12 +2126,12 @@ and @value{op-interactive} options (@pxref{interactive}).
 @node Synopsis
 @section General Synopsis of @command{tar}
 
-The @sc{gnu} @command{tar} program is invoked as either one of:
+The @GNUTAR{} program is invoked as either one of:
 
-@example
+@smallexample
 @kbd{tar @var{option}@dots{} [@var{name}]@dots{}}
 @kbd{tar @var{letter}@dots{} [@var{argument}]@dots{} [@var{option}]@dots{} [@var{name}]@dots{}}
-@end example
+@end smallexample
 
 The second form is for when old options are being used.
 
@@ -2069,19 +2193,19 @@ on the entire contents of the archive.
 
 @cindex exit status
 @cindex return status
-Besides successful exits, @sc{gnu} @command{tar} may fail for many reasons.
-Some reasons correspond to bad usage, that is, when the @command{tar}
-command is improperly written.
-Errors may be encountered later, while encountering an error
-processing the archive or the files.  Some errors are recoverable,
-in which case the failure is delayed until @command{tar} has completed
-all its work.  Some errors are such that it would not meaningful,
-or at least risky, to continue processing: @command{tar} then aborts
-processing immediately.  All abnormal exits, whether immediate or
-delayed, should always be clearly diagnosed on @code{stderr}, after
-a line stating the nature of the error.
-
-@sc{gnu} @command{tar} returns only a few exit statuses.  I'm really
+Besides successful exits, @GNUTAR{} may fail for
+many reasons.  Some reasons correspond to bad usage, that is, when the
+@command{tar} command is improperly written.  Errors may be
+encountered later, while encountering an error processing the archive
+or the files.  Some errors are recoverable, in which case the failure
+is delayed until @command{tar} has completed all its work.  Some
+errors are such that it would not meaningful, or at least risky, to
+continue processing: @command{tar} then aborts processing immediately.
+All abnormal exits, whether immediate or delayed, should always be
+clearly diagnosed on @code{stderr}, after a line stating the nature of
+the error.
+
+@GNUTAR{} returns only a few exit statuses.  I'm really
 aiming simplicity in that area, for now.  If you are not using the
 @value{op-compare} option, zero means that everything went well, besides
 maybe innocuous warnings.  Nonzero means that something went wrong.
@@ -2091,16 +2215,16 @@ remote operations, where it may be 128.
 @node using tar options
 @section Using @command{tar} Options
 
-@sc{gnu} @command{tar} has a total of eight operating modes which allow you to
-perform a variety of tasks.  You are required to choose one operating
-mode each time you employ the @command{tar} program by specifying one, and
-only one operation as an argument to the @command{tar} command (two lists
-of four operations each may be found at @ref{frequent operations} and
-@ref{Operations}).  Depending on circumstances, you may also wish to
-customize how the chosen operating mode behaves.  For example, you may
-wish to change the way the output looks, or the format of the files that
-you wish to archive may require you to do something special in order to
-make the archive look right.
+@GNUTAR{} has a total of eight operating modes which
+allow you to perform a variety of tasks.  You are required to choose
+one operating mode each time you employ the @command{tar} program by
+specifying one, and only one operation as an argument to the
+@command{tar} command (two lists of four operations each may be found
+at @ref{frequent operations} and @ref{Operations}).  Depending on
+circumstances, you may also wish to customize how the chosen operating
+mode behaves.  For example, you may wish to change the way the output
+looks, or the format of the files that you wish to archive may require
+you to do something special in order to make the archive look right.
 
 You can customize and control @command{tar}'s performance by running
 @command{tar} with one or more options (such as @value{op-verbose}, which
@@ -2160,8 +2284,12 @@ number of important files.  We urge you to note these differences, and
 only use the option style(s) which makes the most sense to you until you
 feel comfortable with the others.
 
-@FIXME{hag to write a brief paragraph on the option(s) which can
-optionally take an argument}
+Some options @emph{may} take an argument (currently, there are 
+two such options: @value{op-backup} and @value{op-occurrence}). Such
+options may have at most long and short forms, they do not have old style
+equivalent. The rules for specifying an argument for such options
+are stricter than those for specifying mandatory arguments. Please,
+pay special attention to them.
 
 @menu
 * Mnemonic Options::            Mnemonic Option Style
@@ -2173,7 +2301,7 @@ optionally take an argument}
 @node Mnemonic Options
 @subsection Mnemonic Option Style
 
-@FIXME{have to decide whether or ot to replace other occurrences of
+@FIXME{have to decide whether or not to replace other occurrences of
 "mnemonic" with "long", or *ugh* vice versa.}
 
 Each option has at least one long (or mnemonic) name starting with two
@@ -2196,20 +2324,27 @@ Mnemonic options are meant to be obvious and easy to remember, and their
 meanings are generally easier to discern than those of their
 corresponding short options (see below).  For example:
 
-@example
+@smallexample
 $ @kbd{tar --create --verbose --blocking-factor=20 --file=/dev/rmt0}
-@end example
+@end smallexample
 
 @noindent
 gives a fairly good set of hints about what the command does, even
 for those not fully acquainted with @command{tar}.
 
 Mnemonic options which require arguments take those arguments
-immediately following the option name; they are introduced by an equal
-sign.  For example, the @samp{--file} option (which tells the name
-of the @command{tar} archive) is given a file such as @file{archive.tar}
-as argument by using the notation @samp{--file=archive.tar} for the
-mnemonic option.
+immediately following the option name. There are two ways of
+specifying a mandatory argument. It can be separated from the
+option name either by an equal sign, or by any amount of
+white space characters. For example, the @samp{--file} option (which
+tells the name of the @command{tar} archive) is given a file such as
+@file{archive.tar} as argument by using any of the following notations:
+@samp{--file=archive.tar} or @samp{--file archive.tar}.
+
+In contrast, optional arguments must always be introduced using
+an equal sign. For example, the @samp{--backup} option takes
+an optional argument specifying backup type. It must be used
+as @samp{--backup=@var{backup-type}}.
 
 @node Short Options
 @subsection Short Option Style
@@ -2230,22 +2365,26 @@ archive.tar}} or @samp{-farchive.tar} instead of using
 @w{@samp{-f @var{archive-name}}} denote the option which indicates a
 specific archive, here named @file{archive.tar}.
 
+Short options which take optional arguments take their arguments
+immediately following the option letter, @emph{without any intervening
+white space characters}.
+
 Short options' letters may be clumped together, but you are not
-required to do this (as compared to old options; see below).  When short
-options are clumped as a set, use one (single) dash for them all, e.g.@:
-@w{@samp{@command{tar} -cvf}}.  Only the last option in such a set is allowed
-to have an argument@footnote{Clustering many options, the last of which
-has an argument, is a rather opaque way to write options.  Some wonder if
-@sc{gnu} @code{getopt} should not even be made helpful enough for considering
-such usages as invalid.}.
+required to do this (as compared to old options; see below).  When
+short options are clumped as a set, use one (single) dash for them
+all, e.g.@: @w{@samp{@command{tar} -cvf}}.  Only the last option in
+such a set is allowed to have an argument@footnote{Clustering many
+options, the last of which has an argument, is a rather opaque way to
+write options.  Some wonder if @acronym{GNU} @code{getopt} should not
+even be made helpful enough for considering such usages as invalid.}.
 
 When the options are separated, the argument for each option which requires
 an argument directly follows that option, as is usual for Unix programs.
 For example:
 
-@example
+@smallexample
 $ @kbd{tar -c -v -b 20 -f /dev/rmt0}
-@end example
+@end smallexample
 
 If you reorder short options' locations, be sure to move any arguments
 that belong to them.  If you do not move the arguments properly, you may
@@ -2275,9 +2414,9 @@ all the associated arguments follow, in the same order as the options.
 Thus, the example given previously could also be written in the old
 style as follows:
 
-@example
+@smallexample
 $ @kbd{tar cvbf 20 /dev/rmt0}
-@end example
+@end smallexample
 
 @noindent
 Here, @samp{20} is the argument of @samp{-b} and @samp{/dev/rmt0} is
@@ -2298,59 +2437,61 @@ sure to reorder any corresponding argument appropriately.
 This old way of writing @command{tar} options can surprise even experienced
 users.  For example, the two commands:
 
-@example
+@smallexample
 @kbd{tar cfz archive.tar.gz file}
 @kbd{tar -cfz archive.tar.gz file}
-@end example
+@end smallexample
 
 @noindent
 are quite different.  The first example uses @file{archive.tar.gz} as
 the value for option @samp{f} and recognizes the option @samp{z}.  The
 second example, however, uses @file{z} as the value for option
-@samp{f}---probably not what was intended.
+@samp{f} --- probably not what was intended.
 
 Old options are kept for compatibility with old versions of @command{tar}.
 
 This second example could be corrected in many ways, among which the
 following are equivalent:
 
-@example
+@smallexample
 @kbd{tar -czf archive.tar.gz file}
 @kbd{tar -cf archive.tar.gz -z file}
 @kbd{tar cf archive.tar.gz -z file}
-@end example
+@end smallexample
 
 @FIXME{still could explain this better; it's redundant:}
 
 @cindex option syntax, traditional
-As far as we know, all @command{tar} programs, @sc{gnu} and non-@sc{gnu}, support
-old options.  @sc{gnu} @command{tar} supports them not only for historical
-reasons, but also because many people are used to them.  For
-compatibility with Unix @command{tar}, the first argument is always
-treated as containing command and option letters even if it doesn't
-start with @samp{-}.  Thus, @samp{tar c} is equivalent to @w{@samp{tar
--c}:} both of them specify the @value{op-create} command to create an
-archive.
+As far as we know, all @command{tar} programs, @acronym{GNU} and
+non-@acronym{GNU}, support old options.  @GNUTAR{}
+supports them not only for historical reasons, but also because many
+people are used to them.  For compatibility with Unix @command{tar},
+the first argument is always treated as containing command and option
+letters even if it doesn't start with @samp{-}.  Thus, @samp{tar c} is
+equivalent to @w{@samp{tar -c}:} both of them specify the
+@value{op-create} command to create an archive.
 
 @node Mixing
 @subsection Mixing Option Styles
 
-All three styles may be intermixed in a single @command{tar} command, so
-long as the rules for each style are fully respected@footnote{Before @sc{gnu}
-@command{tar} version 1.11.6, a bug prevented intermixing old style options
-with mnemonic options in some cases.}.  Old style options and either of the
-modern styles of options may be mixed within a single @command{tar} command.
-However, old style options must be introduced as the first arguments only,
+All three styles may be intermixed in a single @command{tar} command,
+so long as the rules for each style are fully
+respected@footnote{Before @GNUTAR{} version 1.11.6,
+a bug prevented intermixing old style options with mnemonic options in
+some cases.}.  Old style options and either of the modern styles of
+options may be mixed within a single @command{tar} command.  However,
+old style options must be introduced as the first arguments only,
 following the rule for old options (old options must appear directly
-after the @command{tar} command and some white space).  Modern options may
-be given only after all arguments to the old options have been collected.
-If this rule is not respected, a modern option might be falsely interpreted
-as the value of the argument to one of the old style options.
+after the @command{tar} command and some white space).  Modern options
+may be given only after all arguments to the old options have been
+collected.  If this rule is not respected, a modern option might be
+falsely interpreted as the value of the argument to one of the old
+style options.
 
 For example, all the following commands are wholly equivalent, and
 illustrate the many combinations and orderings of option styles.
 
-@example
+@smallexample
 @kbd{tar --create --file=archive.tar}
 @kbd{tar --create -f archive.tar}
 @kbd{tar --create -farchive.tar}
@@ -2372,18 +2513,18 @@ illustrate the many combinations and orderings of option styles.
 @kbd{tar f archive.tar --create}
 @kbd{tar f archive.tar -c}
 @kbd{tar fc archive.tar}
-@end example
+@end smallexample
 
 On the other hand, the following commands are @emph{not} equivalent to
 the previous set:
 
-@example
+@smallexample
 @kbd{tar -f -c archive.tar}
 @kbd{tar -fc archive.tar}
 @kbd{tar -fcarchive.tar}
 @kbd{tar -farchive.tarc}
 @kbd{tar cfarchive.tar}
-@end example
+@end smallexample
 
 @noindent
 These last examples mean something completely different from what the
@@ -2475,12 +2616,12 @@ Lists the members in an archive.  @xref{list}.
 @item --update
 @itemx -u
 
-@FIXME{It was: A combination of the @samp{--compare} and @samp{--append} operations.
-This is not true and rather misleading, as @value{op-compare}
-does a lot more than @value{op-update} for ensuring files are identical.}
-Adds files to the end of the archive, but only if they are newer than
-their counterparts already in the archive, or if they do not already
-exist in the archive.
+@FIXME{It was: A combination of the @samp{--compare} and
+@samp{--append} operations.  This is not true and rather misleading,
+as @value{op-compare} does a lot more than @value{op-update} for
+ensuring files are identical.}  Adds files to the end of the archive,
+but only if they are newer than their counterparts already in the
+archive, or if they do not already exist in the archive.
 @xref{update}.
 
 @end table
@@ -2493,13 +2634,18 @@ exist in the archive.
 @item --absolute-names
 @itemx -P
 
-Normally when creating an archive, @command{tar} strips an initial @samp{/} from
-member names.  This option disables that behavior.  @FIXME-xref{}
+Normally when creating an archive, @command{tar} strips an initial
+@samp{/} from member names.  This option disables that behavior.
+@FIXME-xref{}
 
 @item --after-date
 
 (See @samp{--newer}.) @FIXME-pxref{}
 
+@item --anchored
+An exclude pattern must match an initial subsequence of the name's components.
+@FIXME-xref{}
+
 @item --atime-preserve
 
 Tells @command{tar} to preserve the access time field in a file's inode when
@@ -2514,9 +2660,9 @@ unless you're root.
 
 @item --backup=@var{backup-type}
 
-Rather than deleting files from the file system, @command{tar} will back them up
-using simple or numbered backups, depending upon @var{backup-type}.
-@FIXME-xref{}
+Rather than deleting files from the file system, @command{tar} will
+back them up using simple or numbered backups, depending upon
+@var{backup-type}.  @FIXME-xref{}
 
 @item --block-number
 @itemx -R
@@ -2533,8 +2679,8 @@ record.  @FIXME-xref{}
 @item --bzip2
 @itemx -j
 
-This option tells @command{tar} to read or write archives through @code{bzip2}.
-@FIXME-xref{}
+This option tells @command{tar} to read or write archives through
+@code{bzip2}.  @FIXME-xref{}
 
 @item --checkpoint
 
@@ -2543,13 +2689,26 @@ reads through the archive.  Its intended for when you want a visual
 indication that @command{tar} is still running, but don't want to see
 @samp{--verbose} output.  @FIXME-xref{}
 
+@item --check-links
+@itemx -l
+If this option was given, @command{tar} will check the number of links
+dumped for each processed file. If this number does not match the
+total number of hard links for the file, a warning message will be
+output.
+
+Future versions will take @option{-l} as a short version of
+@option{--check-links}. However, current release still retains the old
+semantics for @option{-l}.
+
+@xref{Current status}, for more information.
+
 @item --compress
 @itemx --uncompress
 @itemx -Z
 
-@command{tar} will use the @command{compress} program when reading or writing the
-archive.  This allows you to directly act on archives while saving
-space.  @FIXME-xref{}
+@command{tar} will use the @command{compress} program when reading or
+writing the archive.  This allows you to directly act on archives
+while saving space.  @FIXME-xref{}
 
 @item --confirmation
 
@@ -2558,8 +2717,9 @@ space.  @FIXME-xref{}
 @item --dereference
 @itemx -h
 
-When creating a @command{tar} archive, @command{tar} will archive the file that a symbolic
-link points to, rather than archiving the symlink.  @FIXME-xref{}
+When creating a @command{tar} archive, @command{tar} will archive the
+file that a symbolic link points to, rather than archiving the
+symlink.  @FIXME-xref{}
 
 @item --directory=@var{dir}
 @itemx -C @var{dir}
@@ -2576,8 +2736,8 @@ When performing operations, @command{tar} will skip files that match
 @item --exclude-from=@var{file}
 @itemx -X @var{file}
 
-Similar to @samp{--exclude}, except @command{tar} will use the list of patterns
-in the file @var{file}.  @FIXME-xref{}
+Similar to @samp{--exclude}, except @command{tar} will use the list of
+patterns in the file @var{file}.  @FIXME-xref{}
 
 @item --file=@var{archive}
 @itemx -f @var{archive}
@@ -2587,7 +2747,6 @@ performs operations on, rather than @command{tar}'s compilation dependent
 default.  @FIXME-xref{}
 
 @item --files-from=@var{file}
-@itemx -I @var{file}
 @itemx -T @var{file}
 
 @command{tar} will use the contents of @var{file} as a list of archive members
@@ -2596,8 +2755,37 @@ command-line.  @FIXME-xref{}
 
 @item --force-local
 
-Forces @command{tar} to interpret the filename given to @samp{--file} as a local
-file, even if it looks like a remote tape drive name.  @FIXME-xref{}
+Forces @command{tar} to interpret the filename given to @samp{--file}
+as a local file, even if it looks like a remote tape drive name.
+@FIXME-xref{}
+
+@item --format=@var{format}
+
+Selects output archive format. @var{Format} may be one of the
+following:
+
+@table @samp
+@item v7
+Creates an archive that is compatible with Unix V7 @command{tar}.
+
+@item oldgnu
+Creates an archive that is compatible with GNU @command{tar} version
+1.12 or earlier.
+
+@item gnu
+Creates archive in GNU tar 1.13 format. Basically it is the same as
+@samp{oldgnu} with the only difference in the way it handles long
+numeric fields.
+
+@item ustar
+Creates a POSIX.1-1988 compatible archive.
+
+@item posix
+Creates a POSIX.1-2001 archive.
+
+@end table
+
+@xref{Formats}, for a detailed discussion of these formats.
 
 @item --group=@var{group}
 
@@ -2608,24 +2796,24 @@ a decimal numeric group ID.  @FIXME-xref{}
 
 Also see the comments for the @value{op-owner} option.
 
-@item --gunzip
-
-(See @samp{--gzip}.) @FIXME-pxref{}
-
 @item --gzip
 @itemx --gunzip
 @itemx --ungzip
 @itemx -z
 
-This option tells @command{tar} to read or write archives through @command{gzip},
-allowing @command{tar} to directly operate on several kinds of compressed
-archives transparently.  @FIXME-xref{}
+This option tells @command{tar} to read or write archives through
+@command{gzip}, allowing @command{tar} to directly operate on several
+kinds of compressed archives transparently.  @FIXME-xref{}
 
 @item --help
 
 @command{tar} will print out a short message summarizing the operations and
 options to @command{tar} and exit.  @FIXME-xref{}
 
+@item --ignore-case
+Ignore case when excluding files.
+@FIXME-xref{}
+
 @item --ignore-failed-read
 
 Do not exit unsuccessfully merely because an unreadable file was encountered.
@@ -2634,22 +2822,27 @@ Do not exit unsuccessfully merely because an unreadable file was encountered.
 @item --ignore-zeros
 @itemx -i
 
-With this option, @command{tar} will ignore zeroed blocks in the archive, which
-normally signals EOF.  @xref{Reading}.
+With this option, @command{tar} will ignore zeroed blocks in the
+archive, which normally signals EOF.  @xref{Reading}.
 
 @item --incremental
 @itemx -G
 
-Used to inform @command{tar} that it is working with an  old @sc{gnu}-format
-incremental backup archive.  It is intended primarily for backwards
-compatibility only.  @FIXME-xref{}
+Used to inform @command{tar} that it is working with an old
+@acronym{GNU}-format incremental backup archive.  It is intended
+primarily for backwards compatibility only.  @FIXME-xref{}
+
+@item --index-file=@var{file}
+
+Send verbose output to @var{file} instead of to standard output.
 
 @item --info-script=@var{script-file}
 @itemx --new-volume-script=@var{script-file}
 @itemx -F @var{script-file}
 
 When @command{tar} is performing multi-tape backups, @var{script-file} is run
-at the end of each tape.  @FIXME-xref{}
+at the end of each tape.  If @var{script-file} exits with nonzero status,
+@command{tar} fails immediately.  @FIXME-xref{}
 
 @item --interactive
 @itemx --confirmation
@@ -2659,6 +2852,11 @@ Specifies that @command{tar} should ask the user for confirmation before
 performing potentially destructive options, such as overwriting files.
 @FIXME-xref{}
 
+@item --keep-newer-files
+
+Do not replace existing files that are newer than their archive copies
+when extracting files from an archive.
+
 @item --keep-old-files
 @itemx -k
 
@@ -2668,28 +2866,29 @@ Do not overwrite existing files when extracting files from an archive.
 @item --label=@var{name}
 @itemx -V @var{name}
 
-When creating an archive, instructs @command{tar} to write @var{name} as a name
-record in the archive.  When extracting or listing archives, @command{tar} will
-only operate on archives that have a label matching the pattern
-specified in @var{name}.  @FIXME-xref{}
+When creating an archive, instructs @command{tar} to write @var{name}
+as a name record in the archive.  When extracting or listing archives,
+@command{tar} will only operate on archives that have a label matching
+the pattern specified in @var{name}.  @FIXME-xref{}
 
 @item --listed-incremental=@var{snapshot-file}
 @itemx -g @var{snapshot-file}
 
 During a @samp{--create} operation, specifies that the archive that
-@command{tar} creates is a new @sc{gnu}-format incremental backup, using
-@var{snapshot-file} to determine which files to backup.
-With other operations, informs @command{tar} that the archive is in incremental
-format.  @FIXME-xref{}
+@command{tar} creates is a new @acronym{GNU}-format incremental
+backup, using @var{snapshot-file} to determine which files to backup.
+With other operations, informs @command{tar} that the archive is in
+incremental format.  @FIXME-xref{}
 
 @item --mode=@var{permissions}
 
-When adding files to an archive, @command{tar} will use @var{permissions}
-for the archive members, rather than the permissions from the files.
-The program @command{chmod} and this @command{tar} option share the same syntax
-for what @var{permissions} might be.  @xref{File permissions, Permissions,
-File permissions, fileutils, @sc{gnu} file utilities}.  This reference also
-has useful information for those not being overly familiar with the Unix
+When adding files to an archive, @command{tar} will use
+@var{permissions} for the archive members, rather than the permissions
+from the files.  The program @command{chmod} and this @command{tar}
+option share the same syntax for what @var{permissions} might be.
+@xref{File permissions, Permissions, File permissions, fileutils,
+@acronym{GNU} file utilities}.  This reference also has useful
+information for those not being overly familiar with the Unix
 permission system.
 
 Of course, @var{permissions} might be plainly specified as an octal number.
@@ -2713,20 +2912,31 @@ multi-volume @command{tar} archive.  @FIXME-xref{}
 @itemx -N
 
 When creating an archive, @command{tar} will only add files that have changed
-since @var{date}.  @FIXME-xref{}
+since @var{date}.  If @var{date} begins with @samp{/} or @samp{.}, it
+is taken to be the name of a file whose last-modified time specifies
+the date.  @FIXME-xref{}
 
-@item --newer-mtime
+@item --newer-mtime=@var{date}
 
-In conjunction with @samp{--newer}, @command{tar} will only add files whose
+Like @samp{--newer}, but add only files whose
 contents have changed (as opposed to just @samp{--newer}, which will
 also back up files for which any status information has changed).
 
+@item --no-anchored
+An exclude pattern can match any subsequence of the name's components.
+@FIXME-xref{}
+
+@item --no-ignore-case
+Use case-sensitive matching when excluding files.
+@FIXME-xref{}
+
 @item --no-recursion
 
 With this option, @command{tar} will not recurse into directories.
 @FIXME-xref{}
 
 @item --no-same-owner
+@itemx -o
 
 When extracting an archive, do not attempt to preserve the owner
 specified in the @command{tar} archive.  This the default behavior
@@ -2738,6 +2948,14 @@ When extracting an archive, subtract the user's umask from files from
 the permissions specified in the archive.  This is the default behavior
 for ordinary users; this option has an effect only for the superuser.
 
+@item --no-wildcards
+Do not use wildcards when excluding files.
+@FIXME-xref{}
+
+@item --no-wildcards-match-slash
+Wildcards do not match @samp{/} when excluding files.
+@FIXME-xref{}
+
 @item --null
 
 When @command{tar} is using the @samp{--files-from} option, this option
@@ -2747,25 +2965,67 @@ instructs @command{tar} to expect filenames terminated with @kbd{NUL}, so
 
 @item --numeric-owner
 
-This option will notify @command{tar} that it should use numeric user and group
-IDs when creating a @command{tar} file, rather than names.  @FIXME-xref{}
+This option will notify @command{tar} that it should use numeric user
+and group IDs when creating a @command{tar} file, rather than names.
+@FIXME-xref{}
 
-@item --old-archive
+@item -o
+When extracting files, this option is a synonym for
+@option{--no-same-owner}, i.e. it prevents @command{tar} from
+restoring ownership of files being extracted.
+
+When creating an archive, @option{-o} is a synonym for
+@option{--old-archive}. This behavior is for compatibility
+with previous versions of @GNUTAR{}, and will be
+removed in the future releases.
+
+@xref{Current status}, for more information.
+
+@item --occurrence[=@var{number}]
+
+This option can be used in conjunction with one of the subcommands
+@option{--delete}, @option{--diff}, @option{--extract} or
+@option{--list} when a list of files is given either on the command
+line or via @option{-T} option.
 
-(See @samp{--portability}.) @FIXME-pxref{}
+This option instructs @command{tar} to process only the @var{number}th
+occurrence of each named file. @var{Number} defaults to 1, so
+
+@smallexample
+tar -x -f archive.tar --occurrence filename
+@end smallexample
+
+@noindent
+will extract the first occurrence of @file{filename} from @file{archive.tar}
+and will terminate without scanning to the end of the archive.
+
+@item --old-archive
+Synonym for @option{--format=v7}.
 
 @item --one-file-system
 @itemx -l
-
 Used when creating an archive.  Prevents @command{tar} from recursing into
 directories that are on different file systems from the current
-directory.  @FIXME-xref{}
+directory.
+
+Earlier versions of @GNUTAR{} understood @option{-l} as a
+synonym for @option{--one-file-system}. Although such usage is still
+allowed in the present version, it is @emph{strongly discouraged}.
+The future versions of @GNUTAR{} will use @option{-l} as
+a synonym for @option{--check-links}.
+
+@xref{Current status}, for more information.
 
 @item --overwrite
 
 Overwrite existing files and directory metadata when extracting files
 from an archive.  @xref{Overwrite Old Files}.
 
+@item --overwrite-dir
+
+Overwrite the metadata of existing directories when extracting files
+from an archive.  @xref{Overwrite Old Files}.
+
 @item --owner=@var{user}
 
 Specifies that @command{tar} should use @var{user} as the owner of members
@@ -2781,16 +3041,122 @@ anonymous anyway, so that might as well be the owner of anonymous archives.
 
 This option does not affect extraction from archives.
 
+@item --pax-option=@var{keyword-list}
+
+This option is meaningful only with POSIX.1-2001 archives
+(@FIXME-xref{}). It modifies the way @command{tar} handles the
+extended header keywords. @var{Keyword-list} is a comma-separated
+list of keyword options, each keyword option taking one of
+the following forms:
+
+@table @asis
+@item delete=@var{pattern}
+When used with one of archive-creation command (@FIXME-xref{}),
+this option instructs @command{tar} to omit from extended header records
+that it produces any keywords matching the string @var{pattern}.
+
+When used in extract or list mode, this option instructs tar
+to ignore any keywords matching the given @var{pattern} in the extended
+header records. In both cases, matching is performed using the pattern
+matching notation described in POSIX 1003.2, 3.13 (@FIXME-xref{}, see
+man 7 glob). For example:
+
+@smallexample
+--pax-option delete=security.*
+@end smallexample
+
+would suppress security-related information.
+
+@item exthdr.name=@var{string}
+
+This keyword allows user control over the name that is written into the
+ustar header blocks for the extended headers. The name is obtained
+from @var{string} after substituting the following meta-characters:
+
+@multitable @columnfractions .30 .70
+@item Meta-character @tab Replaced By
+@item %d @tab  The directory name of the file, equivalent to the
+result of the @command{dirname} utility on the translated pathname.
+@item %f @tab  The filename of the file, equivalent to the result
+of the @command{basename} utility on the translated pathname.
+@item %p @tab  The process ID of the @command{tar} process.
+@item %% @tab  A @samp{%} character.
+@end multitable
+
+Any other @samp{%} characters in @var{string} produce undefined
+results.
+
+If no option @samp{exthdr.name=string} is specified, @command{tar}
+will use the following default value:
+
+@smallexample
+%d/PaxHeaders.%p/%f
+@end smallexample
+
+@item globexthdr.name=@var{string}
+This keyword allows user control over the name that is written into
+the ustar header blocks for global extended header records. The name
+shall will be obtained from the contents of @var{string}, after the
+following character substitutions have been made:
+
+@multitable @columnfractions .30 .70
+@item Meta-character @tab Replaced By
+@item %n @tab An integer that represents the
+sequence number of the global extended header record in the archive,
+starting at 1.
+@item %p @tab The process ID of the @command{tar} process.
+@item %% @tab A @samp{%} character.
+@end multitable
+
+Any other @samp{%} characters in string produce undefined results.
+
+If no option @samp{globexthdr.name=string} is specified, @command{tar}
+will use the following default value:
+
+@smallexample
+$TMPDIR/GlobalHead.%p.%n
+@end smallexample
+
+@noindent
+where @samp{$TMPDIR} represents the value of the @var{TMPDIR}
+environment variable. If @var{TMPDIR} is not set, @command{tar}
+uses @samp{/tmp}.
+
+@item @var{keyword}=@var{value}
+When used with one of archive-creation commands, these keyword/value pairs
+will be included at the beginning of the archive in a global extended
+header record. When used with one of archive-reading commands,
+@command{tar} will behave as if it has encountered these keyword/value
+pairs at the beginning of the archive in a global extended header
+record.
+
+@item @var{keyword}:=@var{value}
+When used with one of archive-creation commands, these keyword/value pairs
+will be included as records at the beginning of an extended header for
+each file. This is effectively equivalent to @var{keyword}=@var{value}
+form except that it creates no global extended header records.
+
+When used with one of archive-reading commands, @command{tar} will
+behave as if these keyword/value pairs were included as records at the
+end of each extended header; thus, they will override any global or
+file-specific extended header record keywords of the same names.
+For example, in the command:
+
+@smallexample
+tar --format=posix --create \
+    --file archive --pax-option gname:=user .
+@end smallexample
+
+the group name will be forced to a new value for all files
+stored in the archive.
+@end table
+
 @item --portability
 @itemx --old-archive
-@itemx -o
-
-Tells @command{tar} to create an archive that is compatible with Unix V7
-@command{tar}.  @FIXME-xref{}
+Synonym for @option{--format=v7}.
 
 @item --posix
-
-Instructs @command{tar} to create a @sc{posix} compliant @command{tar} archive.  @FIXME-xref{}
+Same as @option{--format=posix}.
 
 @item --preserve
 
@@ -2805,23 +3171,28 @@ Synonymous with specifying both @samp{--preserve-permissions} and
 @itemx --same-permissions
 @itemx -p
 
-When @command{tar} is extracting an archive, it normally subtracts the users'
-umask from the permissions specified in the archive and uses that
-number as the permissions to create the destination file.  Specifying
-this option instructs @command{tar} that it should use the permissions directly
-from the archive.  @xref{Writing}.
+When @command{tar} is extracting an archive, it normally subtracts the
+users' umask from the permissions specified in the archive and uses
+that number as the permissions to create the destination file.
+Specifying this option instructs @command{tar} that it should use the
+permissions directly from the archive.  @xref{Writing}.
 
 @item --read-full-records
 @itemx -B
 
-Specifies that @command{tar} should reblock its input, for reading from pipes on
-systems with buggy implementations.  @xref{Reading}.
+Specifies that @command{tar} should reblock its input, for reading
+from pipes on systems with buggy implementations.  @xref{Reading}.
 
 @item --record-size=@var{size}
 
 Instructs @command{tar} to use @var{size} bytes per record when accessing the
 archive.  @FIXME-xref{}
 
+@item --recursion
+
+With this option, @command{tar} recurses into directories.
+@FIXME-xref{}
+
 @item --recursive-unlink
 
 Remove existing
@@ -2858,15 +3229,26 @@ effect only for ordinary users.  @FIXME-xref{}
 
 (See @samp{--preserve-permissions}; @pxref{Writing}.)
 
+@item --show-defaults
+
+Displays the default options used by @command{tar} and exits
+successfully. This option is intended for use in shell scripts.
+Here is an example of what you can see using this option:
+
+@smallexample
+$ tar --show-defaults
+--format=gnu -f- -b20
+@end smallexample
+
 @item --show-omitted-dirs
 
-Instructs @command{tar} to mention directories its skipping over when operating
-on a @command{tar} archive.  @FIXME-xref{}
+Instructs @command{tar} to mention directories its skipping over when
+operating on a @command{tar} archive.  @FIXME-xref{}
 
 @item --sparse
 @itemx -S
 
-Invokes a @sc{gnu} extension when adding files to an archive that handles
+Invokes a @acronym{GNU} extension when adding files to an archive that handles
 sparse files efficiently.  @FIXME-xref{}
 
 @item --starting-file=@var{name}
@@ -2876,6 +3258,18 @@ This option affects extraction only; @command{tar} will skip extracting
 files in the archive until it finds one that matches @var{name}.
 @xref{Scarce}.
 
+@item --strip-path=@var{number}
+Strip given @var{number} of leading components from file names before
+extraction. For example, if archive @file{archive.tar} contained
+@file{/some/file/name}, then running
+
+@smallexample
+tar --extract --file archive.tar --strip-path=2
+@end smallexample
+
+@noindent
+would extracted this file to file @file{name}.
+
 @item --suffix=@var{suffix}
 
 Alters the suffix @command{tar} uses when backing up files from the default
@@ -2890,8 +3284,8 @@ Specifies the length of tapes that @command{tar} is writing as being
 @item --to-stdout
 @itemx -O
 
-During extraction, @command{tar} will extract files to stdout rather than to the
-file system.  @xref{Writing}.
+During extraction, @command{tar} will extract files to stdout rather
+than to the file system.  @xref{Writing}.
 
 @item --totals
 
@@ -2924,6 +3318,11 @@ system before extracting it from the archive.  @xref{Writing}.
 Instructs @command{tar} to access the archive through @var{prog}, which is
 presumed to be a compression program of some sort.  @FIXME-xref{}
 
+@item --utc
+
+Display file modification dates in @acronym{UTC}. This option implies
+@samp{--verbose}.
+
 @item --verbose
 @itemx -v
 
@@ -2939,14 +3338,23 @@ archive.  @FIXME-xref{}
 
 @item --version
 
-@command{tar} will print an informational message about what version it is and a
-copyright message, some credits, and then exit.  @FIXME-xref{}
+@command{tar} will print an informational message about what version
+it is and a copyright message, some credits, and then exit.
+@FIXME-xref{}
 
 @item --volno-file=@var{file}
 
 Used in conjunction with @samp{--multi-volume}.  @command{tar} will keep track
 of which volume of a multi-volume archive its working in @var{file}.
 @FIXME-xref{}
+
+@item --wildcards
+Use wildcards when excluding files.
+@FIXME-xref{}
+
+@item --wildcards-match-slash
+Wildcards match @samp{/} when excluding files.
+@FIXME-xref{}
 @end table
 
 @node Short Option Summary
@@ -2977,10 +3385,6 @@ them with the equivalent long option.
 
 @samp{--incremental}
 
-@item -I
-
-@samp{--files-from}
-
 @item -K
 
 @samp{--starting-file}
@@ -3065,13 +3469,21 @@ them with the equivalent long option.
 
 @samp{--ignore-zeros}
 
+@item -j
+
+@samp{--bzip2}
+
 @item -k
 
 @samp{--keep-old-files}
 
 @item -l
 
-@samp{--one-file-system}
+@samp{--one-file-system}. Use of this short option is deprecated. It
+is retained for compatibility with the earlier versions of GNU
+@command{tar}, and will be changed in future releases.
+
+@xref{Current status}, for more information.
 
 @item -m
 
@@ -3079,7 +3491,12 @@ them with the equivalent long option.
 
 @item -o
 
-@samp{--portability}
+When creating --- @samp{--no-same-owner}, when extracting ---
+@samp{--portability}.
+
+The later usage is deprecated. It is retained for compatibility with 
+the earlier versions of @GNUTAR{}. In the future releases
+@option{-o} will be equivalent to @samp{--no-same-owner} only.
 
 @item -p
 
@@ -3120,44 +3537,47 @@ them with the equivalent long option.
 @end table
 
 @node help
-@section @sc{gnu} @command{tar} documentation
-
-Being careful, the first thing is really checking that you are using @sc{gnu}
-@command{tar}, indeed.  The @value{op-version} option will generate a message
-giving confirmation that you are using @sc{gnu} @command{tar}, with the precise
-version of @sc{gnu} @command{tar} you are using.  @command{tar} identifies itself
-and prints the version number to the standard output, then immediately
+@section @GNUTAR{} documentation
+
+Being careful, the first thing is really checking that you are using
+@GNUTAR{}, indeed.  The @value{op-version} option
+will generate a message giving confirmation that you are using
+@GNUTAR{}, with the precise version of @GNUTAR{}
+you are using.  @command{tar} identifies itself and
+prints the version number to the standard output, then immediately
 exits successfully, without doing anything else, ignoring all other
 options.  For example, @w{@samp{tar --version}} might return:
 
-@example
-tar (@sc{gnu} tar) @value{VERSION}
-@end example
+@smallexample
+tar (@acronym{GNU} tar) @value{VERSION}
+@end smallexample
 
 @noindent
 The first occurrence of @samp{tar} in the result above is the program
-name in the package (for example, @command{rmt} is another program), while
-the second occurrence of @samp{tar} is the name of the package itself,
-containing possibly many programs.  The package is currently named
-@samp{tar}, after the name of the main program it contains@footnote{There
-are plans to merge the @command{cpio} and @command{tar} packages into a single one
-which would be called @code{paxutils}.  So, who knows if, one of this days,
-the @value{op-version} would not yield @w{@samp{tar (@sc{gnu} paxutils) 3.2}}}.
+name in the package (for example, @command{rmt} is another program),
+while the second occurrence of @samp{tar} is the name of the package
+itself, containing possibly many programs.  The package is currently
+named @samp{tar}, after the name of the main program it
+contains@footnote{There are plans to merge the @command{cpio} and
+@command{tar} packages into a single one which would be called
+@code{paxutils}.  So, who knows if, one of this days, the
+@value{op-version} would not yield @w{@samp{tar (@acronym{GNU}
+paxutils) 3.2}}}.
 
 Another thing you might want to do is checking the spelling or meaning
-of some particular @command{tar} option, without resorting to this manual,
-for once you have carefully read it.  @sc{gnu} @command{tar} has a short help
-feature, triggerable through the @value{op-help} option.  By using this
-option, @command{tar} will print a usage message listing all available
-options on standard output, then exit successfully, without doing
-anything else and ignoring all other options.  Even if this is only a
-brief summary, it may be several screens long.  So, if you are not
-using some kind of scrollable window, you might prefer to use something
-like:
+of some particular @command{tar} option, without resorting to this
+manual, for once you have carefully read it.  @GNUTAR{}
+has a short help feature, triggerable through the
+@value{op-help} option.  By using this option, @command{tar} will
+print a usage message listing all available options on standard
+output, then exit successfully, without doing anything else and
+ignoring all other options.  Even if this is only a brief summary, it
+may be several screens long.  So, if you are not using some kind of
+scrollable window, you might prefer to use something like:
 
-@example
+@smallexample
 $ @kbd{tar --help | less}
-@end example
+@end smallexample
 
 @noindent
 presuming, here, that you like using @command{less} for a pager.  Other
@@ -3165,9 +3585,9 @@ popular pagers are @command{more} and @command{pg}.  If you know about some
 @var{keyword} which interests you and do not want to read all the
 @value{op-help} output, another common idiom is doing:
 
-@example
+@smallexample
 tar --help | grep @var{keyword}
-@end example
+@end smallexample
 
 @noindent
 for getting only the pertinent lines.
@@ -3178,24 +3598,26 @@ previous paragraphs.  It is written that both @value{op-version} and
 fact, they cannot ignore each other, and one of them has to win.  We do
 not specify which is stronger, here; experiment if you really wonder!
 
-The short help output is quite succinct, and you might have to get back
-to the full documentation for precise points.  If you are reading this
-paragraph, you already have the @command{tar} manual in some form.  This
-manual is available in printed form, as a kind of small book.  It may
-printed out of the @sc{gnu} @command{tar} distribution, provided you have @TeX{}
-already installed somewhere, and a laser printer around.  Just configure
-the distribution, execute the command @w{@samp{make dvi}}, then print
-@file{doc/tar.dvi} the usual way (contact your local guru to know how).
-If @sc{gnu} @command{tar} has been conveniently installed at your place, this
+The short help output is quite succinct, and you might have to get
+back to the full documentation for precise points.  If you are reading
+this paragraph, you already have the @command{tar} manual in some
+form.  This manual is available in printed form, as a kind of small
+book.  It may printed out of the @GNUTAR{}
+distribution, provided you have @TeX{} already installed somewhere,
+and a laser printer around.  Just configure the distribution, execute
+the command @w{@samp{make dvi}}, then print @file{doc/tar.dvi} the
+usual way (contact your local guru to know how).  If @GNUTAR{}
+has been conveniently installed at your place, this
 manual is also available in interactive, hypertextual form as an Info
 file.  Just call @w{@samp{info tar}} or, if you do not have the
-@command{info} program handy, use the Info reader provided within @sc{gnu}
-Emacs, calling @samp{tar} from the main Info menu.
-
-There is currently no @code{man} page for @sc{gnu} @command{tar}.  If you observe
-such a @code{man} page on the system you are running, either it does not
-long to @sc{gnu} @command{tar}, or it has not been produced by @sc{gnu}.  Currently,
-@sc{gnu} @command{tar} documentation is provided in Texinfo format only, if we
+@command{info} program handy, use the Info reader provided within
+@acronym{GNU} Emacs, calling @samp{tar} from the main Info menu.
+
+There is currently no @code{man} page for @GNUTAR{}.
+If you observe such a @code{man} page on the system you are running,
+either it does not long to @GNUTAR{}, or it has not
+been produced by @acronym{GNU}.  Currently, @GNUTAR{}
+documentation is provided in Texinfo format only, if we
 except, of course, the short result of @kbd{tar --help}.
 
 @node verbose
@@ -3242,10 +3664,10 @@ causes @command{tar} to print an @samp{ls -l} type listing of the files
 in the archive.  The following examples both extract members with
 long list output:
 
-@example
+@smallexample
 $ @kbd{tar --extract --file=archive.tar --verbose --verbose}
-$ @kbd{tar xvv archive.tar}
-@end example
+$ @kbd{tar xvvf archive.tar}
+@end smallexample
 
 Verbose output appears on the standard output except when an archive is
 being written to the standard output, as with @samp{tar --create
@@ -3253,6 +3675,10 @@ being written to the standard output, as with @samp{tar --create
 installer let standard output be the default archive).  In that case
 @command{tar} writes verbose output to the standard error stream.
 
+If @option{--index-file=@var{file}} is specified, @command{tar} sends
+verbose output to @var{file} rather than to standard output or standard
+error.
+
 The @value{op-totals} option---which is only meaningful when used with
 @value{op-create}---causes @command{tar} to print the total
 amount written to the archive, after it has been fully created.
@@ -3275,15 +3701,16 @@ not have been named on the command line (implicitly or explicitly),
 it might be excluded by the use of the @value{op-exclude} option, or
 some other reason.
 
-If @value{op-block-number} is used, @command{tar} prints, along with every
-message it would normally produce, the block number within the archive
-where the message was triggered.  Also, supplementary messages are
-triggered when reading blocks full of NULs, or when hitting end of file on
-the archive.  As of now, if the archive if properly terminated with a NUL
-block, the reading of the file may stop before end of file is met, so the
-position of end of file will not usually show when @value{op-block-number}
-is used.  Note that @sc{gnu} @command{tar} drains the archive before exiting when
-reading the archive from a pipe.
+If @value{op-block-number} is used, @command{tar} prints, along with
+every message it would normally produce, the block number within the
+archive where the message was triggered.  Also, supplementary messages
+are triggered when reading blocks full of NULs, or when hitting end of
+file on the archive.  As of now, if the archive if properly terminated
+with a NUL block, the reading of the file may stop before end of file
+is met, so the position of end of file will not usually show when
+@value{op-block-number} is used.  Note that @GNUTAR{}
+drains the archive before exiting when reading the
+archive from a pipe.
 
 This option is especially useful when reading damaged archives, since
 it helps pinpoint the damaged sections.  It can also be used with
@@ -3332,7 +3759,7 @@ read from that named pipe.  This has the advantage of letting standard
 output free to receive verbose output, all separate from errors.
 
 @node operations
-@chapter @sc{gnu} @command{tar} Operations
+@chapter @GNUTAR{} Operations
 
 @menu
 * Basic tar::
@@ -3345,7 +3772,7 @@ output free to receive verbose output, all separate from errors.
 @end menu
 
 @node Basic tar
-@section Basic @sc{gnu} @command{tar} Operations
+@section Basic @GNUTAR{} Operations
 
 The basic @command{tar} operations, @value{op-create}, @value{op-list} and
 @value{op-extract}, are currently presented and described in the tutorial
@@ -3369,7 +3796,7 @@ common errors are:
 @item
 Mistakingly using @code{create} instead of @code{extract}, when the
 intent was to extract the full contents of an archive.  This error
-is likely: keys @kbd{c} and @kbd{x} are right next ot each other on
+is likely: keys @kbd{c} and @kbd{x} are right next to each other on
 the QWERTY keyboard.  Instead of being unpacked, the archive then
 gets wholly destroyed.  When users speak about @dfn{exploding} an
 archive, they usually mean something else :-).
@@ -3384,32 +3811,33 @@ file, which was meant to be saved, is rather destroyed.
 @end enumerate
 
 So, recognizing the likelihood and the catastrophical nature of these
-errors, @sc{gnu} @command{tar} now takes some distance from elegance, and
+errors, @GNUTAR{} now takes some distance from elegance, and
 cowardly refuses to create an archive when @value{op-create} option is
 given, there are no arguments besides options, and @value{op-files-from}
-option is @emph{not} used.  To get around the cautiousness of @sc{gnu}
-@command{tar} and nevertheless create an archive with nothing in it,
+option is @emph{not} used.  To get around the cautiousness of @GNUTAR{}
+and nevertheless create an archive with nothing in it,
 one may still use, as the value for the @value{op-files-from} option,
 a file with no names in it, as shown in the following commands:
 
-@example
+@smallexample
 @kbd{tar --create --file=empty-archive.tar --files-from=/dev/null}
 @kbd{tar cfT empty-archive.tar /dev/null}
-@end example
+@end smallexample
 
 @item @value{op-extract}
 
-A socket is stored, within a @sc{gnu} @command{tar} archive, as a pipe.
+A socket is stored, within a @GNUTAR{} archive, as a pipe.
 
 @item @value{op-list}
 
-@sc{gnu} @command{tar} now shows dates as @samp{1996-08-30}, while it used to
-show them as @samp{Aug 30 1996}.  (One can revert to the old behavior by
-defining @code{USE_OLD_CTIME} in @file{src/list.c} before reinstalling.)
-But preferably, people should get used to ISO 8601 dates.  Local
-American dates should be made available again with full date localization
-support, once ready.  In the meantime, programs not being localizable
-for dates should prefer international dates, that's really the way to go.
+@GNUTAR{} now shows dates as @samp{1996-08-30},
+while it used to show them as @samp{Aug 30 1996}.  (One can revert to
+the old behavior by defining @code{USE_OLD_CTIME} in @file{src/list.c}
+before reinstalling.)  But preferably, people should get used to ISO
+8601 dates.  Local American dates should be made available again with
+full date localization support, once ready.  In the meantime, programs
+not being localizable for dates should prefer international dates,
+that's really the way to go.
 
 Look up @url{http://www.ft.uni-erlangen.de/~mskuhn/iso-time.html} if you
 are curious, it contains a detailed explanation of the ISO 8601 standard.
@@ -3417,10 +3845,10 @@ are curious, it contains a detailed explanation of the ISO 8601 standard.
 @end table
 
 @node Advanced tar
-@section Advanced @sc{gnu} @command{tar} Operations
+@section Advanced @GNUTAR{} Operations
 
-Now that you have learned the basics of using @sc{gnu} @command{tar}, you may
-want to learn about further ways in which @command{tar} can help you.
+Now that you have learned the basics of using @GNUTAR{}, you may want
+to learn about further ways in which @command{tar} can help you.
 
 This chapter presents five, more advanced operations which you probably
 won't use on a daily basis, but which serve more specialized functions.
@@ -3435,7 +3863,6 @@ it still introduces the info in the chapter correctly : ).}
 
 @menu
 * Operations::
-* current state::
 * append::
 * update::
 * concatenate::
@@ -3494,33 +3921,6 @@ Delete items from an archive (does not work on tapes).
 Compare archive members to their counterparts in the file system.
 @end table
 
-@node current state
-@subsection The Current State of the Practice Files
-
-Currently, the listing of the directory using @command{ls} is as follows:
-
-@example
-
-@end example
-
-@noindent
-The archive file @samp{collection.tar} looks like this:
-
-@example
-$ @kbd{tar -tvf collection.tar}
-
-@end example
-
-@noindent
-The archive file @samp{music.tar} looks like this:
-
-@example
-$ @kbd{tar -tvf music.tar}
-
-@end example
-
-@FIXME{need to fill in the above!!!}
-
 @node append
 @subsection How to Add Files to Existing Archives: @code{--append}
 @UNREVISED
@@ -3607,21 +4007,21 @@ Make sure you are in the @file{practice} directory.  Then, run the
 following @command{tar} command to add @file{rock} to
 @file{collection.tar}:
 
-@example
+@smallexample
 $ @kbd{tar --append --file=collection.tar rock}
-@end example
+@end smallexample
 
 @noindent
 If you now use the @value{op-list} operation, you will see that
 @file{rock} has been added to the archive:
 
-@example
+@smallexample
 $ @kbd{tar --list --file=collection.tar}
 -rw-rw-rw- me user     28 1996-10-18 16:31 jazz
 -rw-rw-rw- me user     21 1996-09-23 16:44 blues
 -rw-rw-rw- me user     20 1996-09-23 16:44 folk
 -rw-rw-rw- me user     20 1996-09-23 16:44 rock
-@end example
+@end smallexample
 
 @FIXME{in theory, dan will (soon) try to turn this node into what it's
 title claims it will become...}
@@ -3638,7 +4038,7 @@ this really a good idea, to give this whole description for something
 which i believe is basically a Stupid way of doing something?  certain
 aspects of it show ways in which tar is more broken than i'd personally
 like to admit to, specifically the last sentence.  On the other hand, i
-don't think it's a good idea to be saying that re explicitly don't
+don't think it's a good idea to be saying that we explicitly don't
 recommend using something, but i can't see any better way to deal with
 the situation.}When you extract the archive, the older version will be
 effectively lost.  This works because files are extracted from an
@@ -3659,24 +4059,24 @@ newer version when it is extracted.
 You can append the new, changed copy of the file @file{blues} to the
 archive in this way:
 
-@example
+@smallexample
 $ @kbd{tar --append --verbose --file=collection.tar blues}
 blues
-@end example
+@end smallexample
 
 @noindent
 Because you specified the @samp{--verbose} option, @command{tar} has
 printed the name of the file being appended as it was acted on.  Now
 list the contents of the archive:
 
-@example
+@smallexample
 $ @kbd{tar --list --verbose --file=collection.tar}
 -rw-rw-rw- me user     28 1996-10-18 16:31 jazz
 -rw-rw-rw- me user     21 1996-09-23 16:44 blues
 -rw-rw-rw- me user     20 1996-09-23 16:44 folk
 -rw-rw-rw- me user     20 1996-09-23 16:44 rock
 -rw-rw-rw- me user     58 1996-10-24 18:30 blues
-@end example
+@end smallexample
 
 @noindent
 The newest version of @file{blues} is now at the end of the archive
@@ -3735,12 +4135,12 @@ the @samp{update} operation and the @value{op-verbose} option specified,
 using the names of all the files in the practice directory as file name
 arguments:
 
-@example
+@smallexample
 $ @kbd{tar --update -v -f collection.tar blues folk rock classical}
 blues
 classical
 $
-@end example
+@end smallexample
 
 @noindent
 Because we have specified verbose mode, @command{tar} prints out the names
@@ -3757,10 +4157,10 @@ process.  Tapes are not designed to go backward.  @xref{Media}, for more
 information about tapes.
 
 @value{op-update} is not suitable for performing backups for two
-reasons: it does not change directory content entries, and it lengthens
-the archive every time it is used.  The @sc{gnu} @command{tar} options intended
-specifically for backups are more efficient.  If you need to run
-backups, please consult @ref{Backups}.
+reasons: it does not change directory content entries, and it
+lengthens the archive every time it is used.  The @GNUTAR{}
+options intended specifically for backups are more
+efficient.  If you need to run backups, please consult @ref{Backups}.
 
 @node concatenate
 @subsection Combining Archives with @code{--concatenate}
@@ -3784,45 +4184,45 @@ To demonstrate how @samp{--concatenate} works, create two small archives
 called @file{bluesrock.tar} and @file{folkjazz.tar}, using the relevant
 files from @file{practice}:
 
-@example
+@smallexample
 $ @kbd{tar -cvf bluesrock.tar blues rock}
 blues
 classical
 $ @kbd{tar -cvf folkjazz.tar folk jazz}
 folk
 jazz
-@end example
+@end smallexample
 
 @noindent
 If you like, You can run @samp{tar --list} to make sure the archives
 contain what they are supposed to:
 
-@example
+@smallexample
 $ @kbd{tar -tvf bluesrock.tar}
 -rw-rw-rw- melissa user    105 1997-01-21 19:42 blues
 -rw-rw-rw- melissa user     33 1997-01-20 15:34 rock
 $ @kbd{tar -tvf folkjazz.tar}
 -rw-rw-rw- melissa user     20 1996-09-23 16:44 folk
 -rw-rw-rw- melissa user     65 1997-01-30 14:15 jazz
-@end example
+@end smallexample
 
 We can concatenate these two archives with @command{tar}:
 
-@example
+@smallexample
 $ @kbd{cd ..}
 $ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar}
-@end example
+@end smallexample
 
 If you now list the contents of the @file{bluesclass.tar}, you will see
 that now it also contains the archive members of @file{jazzfolk.tar}:
 
-@example
+@smallexample
 $ @kbd{tar --list --file=bluesrock.tar}
 blues
 rock
 jazz
 folk
-@end example
+@end smallexample
 
 When you use @samp{--concatenate}, the source and target archives must
 already exist and must have been created using compatible format
@@ -3890,7 +4290,7 @@ To delete all versions of the file @file{blues} from the archive
 @file{collection.tar} in the @file{practice} directory, make sure you
 are in that directory, and then,
 
-@example
+@smallexample
 $ @kbd{tar --list --file=collection.tar}
 blues
 folk
@@ -3907,7 +4307,7 @@ folk
 jazz
 rock
 $
-@end example
+@end smallexample
 
 @FIXME{I changed the order of these nodes around and haven't had a chance
 to fix the above example's results, yet.  I have to play with this and
@@ -3940,12 +4340,12 @@ The following example compares the archive members @file{rock},
 files of the same name in the file system.  (Note that there is no file,
 @file{funk}; @command{tar} will report an error message.)
 
-@example
+@smallexample
 $ @kbd{tar --compare --file=bluesrock.tar rock blues funk}
 rock
 blues
 tar: funk not found in archive
-@end example
+@end smallexample
 
 @noindent
 @FIXME{what does this actually depend on?  i'm making a guess,
@@ -3953,9 +4353,9 @@ here.}Depending on the system where you are running @command{tar} and the
 version you are running, @command{tar} may have a different error message,
 such as:
 
-@example
+@smallexample
 funk: does not exist
-@end example
+@end smallexample
 
 @FIXME-xref{somewhere, for more information about format parameters.
 Melissa says: such as "format variations"?  But why?  Clearly I don't
@@ -4072,8 +4472,8 @@ together).
 
 The @value{op-ignore-zeros} option is turned off by default because many
 versions of @command{tar} write garbage after the end-of-archive entry,
-since that part of the media is never supposed to be read.  @sc{gnu}
-@command{tar} does not write after the end of an archive, but seeks to
+since that part of the media is never supposed to be read.  @GNUTAR{}
+does not write after the end of an archive, but seeks to
 maintain compatiblity among archiving utilities.
 
 @table @kbd
@@ -4101,6 +4501,7 @@ encountered while reading an archive.  Use in conjunction with
 * Dealing with Old Files::
 * Overwrite Old Files::
 * Keep Old Files::
+* Keep Newer Files::
 * Unlink First::
 * Recursive Unlink::
 * Modification Times::
@@ -4117,34 +4518,38 @@ file already exists, it normally replaces the file by removing it before
 extracting it, to prevent confusion in the presence of hard or symbolic
 links.  (If the existing file is a symbolic link, it is removed, not
 followed.)  However, if a directory cannot be removed because it is
-nonempty, @command{tar} neither removes it nor modifies its ownership,
-permissions, or time stamps.
+nonempty, @command{tar} normally overwrites its metadata (ownership,
+permission, etc.).  The @option{--overwrite-dir} option enables this
+default behavior.  To be more cautious and preserve the metadata of
+such a directory, use the @option{--no-overwrite-dir} option.
 
-To be more cautious and prevent existing files from being replaced, use
+To be even more cautious and prevent existing files from being replaced, use
 the @value{op-keep-old-files} option.  It causes @command{tar} to refuse
 to replace or update a file that already exists, i.e., a file with the
 same name as an archive member prevents extraction of that archive
-member.
+member.  Instead, it reports an error.
 
 To be more aggressive about altering existing files, use the
 @value{op-overwrite} option.  It causes @command{tar} to overwrite
 existing files and to follow existing symbolic links when extracting.
 
-Some people argue that @sc{gnu} @command{tar} should not hesitate to overwrite
-files with other files when extracting.  When extracting a @command{tar}
-archive, they expect to see a faithful copy of the state of the filesystem
-when the archive was created.  It is debatable that this would always
-be a proper behavior.  For example, suppose one has an archive in
-which @file{usr/local} is a link to @file{usr/local2}.  Since then,
-maybe the site removed the link and renamed the whole hierarchy from
-@file{/usr/local2} to @file{/usr/local}.  Such things happen all the time.
-I guess it would not be welcome at all that @sc{gnu} @command{tar} removes the
-whole hierarchy just to make room for the link to be reinstated (unless it
-@emph{also} simultaneously restores the full @file{/usr/local2}, of course!
-@sc{gnu} @command{tar} is indeed able to remove a whole hierarchy to reestablish a
-symbolic link, for example, but @emph{only if} @value{op-recursive-unlink}
-is specified to allow this behavior.  In any case, single files are
-silently removed.
+Some people argue that @GNUTAR{} should not hesitate
+to overwrite files with other files when extracting.  When extracting
+a @command{tar} archive, they expect to see a faithful copy of the
+state of the filesystem when the archive was created.  It is debatable
+that this would always be a proper behavior.  For example, suppose one
+has an archive in which @file{usr/local} is a link to
+@file{usr/local2}.  Since then, maybe the site removed the link and
+renamed the whole hierarchy from @file{/usr/local2} to
+@file{/usr/local}.  Such things happen all the time.  I guess it would
+not be welcome at all that @GNUTAR{} removes the
+whole hierarchy just to make room for the link to be reinstated
+(unless it @emph{also} simultaneously restores the full
+@file{/usr/local2}, of course!  @GNUTAR{} is indeed
+able to remove a whole hierarchy to reestablish a symbolic link, for
+example, but @emph{only if} @value{op-recursive-unlink} is specified
+to allow this behavior.  In any case, single files are silently
+removed.
 
 Finally, the @value{op-unlink-first} option can improve performance in
 some cases by causing @command{tar} to remove files unconditionally
@@ -4175,6 +4580,10 @@ combined with the @value{op-absolute-names} option, as this combination
 can change the contents, ownership or permissions of any file on your
 system.  Also, many systems do not take kindly to overwriting files that
 are currently being executed.
+
+@item --overwrite-dir
+Overwrite the metadata of directories when extracting files from an
+archive, but remove other files before extracting.
 @end table
 
 @node Keep Old Files
@@ -4191,6 +4600,15 @@ Prevents @command{tar} from replacing files in the file system during
 extraction.
 @end table
 
+@node Keep Newer Files
+@unnumberedsubsubsec Keep Newer Files
+
+@table @kbd
+@item --keep-newer-files
+Do not replace existing files that are newer than their archive
+copies. This option is meaningless with @value{op-list}.
+@end table
+
 @node Unlink First
 @unnumberedsubsubsec Unlink First
 
@@ -4281,9 +4699,19 @@ be useful if you are only extracting the files in order to send them
 through a pipe.  This option is meaningless with @value{op-list}.
 @end table
 
-@FIXME{Why would you want to do such a thing, how are files separated on
-the standard output? is this useful with more that one file?  Are
-pipes the real reason?}
+This can be useful, for example, if you have a tar archive containing
+a big file and don't want to store the file on disk before processing
+it.  You can use a command like this:
+
+@smallexample
+tar -xOzf foo.tgz bigfile | process
+@end smallexample
+
+or even like this if you want to process the concatenation of the files:
+
+@smallexample
+tar -xOzf foo.tgz bigfile1 bigfile2 | process
+@end smallexample
 
 @node remove files
 @unnumberedsubsubsec Removing Files
@@ -4363,12 +4791,12 @@ This option is probably never needed on modern computer systems.
 
 @cindex backup options
 
-@sc{gnu} @command{tar} offers options for making backups of files before writing
-new versions.  These options control the details of these backups.
-They may apply to the archive itself before it is created or rewritten,
-as well as individual extracted members.  Other @sc{gnu} programs (@command{cp},
-@command{install}, @command{ln}, and @command{mv}, for example) offer similar
-options.
+@GNUTAR{} offers options for making backups of files
+before writing new versions.  These options control the details of
+these backups.  They may apply to the archive itself before it is
+created or rewritten, as well as individual extracted members.  Other
+@acronym{GNU} programs (@command{cp}, @command{install}, @command{ln},
+and @command{mv}, for example) offer similar options.
 
 Backup options may prove unexpectedly useful when extracting archives
 containing many members having identical name, or when extracting archives
@@ -4453,9 +4881,9 @@ and consume arguments a bit unpredictably for an alias or script.  But,
 if you are ready to give up using old style options, you may resort to
 using something like (a Bourne shell function here):
 
-@example
+@smallexample
 tar () @{ /usr/local/bin/tar --backup $*; @}
-@end example
+@end smallexample
 
 @node Applications
 @section Notable @command{tar} Usages
@@ -4489,7 +4917,6 @@ $ @kbd{cd sourcedir; tar -cf - . | (cd targetdir; tar -xf -)}
 @noindent
 The command also works using short option forms:
 
-@FIXME{The following using standard input/output correct??}
 @smallexample
 $ @w{@kbd{cd sourcedir; tar --create --file=- . | (cd targetdir; tar --extract --file=-)}}
 @end smallexample
@@ -4507,9 +4934,9 @@ files to store names of other files which you can then call as
 arguments to @command{tar} (this can help you save time if you expect to
 archive the same list of files a number of times), and so forth.
 @FIXME{in case it's not obvious, i'm making this up in some sense
-based on my imited memory of what the next chapter *really* does.  i
+based on my limited memory of what the next chapter *really* does.  i
 just wanted to flesh out this final section a little bit so i'd
-remember to sitck it in here. :-)}
+remember to stick it in here. :-)}
 
 If there are too many files to conveniently list on the command line,
 you can list the names in a file, and @command{tar} will read that file.
@@ -4522,38 +4949,39 @@ and not archive them.  @xref{Choosing}.
 @chapter Performing Backups and Restoring Files
 @UNREVISED
 
-@sc{gnu} @command{tar} is distributed along with the scripts which the Free
-Software Foundation uses for performing backups.  There is no corresponding
-scripts available yet for doing restoration of files.  Even if there is
-a good chance those scripts may be satisfying to you, they are not the
-only scripts or methods available for doing backups and restore.  You may
-well create your own, or use more sophisticated packages dedicated to
-that purpose.
+@GNUTAR{} is distributed along with the scripts
+which the Free Software Foundation uses for performing backups.  There
+is no corresponding scripts available yet for doing restoration of
+files.  Even if there is a good chance those scripts may be satisfying
+to you, they are not the only scripts or methods available for doing
+backups and restore.  You may well create your own, or use more
+sophisticated packages dedicated to that purpose.
 
 Some users are enthusiastic about @code{Amanda} (The Advanced Maryland
 Automatic Network Disk Archiver), a backup system developed by James
 da Silva @file{jds@@cs.umd.edu} and available on many Unix systems.
 This is free software, and it is available at these places:
 
-@example
+@smallexample
 http://www.cs.umd.edu/projects/amanda/amanda.html
 ftp://ftp.cs.umd.edu/pub/amanda
-@end example
+@end smallexample
 
 @ifclear PUBLISH
 
 Here is a possible plan for a future documentation about the backuping
-scripts which are provided within the @sc{gnu} @command{tar} distribution.
+scripts which are provided within the @GNUTAR{}
+distribution.
 
-@example
+@smallexample
 .* dumps
 . + what are dumps
 
 . + different levels of dumps
 .  - full dump = dump everything
 .  - level 1, level 2 dumps etc, -
-       A level n dump dumps everything changed since the last level
-       n-1 dump (?)
+        A level n dump dumps everything changed since the last level
+        n-1 dump (?)
 
 . + how to use scripts for dumps  (ie, the concept)
 .  - scripts to run after editing backup specs (details)
@@ -4578,7 +5006,7 @@ scripts which are provided within the @sc{gnu} @command{tar} distribution.
 .  - positioning the tape
      MT writes two at end of write,
        backspaces over one when writing again.
-@end example
+@end smallexample
 
 @end ifclear
 
@@ -4645,7 +5073,7 @@ file exists, uses that file to see what has changed.
 
 @value{op-incremental} @FIXME{look it up}
 
-@value{op-incremental} handle old @sc{gnu}-format incremental backup.
+@value{op-incremental} handle old @acronym{GNU}-format incremental backup.
 
 This option should only be used when creating an incremental backup of
 a filesystem.  When the @value{op-incremental} option is used, @command{tar}
@@ -4657,22 +5085,23 @@ is going to be put in the archive.  This information is used when
 doing a complete incremental restore.
 
 Note that this option causes @command{tar} to create a non-standard
-archive that may not be readable by non-@sc{gnu} versions of the @command{tar}
-program.
+archive that may not be readable by non-@acronym{GNU} versions of the
+@command{tar} program.
 
 The @value{op-incremental} option means the archive is an incremental
 backup.  Its meaning depends on the command that it modifies.
 
-If the @value{op-incremental} option is used with @value{op-list}, @command{tar}
-will list, for each directory in the archive, the list of files in
-that directory at the time the archive was created.  This information
-is put out in a format that is not easy for humans to read, but which
-is unambiguous for a program: each file name is preceded by either a
-@samp{Y} if the file is present in the archive, an @samp{N} if the
-file is not included in the archive, or a @samp{D} if the file is
-a directory (and is included in the archive).  Each file name is
-terminated by a null character.  The last file is followed by an
-additional null and a newline to indicate the end of the data.
+If the @value{op-incremental} option is used with @value{op-list},
+@command{tar} will list, for each directory in the archive, the list
+of files in that directory at the time the archive was created.  This
+information is put out in a format that is not easy for humans to
+read, but which is unambiguous for a program: each file name is
+preceded by either a @samp{Y} if the file is present in the archive,
+an @samp{N} if the file is not included in the archive, or a @samp{D}
+if the file is a directory (and is included in the archive).  Each
+file name is terminated by a null character.  The last file is
+followed by an additional null and a newline to indicate the end of
+the data.
 
 If the @value{op-incremental} option is used with @value{op-extract}, then
 when the entry for a directory is found, all files that currently
@@ -4685,10 +5114,11 @@ entire state of the file system to that which obtained when the backup
 was made.  If you don't use @value{op-incremental}, the file system will
 probably fill up with files that shouldn't exist any more.
 
-@value{op-listed-incremental} handle new @sc{gnu}-format incremental backup.
-This option handles new @sc{gnu}-format incremental backup.  It has much the
-same effect as @value{op-incremental}, but also the time when the dump
-is done and the list of directories dumped is written to the given
+@value{op-listed-incremental} handle new @acronym{GNU}-format
+incremental backup.  This option handles new @acronym{GNU}-format
+incremental backup.  It has much the same effect as
+@value{op-incremental}, but also the time when the dump is done and
+the list of directories dumped is written to the given
 @var{file}. When restoring, only files newer than the saved time are
 restored, and the directory list is used to speed up operations.
 
@@ -4709,9 +5139,6 @@ a changed directory name.  The file is updated after the files to
 be archived are determined, but before the new archive is actually
 created.
 
-@sc{gnu} @command{tar} actually writes the file twice: once before the data
-and written, and once after.
-
 @node Inc Dumps
 @section Using @command{tar} to Perform Incremental Dumps
 @UNREVISED
@@ -4730,7 +5157,7 @@ monthly) dump.
 Here is a sample script to dump the directory hierarchies @samp{/usr}
 and @samp{/var}.
 
-@example
+@smallexample
 #! /bin/sh
 tar --create \
  --blocking-factor=126 \
@@ -4739,7 +5166,7 @@ tar --create \
  --listed-incremental=/var/log/usr-var.snar \
  --verbose \
  /usr /var
-@end example
+@end smallexample
 
 This script uses the file @file{/var/log/usr-var.snar} as a snapshot to
 store information about the previous tar dump.
@@ -4769,8 +5196,8 @@ time the archive was created and a flag for each file indicating
 whether or not the file is going to be put in the archive.
 
 Note that this option causes @command{tar} to create a non-standard
-archive that may not be readable by non-@sc{gnu} versions of the @command{tar}
-program.
+archive that may not be readable by non-@acronym{GNU} versions of the
+@command{tar} program.
 
 @value{op-incremental} in conjunction with @value{op-extract} causes
 @command{tar} to read the lists of directory contents previously stored
@@ -4825,6 +5252,12 @@ So @command{tar} now considers all NFS devices as being equal when it comes
 to comparing directories; this is fairly gross, but there does not seem
 to be a better way to go.
 
+@command{tar} doesn't access @var{snapshot-file} when
+@value{op-create} or @value{op-list} are specified, but the
+@value{op-listed-incremental} option must still be given.  A
+placeholder @var{snapshot-file} can be specified, e.g.,
+@file{/dev/null}.
+
 @FIXME{this section needs to be written}
 
 @node Backup Levels
@@ -4851,10 +5284,10 @@ last daily (level one) dump.  The only information lost would be in
 files changed or created since the last daily backup.  (Doing dumps
 more than once a day is usually not worth the trouble).
 
-@sc{gnu} @command{tar} comes with scripts you can use to do full and level-one
-dumps.  Using scripts (shell programs) to perform backups and
-restoration is a convenient and reliable alternative to typing out
-file name lists and @command{tar} commands by hand.
+@GNUTAR{} comes with scripts you can use to do full
+and level-one dumps.  Using scripts (shell programs) to perform
+backups and restoration is a convenient and reliable alternative to
+typing out file name lists and @command{tar} commands by hand.
 
 Before you use these scripts, you need to edit the file
 @file{backup-specs}, which specifies parameters used by the backup
@@ -4932,13 +5365,13 @@ Subdirectories on other file systems will be ignored.
 
 The host name specifies which host to run @command{tar} on, and should
 normally be the host that actually contains the file system.  However,
-the host machine must have @sc{gnu} @command{tar} installed, and must be able
-to access the directory containing the backup scripts and their
-support files using the same file name that is used on the machine
-where the scripts are run (ie. what @command{pwd} will print when in that
-directory on that machine).  If the host that contains the file system
-does not have this capability, you can specify another host as long as
-it can access the file system through NFS.
+the host machine must have @GNUTAR{} installed, and
+must be able to access the directory containing the backup scripts and
+their support files using the same file name that is used on the
+machine where the scripts are run (ie. what @command{pwd} will print
+when in that directory on that machine).  If the host that contains
+the file system does not have this capability, you can specify another
+host as long as it can access the file system through NFS.
 
 @item BACKUP_FILES
 A list of individual files to be dumped.  These should be accessible
@@ -4959,7 +5392,7 @@ from the machine on which the backup script is run.
 
 The following is the text of @file{backup-specs} as it appears at FSF:
 
-@example
+@smallexample
 # site-specific parameters for file system backup.
 
 ADMINISTRATOR=friedman
@@ -4968,24 +5401,24 @@ TAPE_FILE=/dev/nrsmt0
 TAPE_STATUS="mts -t $TAPE_FILE"
 BLOCKING=124
 BACKUP_DIRS="
-       albert:/fs/fsf
-       apple-gunkies:/gd
-       albert:/fs/gd2
-       albert:/fs/gp
-       geech:/usr/jla
-       churchy:/usr/roland
-       albert:/
-       albert:/usr
-       apple-gunkies:/
-       apple-gunkies:/usr
-       gnu:/hack
-       gnu:/u
-       apple-gunkies:/com/mailer/gnu
-       apple-gunkies:/com/archive/gnu"
+        albert:/fs/fsf
+        apple-gunkies:/gd
+        albert:/fs/gd2
+        albert:/fs/gp
+        geech:/usr/jla
+        churchy:/usr/roland
+        albert:/
+        albert:/usr
+        apple-gunkies:/
+        apple-gunkies:/usr
+        gnu:/hack
+        gnu:/u
+        apple-gunkies:/com/mailer/gnu
+        apple-gunkies:/com/archive/gnu"
 
 BACKUP_FILES="/com/mailer/aliases /com/mailer/league*[a-z]"
 
-@end example
+@end smallexample
 
 @node Script Syntax
 @subsection Syntax for @file{Backup-specs}
@@ -5010,9 +5443,9 @@ BACKUP_FILES can contain wildcards.
 
 The syntax for running a backup script is:
 
-@example
+@smallexample
 @file{script-name} [@var{time-to-be-run}]
-@end example
+@end smallexample
 
 where @var{time-to-be-run} can be a specific system time, or can be
 @kbd{now}.  If you do not specify a time, the script runs at the time
@@ -5060,7 +5493,7 @@ The @command{tar} distribution does not provide restoring scripts.
 @ifclear PUBLISH
 
 @quotation
-@strong{Warning:} The @sc{gnu} @command{tar} distribution does @emph{not}
+@strong{Warning:} The @GNUTAR{} distribution does @emph{not}
 provide any such @code{restore} script yet.  This section is only
 listed here for documentation maintenance purposes.  In any case,
 all contents is subject to change as things develop.
@@ -5153,9 +5586,9 @@ any operation.
 
 For example, in this @command{tar} command,
 
-@example
+@smallexample
 $ @kbd{tar -cvf collection.tar blues folk jazz}
-@end example
+@end smallexample
 
 @noindent
 @file{collection.tar} is the name of the archive.  It must directly
@@ -5187,9 +5620,9 @@ writes the entire new archive to its standard output.
 @FIXME{might want a different example here; this is already used in
 "notable tar usages".}
 
-@example
+@smallexample
 $ @kbd{cd sourcedir; tar -cf - . | (cd targetdir; tar -xf -)}
-@end example
+@end smallexample
 
 @FIXME{help!}
 
@@ -5198,9 +5631,9 @@ $ @kbd{cd sourcedir; tar -cf - . | (cd targetdir; tar -xf -)}
 To specify an archive file on a device attached to a remote machine,
 use the following:
 
-@example
+@smallexample
 @kbd{--file=@var{hostname}:/@var{dev}/@var{file name}}
-@end example
+@end smallexample
 
 @noindent
 @command{tar} will complete the remote connection, if possible, and
@@ -5227,10 +5660,10 @@ into what came before it well enough <<i moved it now, is it better
 here?>>.  bob also comments that if Amanda isn't free software, we
 shouldn't mention it..}
 
-When the archive is being created to @file{/dev/null}, @sc{gnu} @command{tar}
-tries to minimize input and output operations.  The Amanda backup
-system, when used with @sc{gnu} @command{tar}, has an initial sizing pass which
-uses this feature.
+When the archive is being created to @file{/dev/null}, @GNUTAR{}
+tries to minimize input and output operations.  The
+Amanda backup system, when used with @GNUTAR{}, has
+an initial sizing pass which uses this feature.
 
 @node Selecting Archive Members
 @section Selecting Archive Members
@@ -5281,14 +5714,13 @@ the list of files to archive with the @command{find} utility.
 
 @table @kbd
 @item --files-from=@var{file name}
-@itemx -I @var{file name}
 @itemx -T @var{file name}
 Get names to extract or create from file @var{file name}.
 @end table
 
 If you give a single dash as a file name for @samp{--files-from}, (i.e.,
-you specify either @samp{--files-from=-} or @samp{-I -}) or @samp{-T
--}), then the file names are read from standard input.
+you specify either @samp{--files-from=-} or @samp{-T -}), then the file
+names are read from standard input.
 
 Unless you are running @command{tar} with @samp{--create}, you can not use
 both @samp{--files-from=-} and @samp{--file=-} (@samp{-f -}) in the same
@@ -5304,10 +5736,10 @@ create the archive @file{little.tgz}.  (The @samp{-z} option to
 @command{tar} compresses the archive with @command{gzip}; @pxref{gzip} for
 more information.)
 
-@example
+@smallexample
 $ @kbd{find . -size -400 -print > small-files}
 $ @kbd{tar -c -v -z -T small-files -f little.tgz}
-@end example
+@end smallexample
 
 @noindent
 @FIXME{say more here to conclude the example/section?}
@@ -5331,11 +5763,12 @@ Only consider @kbd{NUL} terminated file names, instead of files that
 terminate in a newline.
 @end table
 
-The @samp{--null} option is just like the one in @sc{gnu} @command{xargs} and
-@command{cpio}, and is useful with the @samp{-print0} predicate of @sc{gnu}
-@command{find}.  In @command{tar}, @samp{--null} also causes
-@value{op-directory} options to be treated as file names to archive, in
-case there are any files out there called @file{-C}.
+The @samp{--null} option is just like the one in @acronym{GNU}
+@command{xargs} and @command{cpio}, and is useful with the
+@samp{-print0} predicate of @acronym{GNU} @command{find}.  In
+@command{tar}, @samp{--null} also causes @value{op-directory} options
+to be treated as file names to archive, in case there are any files
+out there called @file{-C}.
 
 This example shows how to use @command{find} to generate a list of files
 larger than 800K in length and put that list into a file called
@@ -5347,10 +5780,10 @@ files from that file, @file{long-files}, to create the archive
 @file{big.tgz}.  The @samp{--null} option to @command{tar} will cause
 @command{tar} to recognize the @kbd{NUL} separator between files.
 
-@example
+@smallexample
 $ @kbd{find . -size +800 -print0 > long-files}
 $ @kbd{tar -c -v --null --files-from=long-files --file=big.tar}
-@end example
+@end smallexample
 
 @FIXME{say anything else here to conclude the section?}
 
@@ -5376,21 +5809,6 @@ For example, to create an archive with all the contents of the directory
 @file{src} except for files whose names end in @file{.o}, use the
 command @samp{tar -cf src.tar --exclude='*.o' src}.
 
-A @var{pattern} containing @samp{/} excludes a name if an initial
-subsequence of the name's components matches @var{pattern}; a
-@var{pattern} without @samp{/} excludes a name if it matches any of its
-name components.  For example, the pattern @samp{*b/RCS} contains
-@samp{/}, so it excludes @file{blob/RCS} and @file{.blob/RCS/f} but not
-@file{blob/RCSit/RCS} or @file{/blob/RCS}, whereas the pattern
-@samp{RCS} excludes all these names.  Conversely, the pattern @samp{*.o}
-lacks @samp{/}, so it excludes @file{.f.o}, @file{d/f.o}, and
-@file{d.o/f}.
-
-Other than optionally stripping leading @samp{/} from names
-(@pxref{absolute}), patterns and candidate names are used as-is.  For
-example, trailing @samp{/} is not trimmed from a user-specified name
-before deciding whether to exclude it.
-
 You may give multiple @samp{--exclude} options.
 
 @table @kbd
@@ -5402,8 +5820,8 @@ Causes @command{tar} to ignore files that match the patterns listed in
 
 @findex exclude-from
 Use the @samp{--exclude-from=@var{file-of-patterns}} option to read a
-list of shell wildcards, one per line, from @var{file}; @command{tar} will
-ignore files matching those regular expressions.  Thus if @command{tar} is
+list of patterns, one per line, from @var{file}; @command{tar} will
+ignore files matching those patterns.  Thus if @command{tar} is
 called as @w{@samp{tar -c -X foo .}} and the file @file{foo} contains a
 single line @file{*.o}, no files whose names end in @file{.o} will be
 added to the archive.
@@ -5412,9 +5830,64 @@ added to the archive.
 newlines the same as the files-from option does?}
 
 @menu
+* controlling pattern-patching with exclude::
 * problems with exclude::
 @end menu
 
+@node controlling pattern-patching with exclude
+@unnumberedsubsec Controlling Pattern-Matching with the @code{exclude} Options
+
+Normally, a pattern matches a name if an initial subsequence of the
+name's components matches the pattern, where @samp{*}, @samp{?}, and
+@samp{[...]} are the usual shell wildcards, @samp{\} escapes wildcards,
+and wildcards can match @samp{/}.
+
+Other than optionally stripping leading @samp{/} from names
+(@pxref{absolute}), patterns and names are used as-is.  For
+example, trailing @samp{/} is not trimmed from a user-specified name
+before deciding whether to exclude it.
+
+However, this matching procedure can be altered by the options listed
+below.  These options accumulate.  For example:
+
+@smallexample
+--ignore-case --exclude='makefile' --no-ignore-case ---exclude='readme'
+@end smallexample
+
+ignores case when excluding @samp{makefile}, but not when excluding
+@samp{readme}.
+
+@table @option
+@item --anchored
+@itemx --no-anchored
+If anchored (the default), a pattern must match an initial subsequence
+of the name's components.  Otherwise, the pattern can match any subsequence.
+
+@item --ignore-case
+@itemx --no-ignore-case
+When ignoring case, upper-case patterns match lower-case names and vice versa.
+When not ignoring case (the default), matching is case-sensitive.
+
+@item --wildcards
+@itemx --no-wildcards
+When using wildcards (the default), @samp{*}, @samp{?}, and @samp{[...]}
+are the usual shell wildcards, and @samp{\} escapes wildcards.
+Otherwise, none of these characters are special, and patterns must match
+names literally.
+
+@item --wildcards-match-slash
+@itemx --no-wildcards-match-slash
+When wildcards match slash (the default), a wildcard like @samp{*} in
+the pattern can match a @samp{/} in the name.  Otherwise, @samp{/} is
+matched only by @samp{/}.
+
+@end table
+
+The @option{--recursion} and @option{--no-recursion} options
+(@pxref{recurse}) also affect how exclude patterns are interpreted.  If
+recursion is in effect, a pattern excludes a name if it matches any of
+the name's parent directories.
+
 @node problems with exclude
 @unnumberedsubsec Problems with Using the @code{exclude} Options
 
@@ -5440,24 +5913,24 @@ patterns can exclude zero, one, or many files.
 
 @item
 When you use @value{op-exclude}, be sure to quote the @var{pattern}
-parameter, so @sc{gnu} @command{tar} sees wildcard characters like @samp{*}.
-If you do not do this, the shell might expand the @samp{*} itself
-using files at hand, so @command{tar} might receive a list of files
-instead of one pattern, or none at all, making the command somewhat
-illegal.  This might not correspond to what you want.
+parameter, so @GNUTAR{} sees wildcard characters
+like @samp{*}.  If you do not do this, the shell might expand the
+@samp{*} itself using files at hand, so @command{tar} might receive a
+list of files instead of one pattern, or none at all, making the
+command somewhat illegal.  This might not correspond to what you want.
 
 For example, write:
 
-@example
+@smallexample
 $ @kbd{tar -c -f @var{archive.tar} --exclude '*.o' @var{directory}}
-@end example
+@end smallexample
 
 @noindent
 rather than:
 
-@example
+@smallexample
 $ @kbd{tar -c -f @var{archive.tar} --exclude *.o @var{directory}}
-@end example
+@end smallexample
 
 @item
 You must use use shell syntax, or globbing, rather than @code{regexp}
@@ -5529,15 +6002,6 @@ special for wildcard matches.  However, if a pattern completely matches
 a directory prefix of a matched string, then it matches the full matched
 string: excluding a directory also excludes all the files beneath it.
 
-There are some discussions floating in the air and asking for modifications
-in the way @sc{gnu} @command{tar} accomplishes wildcard matches.  We perceive
-any change of semantics in this area as a delicate thing to impose on
-@sc{gnu} @command{tar} users.  On the other hand, the @sc{gnu} project should be
-progressive enough to correct any ill design: compatibility at all price
-is not always a good attitude.  In conclusion, it is @emph{possible}
-that slight amendments be later brought to the previous description.
-Your opinions on the matter are welcome.
-
 @node after
 @section Operating Only on New Files
 @cindex Excluding file by age
@@ -5547,7 +6011,9 @@ Your opinions on the matter are welcome.
 
 The @value{op-after-date} option causes @command{tar} to only work on files
 whose modification or inode-changed times are newer than the @var{date}
-given.  If you use this option when creating or appending to an archive,
+given.  If @var{date} starts with @samp{/} or @samp{.}, it is taken to
+be a file name; the last-modified time of that file is used as the date.
+If you use this option when creating or appending to an archive,
 the archive will only include new files.  If you use @samp{--after-date}
 when extracting an archive, @command{tar} will only extract files newer
 than the @var{date} you specify.
@@ -5570,6 +6036,9 @@ Only store files newer than @var{date}.
 Acts on files only if their modification or inode-changed times are
 later than @var{date}.  Use in conjunction with any operation.
 
+If @var{date} starts with @samp{/} or @samp{.}, it is taken to be a file
+name; the last-modified time of that file is used as the date.
+
 @item --newer-mtime=@var{date}
 Acts like @value{op-after-date}, but only looks at modification times.
 @end table
@@ -5605,17 +6074,6 @@ in renamed directories) are not selected properly by these options.
 @xref{incremental and listed-incremental}.
 @end quotation
 
-To select files newer than the modification time of a file that already
-exists, you can use the @samp{--reference} (@samp{-r}) option of @sc{gnu}
-@command{date}, available in @sc{gnu} shell utilities 1.13 or later.  It returns
-the time stamp of the already-existing file; this time stamp expands to
-become the referent date which @samp{--newer} uses to determine which
-files to archive.  For example, you could say,
-
-@example
-$ @kbd{tar -cf @var{archive.tar} --newer="`date -r @var{file}`" /home}
-@end example
-
 @noindent
 @FIXME{which tells -- need to fill this in!}
 
@@ -5647,16 +6105,21 @@ archive; see @ref{files} for more information on using @command{find} with
 @table @kbd
 @item --no-recursion
 Prevents @command{tar} from recursively descending directories.
+
+@item --recursion
+Requires @command{tar} to recursively descend directories.
+This is the default.
 @end table
 
-When you use @samp{--no-recursion}, @sc{gnu} @command{tar} grabs directory entries
-themselves, but does not descend on them recursively.  Many people use
-@command{find} for locating files they want to back up, and since
-@command{tar} @emph{usually} recursively descends on directories, they have
-to use the @samp{@w{! -d}} option to @command{find} @FIXME{needs more
-explanation or a cite to another info file}as they usually do not want
-all the files in a directory.  They then use the @value{op-files-from}
-option to archive the files located via @command{find}.
+When you use @samp{--no-recursion}, @GNUTAR{} grabs
+directory entries themselves, but does not descend on them
+recursively.  Many people use @command{find} for locating files they
+want to back up, and since @command{tar} @emph{usually} recursively
+descends on directories, they have to use the @samp{@w{! -d}} option
+to @command{find} @FIXME{needs more explanation or a cite to another
+info file}as they usually do not want all the files in a directory.
+They then use the @value{op-files-from} option to archive the files
+located via @command{find}.
 
 The problem when restoring files archived in this manner is that the
 directories themselves are not in the archive; so the
@@ -5669,7 +6132,21 @@ The @value{op-no-recursion} option also applies when extracting: it
 causes @command{tar} to extract only the matched directory entries, not
 the files under those directories.
 
-@FIXME{example here}
+The @value{op-no-recursion} option also affects how exclude patterns
+are interpreted (@pxref{controlling pattern-patching with exclude}).
+
+The @option{--no-recursion} and @option{--recursion} options apply to
+later options and operands, and can be overridden by later occurrences
+of @option{--no-recursion} and @option{--recursion}.  For example:
+
+@smallexample
+$ @kbd{tar -cf jams.tar --norecursion grape --recursion grape/concord}
+@end smallexample
+
+@noindent
+creates an archive with one entry for @file{grape}, and the recursive
+contents of @file{grape/concord}, but no entries under @file{grape}
+other than @file{grape/concord}.
 
 @node one
 @section Crossing Filesystem Boundaries
@@ -5736,9 +6213,9 @@ Changes the working directory in the middle of a command line.
 
 For example,
 
-@example
+@smallexample
 $ @kbd{tar -c -f jams.tar grape prune -C food cherry}
-@end example
+@end smallexample
 
 @noindent
 will place the files @file{grape} and @file{prune} from the current
@@ -5755,9 +6232,9 @@ same directory; if the archive is extracted with plain @samp{tar
 
 Contrast this with the command,
 
-@example
+@smallexample
 $ @kbd{tar -c -f jams.tar grape prune -C food red/cherry}
-@end example
+@end smallexample
 
 @noindent
 which records the third file in the archive under the name
@@ -5771,9 +6248,9 @@ The following command places the files @file{/etc/passwd},
 @file{/etc/hosts}, and @file{/lib/libc.a} into the archive
 @file{foo.tar}:
 
-@example
+@smallexample
 $ @kbd{tar -c -f foo.tar -C /etc passwd hosts -C /lib libc.a}
-@end example
+@end smallexample
 
 @noindent
 However, the names of the archive members will be exactly what they were
@@ -5807,9 +6284,9 @@ Do not strip leading slashes from file names, and permit file names
 containing a @file{..} file name component.
 @end table
 
-By default, @sc{gnu} @command{tar} drops a leading @samp{/} on input or output,
-and complains about file names containing a @file{..} component.
-This option turns off this behavior.
+By default, @GNUTAR{} drops a leading @samp{/} on
+input or output, and complains about file names containing a @file{..}
+component.  This option turns off this behavior.
 
 When @command{tar} extracts archive members from an archive, it strips any
 leading slashes (@samp{/}) from the member name.  This causes absolute
@@ -5824,13 +6301,14 @@ File names containing @file{..} can cause problems when extracting, so
 @command{tar} normally warns you about such files when creating an
 archive, and rejects attempts to extracts such files.
 
-Other @command{tar} programs do not do this.  As a result, if you create an
-archive whose member names start with a slash, they will be difficult
-for other people with a non-@sc{gnu} @command{tar} program to use.  Therefore,
-@sc{gnu} @command{tar} also strips leading slashes from member names when
-putting members into the archive.  For example, if you ask @command{tar} to
-add the file @file{/bin/ls} to an archive, it will do so, but the member
-name will be @file{bin/ls}.
+Other @command{tar} programs do not do this.  As a result, if you
+create an archive whose member names start with a slash, they will be
+difficult for other people with a non-@GNUTAR{}
+program to use.  Therefore, @GNUTAR{} also strips
+leading slashes from member names when putting members into the
+archive.  For example, if you ask @command{tar} to add the file
+@file{/bin/ls} to an archive, it will do so, but the member name will
+be @file{bin/ls}.
 
 If you use the @value{op-absolute-names} option, @command{tar} will do
 none of these transformations.
@@ -5862,42 +6340,141 @@ archiving files.  Preserves leading slash when extracting files.
 
 @FIXME{this is still horrible; need to talk with dan on monday.}
 
-@command{tar} prints out a message about removing the @samp{/} from file
-names.  This message appears once per @sc{gnu} @command{tar} invocation.  It
-represents something which ought to be told; ignoring what it means can
-cause very serious surprises, later.
+@command{tar} prints out a message about removing the @samp{/} from
+file names.  This message appears once per @GNUTAR{}
+invocation.  It represents something which ought to be told; ignoring
+what it means can cause very serious surprises, later.
 
 Some people, nevertheless, do not want to see this message.  Wanting to
 play really dangerously, one may of course redirect @command{tar} standard
 error to the sink.  For example, under @command{sh}:
 
-@example
+@smallexample
 $ @kbd{tar -c -f archive.tar /home 2> /dev/null}
-@end example
+@end smallexample
 
 @noindent
 Another solution, both nicer and simpler, would be to change to
 the @file{/} directory first, and then avoid absolute notation.
 For example:
 
-@example
+@smallexample
 $ @kbd{(cd / && tar -c -f archive.tar home)}
 $ @kbd{tar -c -f archive.tar -C  / home}
-@end example
+@end smallexample
 
 @include getdate.texi
 
 @node Formats
 @chapter Controlling the Archive Format
 
-@FIXME{need an intro here}
+Due to historical reasons, there are several formats of tar archives.
+All of them are based on the same principles, but have some subtle
+differences that often make them incompatible with each other.
+
+GNU tar is able to create and handle archives in a variety of formats.
+The most frequently used formats are (in alphabetical order):
+
+@table @asis
+@item gnu
+Format used by @GNUTAR{} versions up to 1.13.25. This format derived
+from an early POSIX standard, adding some improvements such as
+sparse file handling and incremental archives. Unfortunately these
+features were implemented in a way incompatible with other archive
+formats.
+
+Archives in @samp{gnu} format are able to hold pathnames of unlimited
+length.
+
+@item oldgnu
+Format used by @GNUTAR{} of versions prior to 1.12.
+
+@item v7
+Archive format, compatible with the V7 implementation of tar. This
+format imposes a number of limitations. The most important of them
+are:
+
+@enumerate
+@item The maximum length of a file name is limited to 99 characters.
+@item The maximum length of a symbolic link is limited to 99 characters.
+@item It is impossible to store special files (block and character
+devices, fifos etc.)
+@item Maximum value of user or group ID is limited to 2097151 (7777777
+octal)
+@item V7 archives do not contain symbolic ownership information (user
+and group name of the file owner).
+@end enumerate
+
+This format has traditionally been used by Automake when producing
+Makefiles. This practice will change in the future, in the meantime,
+however this means that projects containing filenames more than 99
+characters long will not be able to use @GNUTAR{} @value{VERSION} and
+Automake prior to 1.9.
+
+@item ustar
+Archive format defined by POSIX.1-1988 specification. It stores
+symbolic ownership information. It is also able to store
+special files. However, it imposes several restrictions as well:
+
+@enumerate
+@item The maximum length of a file name is limited to 256 characters,
+provided that the filename can be split at directory separator in
+two parts, first of them being at most 155 bytes long. So, in most
+cases the maximum file name length will be shorter than 256
+characters.
+@item The maximum length of a symbolic link name is limited to
+100 characters.
+@item Maximum size of a file the archive is able to accomodate
+is 8GB
+@item Maximum value of UID/GID is 2097151.
+@item Maximum number of bits in device major and minor numbers is 21.
+@end enumerate
+
+@item star
+Format used by J@"org Schilling @command{star}
+implementation. @GNUTAR{} is able to read @samp{star} archives but
+currently does not produce them.
+
+@item posix
+Archive format defined by POSIX.1-2001 specification. This is the
+most flexible and feature-rich format. It does not impose any
+restrictions on file sizes or filename lengths. This format is quite
+recent, so not all tar implementations are able to handle it properly.
+However, this format is designed in such a way that any tar
+implementation able to read @samp{ustar} archives will be able to read
+most @samp{posix} archives as well, with the only exception that any
+additional information (such as long file names etc.) will in such
+case be extracted as plain text files along with the files it refers to.
+
+This archive format will be the default format for future versions
+of @GNUTAR{}.
+
+@end table
+
+The following table summarizes the limitations of each of these
+formats:
+
+@multitable @columnfractions .10 .20 .20 .20 .20
+@item Format @tab UID @tab File Size @tab Path Name @tab Devn
+@item gnu    @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
+@item oldgnu @tab 1.8e19 @tab Unlimited @tab Unlimited @tab 63
+@item v7     @tab 2097151 @tab 8GB @tab 99 @tab n/a
+@item ustar  @tab 2097151 @tab 8GB @tab 256 @tab 21
+@item posix  @tab Unlimited @tab Unlimited @tab Unlimited @tab Unlimited
+@end multitable
+
+The default format for @GNUTAR{} is defined at compilation
+time. You may check it by running @command{tar --help}, and examining
+the last lines of its output. Usually, @GNUTAR{} is configured
+to create archives in @samp{gnu} format, however, future version will
+switch to @samp{posix}.
 
 @menu
 * Portability::                 Making @command{tar} Archives More Portable
 * Compression::                 Using Less Space through Compression
 * Attributes::                  Handling File Attributes
 * Standard::                    The Standard Format
-* Extensions::                  @sc{gnu} Extensions to the Archive Format
+* Extensions::                  @acronym{GNU} Extensions to the Archive Format
 * cpio::                        Comparison of @command{tar} and @command{cpio}
 @end menu
 
@@ -5921,6 +6498,7 @@ contiguous files as such.  Let's discuss a few more problems, in turn.
 * Portable Names::              Portable Names
 * dereference::                 Symbolic Links
 * old::                         Old V7 Archives
+* gnu::                         GNU and old GNU format archives.
 * posix::                       @sc{posix} archives
 * Checksumming::                Checksumming Problems
 * Large or Negative Values::    Large files, negative time stamps, etc.
@@ -5936,10 +6514,11 @@ contain @samp{/-}.  Avoid deep directory nesting.  For portability to
 old Unix hosts, limit your file name components to 14 characters or
 less.
 
-If you intend to have your @command{tar} archives to be read under MSDOS,
-you should not rely on case distinction for file names, and you might
-use the @sc{gnu} @command{doschk} program for helping you further diagnosing
-illegal MSDOS names, which are even more limited than System V's.
+If you intend to have your @command{tar} archives to be read under
+MSDOS, you should not rely on case distinction for file names, and you
+might use the @acronym{GNU} @command{doschk} program for helping you
+further diagnosing illegal MSDOS names, which are even more limited
+than System V's.
 
 @node dereference
 @subsection Symbolic Links
@@ -5949,11 +6528,11 @@ illegal MSDOS names, which are even more limited than System V's.
 Normally, when @command{tar} archives a symbolic link, it writes a
 block to the archive naming the target of the link.  In that way, the
 @command{tar} archive is a faithful record of the filesystem contents.
-@value{op-dereference} is used with @value{op-create}, and causes @command{tar}
-to archive the files symbolic links point to, instead of the links
-themselves.  When this option is used, when @command{tar} encounters a
-symbolic link, it will archive the linked-to file, instead of simply
-recording the presence of a symbolic link.
+@value{op-dereference} is used with @value{op-create}, and causes
+@command{tar} to archive the files symbolic links point to, instead of
+the links themselves.  When this option is used, when @command{tar}
+encounters a symbolic link, it will archive the linked-to file,
+instead of simply recording the presence of a symbolic link.
 
 The name under which the file is stored in the file system is not
 recorded in the archive.  To record both the symbolic link name and
@@ -5980,227 +6559,101 @@ it contains unresolved symbolic links.
 Certain old versions of @command{tar} cannot handle additional
 information recorded by newer @command{tar} programs.  To create an
 archive in V7 format (not ANSI), which can be read by these old
-versions, specify the @value{op-old-archive} option in
-conjunction with the @value{op-create}.  @command{tar} also
-accepts @samp{--portability} for this option.  When you specify it,
+versions, specify the @value{op-format-v7} option in
+conjunction with the @value{op-create} (@command{tar} also
+accepts @samp{--portability} or @samp{op-old-archive} for this
+option). When you specify it,
 @command{tar} leaves out information about directories, pipes, fifos,
 contiguous files, and device files, and specifies file ownership by
 group and user IDs instead of group and user names.
 
-When updating an archive, do not use @value{op-old-archive}
+When updating an archive, do not use @value{op-format-v7}
 unless the archive was created with using this option.
 
 In most cases, a @emph{new} format archive can be read by an @emph{old}
 @command{tar} program without serious trouble, so this option should
 seldom be needed.  On the other hand, most modern @command{tar}s are
 able to read old format archives, so it might be safer for you to
-always use @value{op-old-archive} for your distributions.
+always use @value{op-format-v7} for your distributions.
+
+@node gnu
+@subsection @acronym{GNU} and old @GNUTAR{} format
+
+@GNUTAR{} was based on an early draft of the
+@sc{posix} 1003.1 @code{ustar} standard.  @acronym{GNU} extensions to
+@command{tar}, such as the support for file names longer than 100
+characters, use portions of the @command{tar} header record which were
+specified in that @sc{posix} draft as unused.  Subsequent changes in
+@sc{posix} have allocated the same parts of the header record for
+other purposes.  As a result, @GNUTAR{} format is
+incompatible with the current @sc{posix} specification, and with
+@command{tar} programs that follow it.
+
+In the majority of cases, @command{tar} will be configured to create
+this format by default. This may change in the future, since we plan
+to make @samp{posix} format the default.
+
+To force creation a @GNUTAR{} archive, use option
+@value{op-format-gnu}. 
+
+Some @command{tar} options are currently basing on @GNUTAR{}
+format, and can therefore be used only with @samp{gnu}
+or @samp{oldgnu} archive formats. The list of such options follows:
+
+@itemize @bullet
+@item @value{op-label}, when used with @value{op-create}.
+@item @value{op-incremental}
+@item @value{op-multi-volume}
+@item @value{op-sparse}
+@end itemize
+
+These options will be re-implemented for the @samp{posix} archive
+format in the future.
 
 @node posix
-@subsection @sc{gnu} @command{tar} and @sc{posix} @command{tar}
-
-@sc{gnu} @command{tar} was based on an early draft of the @sc{posix} 1003.1
-@code{ustar} standard.  @sc{gnu} extensions to @command{tar}, such as the
-support for file names longer than 100 characters, use portions of the
-@command{tar} header record which were specified in that @sc{posix} draft as
-unused.  Subsequent changes in @sc{posix} have allocated the same parts of
-the header record for other purposes.  As a result, @sc{gnu} @command{tar} is
-incompatible with the current @sc{posix} spec, and with @command{tar} programs
-that follow it.
-
-We plan to reimplement these @sc{gnu} extensions in a new way which is
-upward compatible with the latest @sc{posix} @command{tar} format, but we
-don't know when this will be done.
-
-In the mean time, there is simply no telling what might happen if you
-read a @sc{gnu} @command{tar} archive, which uses the @sc{gnu} extensions, using
-some other @command{tar} program.  So if you want to read the archive
-with another @command{tar} program, be sure to write it using the
-@samp{--old-archive} option (@samp{-o}).
-
-@FIXME{is there a way to tell which flavor of tar was used to write a
-particular archive before you try to read it?}
-
-Traditionally, old @command{tar}s have a limit of 100 characters.  @sc{gnu}
-@command{tar} attempted two different approaches to overcome this limit,
-using and extending a format specified by a draft of some P1003.1.
-The first way was not that successful, and involved @file{@@MaNgLeD@@}
-file names, or such; while a second approach used @file{././@@LongLink}
-and other tricks, yielding better success.  In theory, @sc{gnu} @command{tar}
-should be able to handle file names of practically unlimited length.
-So, if @sc{gnu} @command{tar} fails to dump and retrieve files having more
-than 100 characters, then there is a bug in @sc{gnu} @command{tar}, indeed.
-
-But, being strictly @sc{posix}, the limit was still 100 characters.
-For various other purposes, @sc{gnu} @command{tar} used areas left unassigned
-in the @sc{posix} draft.  @sc{posix} later revised P1003.1 @code{ustar} format by
-assigning previously unused header fields, in such a way that the upper
-limit for file name length was raised to 256 characters.  However, the
-actual @sc{posix} limit oscillates between 100 and 256, depending on the
-precise location of slashes in full file name (this is rather ugly).
-Since @sc{gnu} @command{tar} use the same fields for quite other purposes,
-it became incompatible with the latest @sc{posix} standards.
-
-For longer or non-fitting file names, we plan to use yet another set
-of @sc{gnu} extensions, but this time, complying with the provisions @sc{posix}
-offers for extending the format, rather than conflicting with it.
-Whenever an archive uses old @sc{gnu} @command{tar} extension format or @sc{posix}
-extensions, would it be for very long file names or other specialities,
-this archive becomes non-portable to other @command{tar} implementations.
-In fact, anything can happen.  The most forgiving @command{tar}s will
-merely unpack the file using a wrong name, and maybe create another
-file named something like @file{@@LongName}, with the true file name
-in it.  @command{tar}s not protecting themselves may segment violate!
-
-Compatibility concerns make all this thing more difficult, as we
-will have to support @emph{all} these things together, for a while.
-@sc{gnu} @command{tar} should be able to produce and read true @sc{posix} format
-files, while being able to detect old @sc{gnu} @command{tar} formats, besides
-old V7 format, and process them conveniently.  It would take years
-before this whole area stabilizes@dots{}
-
-There are plans to raise this 100 limit to 256, and yet produce @sc{posix}
-conforming archives.  Past 256, I do not know yet if @sc{gnu} @command{tar}
-will go non-@sc{posix} again, or merely refuse to archive the file.
-
-There are plans so @sc{gnu} @command{tar} support more fully the latest @sc{posix}
-format, while being able to read old V7 format, @sc{gnu} (semi-@sc{posix} plus
-extension), as well as full @sc{posix}.  One may ask if there is part of
-the @sc{posix} format that we still cannot support.  This simple question
-has a complex answer.  Maybe that, on intimate look, some strong
-limitations will pop up, but until now, nothing sounds too difficult
-(but see below).  I only have these few pages of @sc{posix} telling about
-``Extended tar Format'' (P1003.1-1990 -- section 10.1.1), and there are
-references to other parts of the standard I do not have, which should
-normally enforce limitations on stored file names (I suspect things
-like fixing what @kbd{/} and @kbd{@key{NUL}} means).  There are also
-some points which the standard does not make clear, Existing practice
-will then drive what I should do.
-
-@sc{posix} mandates that, when a file name cannot fit within 100 to
-256 characters (the variance comes from the fact a @kbd{/} is
-ideally needed as the 156'th character), or a link name cannot
-fit within 100 characters, a warning should be issued and the file
-@emph{not} be stored.  Unless some @value{op-posix} option is given
-(or @env{POSIXLY_CORRECT} is set), I suspect that @sc{gnu} @command{tar}
-should disobey this specification, and automatically switch to using
-@sc{gnu} extensions to overcome file name or link name length limitations.
-
-There is a problem, however, which I did not intimately studied yet.
-Given a truly @sc{posix} archive with names having more than 100 characters,
-I guess that @sc{gnu} @command{tar} up to 1.11.8 will process it as if it were an
-old V7 archive, and be fooled by some fields which are coded differently.
-So, the question is to decide if the next generation of @sc{gnu} @command{tar}
-should produce @sc{posix} format by default, whenever possible, producing
-archives older versions of @sc{gnu} @command{tar} might not be able to read
-correctly.  I fear that we will have to suffer such a choice one of these
-days, if we want @sc{gnu} @command{tar} to go closer to @sc{posix}.  We can rush it.
-Another possibility is to produce the current @sc{gnu} @command{tar} format
-by default for a few years, but have @sc{gnu} @command{tar} versions from some
-1.@var{POSIX} and up able to recognize all three formats, and let older
-@sc{gnu} @command{tar} fade out slowly.  Then, we could switch to producing @sc{posix}
-format by default, with not much harm to those still having (very old at
-that time) @sc{gnu} @command{tar} versions prior to 1.@var{POSIX}.
-
-@sc{posix} format cannot represent very long names, volume headers,
-splitting of files in multi-volumes, sparse files, and incremental
-dumps; these would be all disallowed if @value{op-posix} or
-@env{POSIXLY_CORRECT}.  Otherwise, if @command{tar} is given long
-names, or @samp{-[VMSgG]}, then it should automatically go non-@sc{posix}.
-I think this is easily granted without much discussion.
-
-Another point is that only @code{mtime} is stored in @sc{posix}
-archives, while @sc{gnu} @command{tar} currently also store @code{atime}
-and @code{ctime}.  If we want @sc{gnu} @command{tar} to go closer to @sc{posix},
-my choice would be to drop @code{atime} and @code{ctime} support on
-average.  On the other hand, I perceive that full dumps or incremental
-dumps need @code{atime} and @code{ctime} support, so for those special
-applications, @sc{posix} has to be avoided altogether.
-
-A few users requested that @value{op-sparse} be always active by
-default, I think that before replying to them, we have to decide
-if we want @sc{gnu} @command{tar} to go closer to @sc{posix} on average, while
-producing files.  My choice would be to go closer to @sc{posix} in the
-long run.  Besides possible double reading, I do not see any point
-of not trying to save files as sparse when creating archives which
-are neither @sc{posix} nor old-V7, so the actual @value{op-sparse} would
-become selected by default when producing such archives, whatever
-the reason is.  So, @value{op-sparse} alone might be redefined to force
-@sc{gnu}-format archives, and recover its previous meaning from this fact.
-
-@sc{gnu}-format as it exists now can easily fool other @sc{posix} @command{tar},
-as it uses fields which @sc{posix} considers to be part of the file name
-prefix.  I wonder if it would not be a good idea, in the long run,
-to try changing @sc{gnu}-format so any added field (like @code{ctime},
-@code{atime}, file offset in subsequent volumes, or sparse file
-descriptions) be wholly and always pushed into an extension block,
-instead of using space in the @sc{posix} header block.  I could manage
-to do that portably between future @sc{gnu} @command{tar}s.  So other @sc{posix}
-@command{tar}s might be at least able to provide kind of correct listings
-for the archives produced by @sc{gnu} @command{tar}, if not able to process
-them otherwise.
-
-Using these projected extensions might induce older @command{tar}s to fail.
-We would use the same approach as for @sc{posix}.  I'll put out a @command{tar}
-capable of reading @sc{posix}ier, yet extended archives, but will not produce
-this format by default, in @sc{gnu} mode.  In a few years, when newer @sc{gnu}
-@command{tar}s will have flooded out @command{tar} 1.11.X and previous, we
-could switch to producing @sc{posix}ier extended archives, with no real harm
-to users, as almost all existing @sc{gnu} @command{tar}s will be ready to read
-@sc{posix}ier format.  In fact, I'll do both changes at the same time, in a
-few years, and just prepare @command{tar} for both changes, without effecting
-them, from 1.@var{POSIX}.  (Both changes: 1---using @sc{posix} convention for
-getting over 100 characters; 2---avoiding mangling @sc{posix} headers for @sc{gnu}
-extensions, using only @sc{posix} mandated extension techniques).
-
-So, a future @command{tar} will have a @value{op-posix}
-flag forcing the usage of truly @sc{posix} headers, and so, producing
-archives previous @sc{gnu} @command{tar} will not be able to read.
-So, @emph{once} pretest will announce that feature, it would be
-particularly useful that users test how exchangeable will be archives
-between @sc{gnu} @command{tar} with @value{op-posix} and other @sc{posix} @command{tar}.
-
-In a few years, when @sc{gnu} @command{tar} will produce @sc{posix} headers by
-default, @value{op-posix} will have a strong meaning and will disallow
-@sc{gnu} extensions.  But in the meantime, for a long while, @value{op-posix}
-in @sc{gnu} tar will not disallow @sc{gnu} extensions like @value{op-label},
-@value{op-multi-volume}, @value{op-sparse}, or very long file or link names.
-However, @value{op-posix} with @sc{gnu} extensions will use @sc{posix}
-headers with reserved-for-users extensions to headers, and I will be
-curious to know how well or bad @sc{posix} @command{tar}s will react to these.
-
-@sc{gnu} @command{tar} prior to 1.@var{POSIX}, and after 1.@var{POSIX} without
-@value{op-posix}, generates and checks @samp{ustar@w{ }@w{ }}, with two
-suffixed spaces.  This is sufficient for older @sc{gnu} @command{tar} not to
-recognize @sc{posix} archives, and consequently, wrongly decide those archives
-are in old V7 format.  It is a useful bug for me, because @sc{gnu} @command{tar}
-has other @sc{posix} incompatibilities, and I need to segregate @sc{gnu} @command{tar}
-semi-@sc{posix} archives from truly @sc{posix} archives, for @sc{gnu} @command{tar} should
-be somewhat compatible with itself, while migrating closer to latest
-@sc{posix} standards.  So, I'll be very careful about how and when I will do
-the correction.
+@subsection @GNUTAR{} and @sc{posix} @command{tar}
+
+The version @value{VERSION} of @GNUTAR{} is able
+to read and create archives conforming to @sc{posix.1-2001} standard.
+
+A @sc{posix} conformant archive will be created if @command{tar}
+was given @value{op-format-posix} option.
+Notice, that currently @acronym{GNU} extensions are not
+allowed with this format. Following is the list of options that
+cannot be used with @value{op-format-posix}:
+
+@itemize @bullet
+@item @value{op-label}, when used with @value{op-create}.
+@item @value{op-incremental}
+@item @value{op-multi-volume}
+@item @value{op-sparse}
+@end itemize
+
+This restriction will disappear in the future versions.
 
 @node Checksumming
 @subsection Checksumming Problems
 
-SunOS and HP-UX @command{tar} fail to accept archives created using @sc{gnu}
-@command{tar} and containing non-ASCII file names, that is, file names
-having characters with the eight bit set, because they use signed
-checksums, while @sc{gnu} @command{tar} uses unsigned checksums while creating
-archives, as per @sc{posix} standards.  On reading, @sc{gnu} @command{tar} computes
-both checksums and accept any.  It is somewhat worrying that a lot of
-people may go around doing backup of their files using faulty (or at
-least non-standard) software, not learning about it until it's time
-to restore their missing files with an incompatible file extractor,
-or vice versa.
-
-@sc{gnu} @command{tar} compute checksums both ways, and accept any on read,
-so @sc{gnu} tar can read Sun tapes even with their wrong checksums.
-@sc{gnu} @command{tar} produces the standard checksum, however, raising
-incompatibilities with Sun.  That is to say, @sc{gnu} @command{tar} has not
-been modified to @emph{produce} incorrect archives to be read by buggy
-@command{tar}'s.  I've been told that more recent Sun @command{tar} now
-read standard archives, so maybe Sun did a similar patch, after all?
+SunOS and HP-UX @command{tar} fail to accept archives created using
+@GNUTAR{} and containing non-ASCII file names, that
+is, file names having characters with the eight bit set, because they
+use signed checksums, while @GNUTAR{} uses unsigned
+checksums while creating archives, as per @sc{posix} standards.  On
+reading, @GNUTAR{} computes both checksums and
+accept any.  It is somewhat worrying that a lot of people may go
+around doing backup of their files using faulty (or at least
+non-standard) software, not learning about it until it's time to
+restore their missing files with an incompatible file extractor, or
+vice versa.
+
+@GNUTAR{} compute checksums both ways, and accept
+any on read, so @acronym{GNU} tar can read Sun tapes even with their
+wrong checksums.  @GNUTAR{} produces the standard
+checksum, however, raising incompatibilities with Sun.  That is to
+say, @GNUTAR{} has not been modified to
+@emph{produce} incorrect archives to be read by buggy @command{tar}'s.
+I've been told that more recent Sun @command{tar} now read standard
+archives, so maybe Sun did a similar patch, after all?
 
 The story seems to be that when Sun first imported @command{tar}
 sources on their system, they recompiled it without realizing that
@@ -6223,7 +6676,7 @@ a @command{tar} able to read the good archives they receive.
 @sc{posix} @command{tar} format uses fixed-sized unsigned octal strings
 to represent numeric values.  User and group IDs and device major and
 minor numbers have unsigned 21-bit representations, and file sizes and
-times have unsigned 33-bit representations.  @sc{gnu} @command{tar}
+times have unsigned 33-bit representations.  @GNUTAR{}
 generates @sc{posix} representations when possible, but for values
 outside the @sc{posix} range it generates two's-complement base-256
 strings: uids, gids, and device numbers have signed 57-bit
@@ -6250,7 +6703,7 @@ representations are negative.  Many traditional @command{tar}
 implementations generate a two's complement representation for negative
 time stamps that assumes a signed 32-bit @code{time_t}; hence they
 generate archives that are not portable to hosts with differing
-@code{time_t} representations.  @sc{gnu} @command{tar} recognizes this
+@code{time_t} representations.  @GNUTAR{} recognizes this
 situation when it is run on host with a signed 32-bit @code{time_t}, but
 it issues a warning, as these time stamps are nonstandard and unportable.
 
@@ -6291,22 +6744,22 @@ The @value{op-gzip} option does not work with the @value{op-multi-volume}
 option, or with the @value{op-update}, @value{op-append},
 @value{op-concatenate}, or @value{op-delete} operations.
 
-It is not exact to say that @sc{gnu} @command{tar} is to work in concert
+It is not exact to say that @GNUTAR{} is to work in concert
 with @command{gzip} in a way similar to @command{zip}, say.  Surely, it is
 possible that @command{tar} and @command{gzip} be done with a single call,
 like in:
 
-@example
+@smallexample
 $ @kbd{tar cfz archive.tar.gz subdir}
-@end example
+@end smallexample
 
 @noindent
 to save all of @samp{subdir} into a @code{gzip}'ed archive.  Later you
 can do:
 
-@example
+@smallexample
 $ @kbd{tar xfz archive.tar.gz}
-@end example
+@end smallexample
 
 @noindent
 to explode and unpack.
@@ -6319,9 +6772,9 @@ for the @command{tar} and @command{gzip} tandem, you need to decompress the
 archive to see its contents.  However, this may be done without needing
 disk space, by using pipes internally:
 
-@example
+@smallexample
 $ @kbd{tar tfz archive.tar.gz}
-@end example
+@end smallexample
 
 @cindex corrupted archives
 About corrupted compressed archives: @command{gzip}'ed files have no
@@ -6332,7 +6785,7 @@ construction of the compression tables becomes unsynchronized, and there
 is little chance that you could recover later in the archive.
 
 There are pending suggestions for having a per-volume or per-file
-compression in @sc{gnu} @command{tar}.  This would allow for viewing the
+compression in @GNUTAR{}.  This would allow for viewing the
 contents without decompression, and for resynchronizing decompression at
 every volume or file, in case of corrupted archives.  Doing so, we might
 lose some compressibility.  But this would have make recovering easier.
@@ -6346,7 +6799,8 @@ Filter the archive through @code{bzip2}.  Otherwise like @value{op-gzip}.
 @item -Z
 @itemx --compress
 @itemx --uncompress
-Filter the archive through @command{compress}.  Otherwise like @value{op-gzip}.
+Filter the archive through @command{compress}.  Otherwise like
+@value{op-gzip}.
 
 @item --use-compress-program=@var{prog}
 Filter through @var{prog} (must accept @samp{-d}).
@@ -6383,10 +6837,10 @@ the @code{bzip2} utility.
 @itemx --uncompress
 @itemx -z
 @itemx -Z
-When this option is specified, @command{tar} will compress (when writing
-an archive), or uncompress (when reading an archive).  Used in
-conjunction with the @value{op-create}, @value{op-extract}, @value{op-list} and
-@value{op-compare} operations.
+When this option is specified, @command{tar} will compress (when
+writing an archive), or uncompress (when reading an archive).  Used in
+conjunction with the @value{op-create}, @value{op-extract},
+@value{op-list} and @value{op-compare} operations.
 @end table
 
 You can have archives be compressed by using the @value{op-gzip} option.
@@ -6394,21 +6848,21 @@ This will arrange for @command{tar} to use the @command{gzip} program to be
 used to compress or uncompress the archive wren writing or reading it.
 
 To use the older, obsolete, @command{compress} program, use the
-@value{op-compress} option.  The @sc{gnu} Project recommends you not use
+@value{op-compress} option.  The @acronym{GNU} Project recommends you not use
 @command{compress}, because there is a patent covering the algorithm it
 uses.  You could be sued for patent infringement merely by running
 @command{compress}.
 
 I have one question, or maybe it's a suggestion if there isn't a way
-to do it now. I would like to use @value{op-gzip}, but I'd also like the
-output to be fed through a program like @sc{gnu} @command{ecc} (actually, right
-now that's @samp{exactly} what I'd like to use :-)), basically adding
-ECC protection on top of compression.  It seems as if this should be
-quite easy to do, but I can't work out exactly how to go about it.
-Of course, I can pipe the standard output of @command{tar} through
-@command{ecc}, but then I lose (though I haven't started using it yet,
-I confess) the ability to have @command{tar} use @command{rmt} for it's I/O
-(I think).
+to do it now. I would like to use @value{op-gzip}, but I'd also like
+the output to be fed through a program like @acronym{GNU}
+@command{ecc} (actually, right now that's @samp{exactly} what I'd like
+to use :-)), basically adding ECC protection on top of compression.
+It seems as if this should be quite easy to do, but I can't work out
+exactly how to go about it.  Of course, I can pipe the standard output
+of @command{tar} through @command{ecc}, but then I lose (though I
+haven't started using it yet, I confess) the ability to have
+@command{tar} use @command{rmt} for it's I/O (I think).
 
 I think the most straightforward thing would be to let me specify a
 general set of filters outboard of compression (preferably ordered,
@@ -6452,7 +6906,7 @@ space needed to store such a file.
 
 In later versions, this option may be removed, and the testing and
 treatment of sparse files may be done automatically with any special
-@sc{gnu} options.  For now, it is an option needing to be specified on
+@acronym{GNU} options.  For now, it is an option needing to be specified on
 the command line with the creation or updating of an archive.
 
 Files in the filesystem occasionally have ``holes.''  A hole in a file
@@ -6468,7 +6922,7 @@ the file for consecutive stretches of zeros.  It then records in the
 archive for the file where the consecutive stretches of zeros are, and
 only archives the ``real contents'' of the file.  On extraction (using
 @value{op-sparse} is not needed on extraction) any such files have
-hols created wherever the continuous stretches of zeros were found.
+holes created wherever the continuous stretches of zeros were found.
 Thus, if you use @value{op-sparse}, @command{tar} archives won't take
 more space than the original.
 
@@ -6506,15 +6960,16 @@ Files stored sparsely in the file system are represented sparsely in
 the archive.  Use in conjunction with write operations.
 @end table
 
-However, users should be well aware that at archive creation time, @sc{gnu}
-@command{tar} still has to read whole disk file to locate the @dfn{holes}, and
-so, even if sparse files use little space on disk and in the archive, they
-may sometimes require inordinate amount of time for reading and examining
-all-zero blocks of a file.  Although it works, it's painfully slow for a
-large (sparse) file, even though the resulting tar archive may be small.
-(One user reports that dumping a @file{core} file of over 400 megabytes,
-but with only about 3 megabytes of actual data, took about 9 minutes on
-a Sun Sparcstation ELC, with full CPU utilization.)
+However, users should be well aware that at archive creation time,
+@GNUTAR{} still has to read whole disk file to
+locate the @dfn{holes}, and so, even if sparse files use little space
+on disk and in the archive, they may sometimes require inordinate
+amount of time for reading and examining all-zero blocks of a file.
+Although it works, it's painfully slow for a large (sparse) file, even
+though the resulting tar archive may be small.  (One user reports that
+dumping a @file{core} file of over 400 megabytes, but with only about
+3 megabytes of actual data, took about 9 minutes on a Sun Sparcstation
+ELC, with full CPU utilization.)
 
 This reading is required in all cases and is not related to the fact
 the @value{op-sparse} option is used or not, so by merely @emph{not}
@@ -6524,13 +6979,14 @@ an archive, the current @command{tar} algorithm requires sparse files to be
 read twice, not once.  We hope to develop a new archive format for saving
 sparse files in which one pass will be sufficient.}.
 
-Programs like @command{dump} do not have to read the entire file; by examining
-the file system directly, they can determine in advance exactly where the
-holes are and thus avoid reading through them.  The only data it need read
-are the actual allocated data blocks.  @sc{gnu} @command{tar} uses a more portable
-and straightforward archiving approach, it would be fairly difficult that
-it does otherwise.  Elizabeth Zwicky writes to @file{comp.unix.internals},
-on 1990-12-10:
+Programs like @command{dump} do not have to read the entire file; by
+examining the file system directly, they can determine in advance
+exactly where the holes are and thus avoid reading through them.  The
+only data it need read are the actual allocated data blocks.
+@GNUTAR{} uses a more portable and straightforward
+archiving approach, it would be fairly difficult that it does
+otherwise.  Elizabeth Zwicky writes to @file{comp.unix.internals}, on
+1990-12-10:
 
 @quotation
 What I did say is that you cannot tell the difference between a hole and an
@@ -6597,6 +7053,7 @@ up in @file{/etc/passwd}.  If it fails, then it uses the user id
 stored in the archive instead.
 
 @item --no-same-owner
+@itemx -o
 Do not attempt to restore ownership when extracting.  This is the
 default behavior for ordinary users, so this option has an effect
 only for the superuser.
@@ -6632,11 +7089,12 @@ the file system.  The way to prepare a clean distribution is usually
 to have some Makefile rule creating a directory, copying all needed
 files in that directory, then setting ownership and permissions as
 wanted (there are a lot of possible schemes), and only then making a
-@command{tar} archive out of this directory, before cleaning everything
-out.  Of course, we could add a lot of options to @sc{gnu} @command{tar} for
-fine tuning permissions and ownership.  This is not the good way,
-I think.  @sc{gnu} @command{tar} is already crowded with options and moreover,
-the approach just explained gives you a great deal of control already.
+@command{tar} archive out of this directory, before cleaning
+everything out.  Of course, we could add a lot of options to
+@GNUTAR{} for fine tuning permissions and ownership.
+This is not the good way, I think.  @GNUTAR{} is
+already crowded with options and moreover, the approach just explained
+gives you a great deal of control already.
 
 @item -p
 @itemx --same-permissions
@@ -6661,7 +7119,7 @@ It is equivalent to @value{op-same-permissions} plus @value{op-same-order}.
 @end table
 
 @node Standard
-@section The Standard Format
+@section Basic Tar Format
 @UNREVISED
 
 While an archive may contain many files, the archive itself is a
@@ -6669,11 +7127,12 @@ single ordinary file.  Like any other file, an archive file can be
 written to a storage device such as a tape or disk, sent through a
 pipe or over a network, saved on the active file system, or even
 stored in another archive.  An archive file is not easy to read or
-manipulate without using the @command{tar} utility or Tar mode in @sc{gnu}
-Emacs.
+manipulate without using the @command{tar} utility or Tar mode in
+@acronym{GNU} Emacs.
 
 Physically, an archive consists of a series of file entries terminated
-by an end-of-archive entry, which consists of 512 zero bytes.  A file
+by an end-of-archive entry, which consists of two 512 blocks of zero
+bytes. A file
 entry usually describes one of the files in the archive (an
 @dfn{archive member}), and consists of a file header and the contents
 of the file.  File headers contain file names and statistics, checksum
@@ -6697,10 +7156,11 @@ of as being on magnetic tape, other media are often used.
 
 Each file archived is represented by a header block which describes
 the file, followed by zero or more blocks which give the contents
-of the file.  At the end of the archive file there may be a block
+of the file.  At the end of the archive file there are two 512-byte blocks
 filled with binary zeros as an end-of-file marker.  A reasonable system
-should write a block of zeros at the end, but must not assume that
-such a block exists when reading an archive.
+should write such end-of-file marker at the end of an archive, but
+must not assume that such a block exists when reading an archive. In
+particular @GNUTAR{} always issues a warning if it does not encounter it.
 
 The blocks may be @dfn{blocked} for physical I/O operations.
 Each record of @var{n} blocks (where @var{n} is set by the
@@ -6713,12 +7173,12 @@ an archive, a reasonable system should properly handle an archive
 whose last record is shorter than the rest, or which contains garbage
 records after a zero block.
 
-The header block is defined in C as follows.  In the @sc{gnu} @command{tar}
+The header block is defined in C as follows.  In the @GNUTAR{}
 distribution, this is part of file @file{src/tar.h}:
 
-@example
+@smallexample
 @include header.texi
-@end example
+@end smallexample
 
 All characters in header blocks are represented by using 8-bit
 characters in the local variant of ASCII.  Each field within the
@@ -6733,10 +7193,9 @@ does not distinguish text files from binary files, and no translation
 of file contents is performed.
 
 The @code{name}, @code{linkname}, @code{magic}, @code{uname}, and
-@code{gname} are null-terminated character strings.  All other fileds
+@code{gname} are null-terminated character strings.  All other fields
 are zero-filled octal numbers in ASCII.  Each numeric field of width
-@var{w} contains @var{w} minus 2 digits, a space, and a null, except
-@code{size}, and @code{mtime}, which do not contain the trailing null.
+@var{w} contains @var{w} minus 1 digits, and a null.
 
 The @code{name} field is the file name of the file, with directory names
 (if any) preceding the file name, separated by slashes.
@@ -6894,7 +7353,7 @@ type as a normal file.
 
 @item @code{A} @dots{} @code{Z}
 These are reserved for custom implementations.  Some of these are
-used in the @sc{gnu} modified format, as described below.
+used in the @acronym{GNU} modified format, as described below.
 
 @end table
 
@@ -6914,10 +7373,10 @@ IEEE Std 1003.2-1992, pages 380-388 (section 4.48) and pages 936-940
 (section E.4.48) for @cite{pax - Portable archive interchange}.
 
 @node Extensions
-@section @sc{gnu} Extensions to the Archive Format
+@section @acronym{GNU} Extensions to the Archive Format
 @UNREVISED
 
-The @sc{gnu} format uses additional file types to describe new types of
+The @acronym{GNU} format uses additional file types to describe new types of
 files in an archive.  These are listed below.
 
 @table @code
@@ -6959,13 +7418,14 @@ of an archive should have this type.
 
 @end table
 
-You may have trouble reading a @sc{gnu} format archive on a non-@sc{gnu}
-system if the options @value{op-incremental}, @value{op-multi-volume},
-@value{op-sparse}, or @value{op-label} were used when writing the archive.
-In general, if @command{tar} does not use the @sc{gnu}-added fields of the
-header, other versions of @command{tar} should be able to read the
-archive.  Otherwise, the @command{tar} program will give an error, the
-most likely one being a checksum error.
+You may have trouble reading a @acronym{GNU} format archive on a
+non-@acronym{GNU} system if the options @value{op-incremental},
+@value{op-multi-volume}, @value{op-sparse}, or @value{op-label} were
+used when writing the archive.  In general, if @command{tar} does not
+use the @acronym{GNU}-added fields of the header, other versions of
+@command{tar} should be able to read the archive.  Otherwise, the
+@command{tar} program will give an error, the most likely one being a
+checksum error.
 
 @node cpio
 @section Comparison of @command{tar} and @command{cpio}
@@ -6976,7 +7436,7 @@ most likely one being a checksum error.
 The @command{cpio} archive formats, like @command{tar}, do have maximum
 pathname lengths.  The binary and old ASCII formats have a max path
 length of 256, and the new ASCII and CRC ASCII formats have a max
-path length of 1024.  @sc{gnu} @command{cpio} can read and write archives
+path length of 1024.  @acronym{GNU} @command{cpio} can read and write archives
 with arbitrary pathname lengths, but other @command{cpio} implementations
 may crash unexplainedly trying to read them.
 
@@ -7070,13 +7530,14 @@ and using only the space needed for the headers where @command{tar}
 always uses 512 bytes per file header) and it knows how to archive
 special files.
 
-You might want to look at the freely available alternatives.  The major
-ones are @command{afio}, @sc{gnu} @command{tar}, and @command{pax}, each of which
-have their own extensions with some backwards compatibility.
+You might want to look at the freely available alternatives.  The
+major ones are @command{afio}, @GNUTAR{}, and
+@command{pax}, each of which have their own extensions with some
+backwards compatibility.
 
-Sparse files were @command{tar}red as sparse files (which you can easily
-test, because the resulting archive gets smaller, and @sc{gnu} @command{cpio}
-can no longer read it).
+Sparse files were @command{tar}red as sparse files (which you can
+easily test, because the resulting archive gets smaller, and
+@acronym{GNU} @command{cpio} can no longer read it).
 
 @node Media
 @chapter Tapes and Other Archive Media
@@ -7152,20 +7613,21 @@ This program is free software from the University of California, and a
 copy of the source code can be found with the sources for @command{tar};
 it's compiled and installed by default.
 
-If this option is not given, but the environment variable @env{TAPE} is
-set, its value is used; otherwise, old versions of @command{tar} used a default
-archive name (which was picked when @command{tar} was compiled).  The
-default is normally set up to be the @dfn{first} tape drive or other
-transportable I/O medium on the system.
-
-Starting with version 1.11.5, @sc{gnu} @command{tar} uses standard input and
-standard output as the default device, and I will not try anymore
-supporting automatic device detection at installation time.  This was
-failing really in too many cases, it was hopeless.  This is now
-completely left to the installer to override standard input and standard
-output for default device, if this seems preferable.
-Further, I think @emph{most} actual usages of @command{tar} are done with
-pipes or disks, not really tapes, cartridges or diskettes.
+If this option is not given, but the environment variable @env{TAPE}
+is set, its value is used; otherwise, old versions of @command{tar}
+used a default archive name (which was picked when @command{tar} was
+compiled).  The default is normally set up to be the @dfn{first} tape
+drive or other transportable I/O medium on the system.
+
+Starting with version 1.11.5, @GNUTAR{} uses
+standard input and standard output as the default device, and I will
+not try anymore supporting automatic device detection at installation
+time.  This was failing really in too many cases, it was hopeless.
+This is now completely left to the installer to override standard
+input and standard output for default device, if this seems
+preferable.  Further, I think @emph{most} actual usages of
+@command{tar} are done with pipes or disks, not really tapes,
+cartridges or diskettes.
 
 Some users think that using standard input and output is running
 after trouble.  This could lead to a nasty surprise on your screen if
@@ -7180,10 +7642,11 @@ processes to accidental destruction of real tapes.  After having seen
 all this mess, using standard input and output as a default really
 sounds like the only clean choice left, and a very useful one too.
 
-@sc{gnu} @command{tar} reads and writes archive in records, I suspect this is the
-main reason why block devices are preferred over character devices.
-Most probably, block devices are more efficient too.  The installer
-could also check for @samp{DEFTAPE} in @file{<sys/mtio.h>}.
+@GNUTAR{} reads and writes archive in records, I
+suspect this is the main reason why block devices are preferred over
+character devices.  Most probably, block devices are more efficient
+too.  The installer could also check for @samp{DEFTAPE} in
+@file{<sys/mtio.h>}.
 
 @table @kbd
 @item --force-local
@@ -7223,8 +7686,8 @@ maximum tape length, you might avoid the problem entirely.
 @item -F @var{file}
 @itemx --info-script=@var{file}
 @itemx --new-volume-script=@var{file}
-Execute @file{file} at end of each tape.  This implies
-@value{op-multi-volume}.
+Execute @file{file} at end of each tape.  If @file{file} exits with
+nonzero status, exit.  This implies @value{op-multi-volume}.
 @end table
 
 @node Remote Tape Server
@@ -7245,25 +7708,26 @@ California, but can be freely distributed.  Instructions for compiling
 and installing it are included in the @file{Makefile}.
 
 @cindex absolute file names
-Unless you use the @value{op-absolute-names} option, @sc{gnu} @command{tar} will
-not allow you to create an archive that contains absolute file names
-(a file name beginning with @samp{/}.) If you try, @command{tar} will
-automatically remove the leading @samp{/} from the file names it
-stores in the archive.  It will also type a warning message telling
-you what it is doing.
-
-When reading an archive that was created with a different @command{tar}
-program, @sc{gnu} @command{tar} automatically extracts entries in the archive
-which have absolute file names as if the file names were not absolute.
-This is an important feature.  A visitor here once gave a
-@command{tar} tape to an operator to restore; the operator used Sun @command{tar}
-instead of @sc{gnu} @command{tar}, and the result was that it replaced large
-portions of our @file{/bin} and friends with versions from the tape;
-needless to say, we were unhappy about having to recover the file system
-from backup tapes.
+Unless you use the @value{op-absolute-names} option, @GNUTAR{}
+will not allow you to create an archive that contains
+absolute file names (a file name beginning with @samp{/}.) If you try,
+@command{tar} will automatically remove the leading @samp{/} from the
+file names it stores in the archive.  It will also type a warning
+message telling you what it is doing.
+
+When reading an archive that was created with a different
+@command{tar} program, @GNUTAR{} automatically
+extracts entries in the archive which have absolute file names as if
+the file names were not absolute.  This is an important feature.  A
+visitor here once gave a @command{tar} tape to an operator to restore;
+the operator used Sun @command{tar} instead of @GNUTAR{},
+and the result was that it replaced large portions of
+our @file{/bin} and friends with versions from the tape; needless to
+say, we were unhappy about having to recover the file system from
+backup tapes.
 
 For example, if the archive contained a file @file{/usr/bin/computoy},
-@sc{gnu} @command{tar} would extract the file to @file{usr/bin/computoy},
+@GNUTAR{} would extract the file to @file{usr/bin/computoy},
 relative to the current directory.  If you want to extract the files in
 an archive to the same absolute names that they had when the archive
 was created, you should do a @samp{cd /} before extracting the files
@@ -7271,7 +7735,7 @@ from the archive, or you should either use the @value{op-absolute-names}
 option, or use the command @samp{tar -C / @dots{}}.
 
 @cindex Ultrix 3.1 and write failure
-Some versions of Unix (Ultrix 3.1 is know to have this problem),
+Some versions of Unix (Ultrix 3.1 is known to have this problem),
 can claim that a short write near the end of a tape succeeded,
 when it actually failed.  This will result in the -M option not
 working correctly.  The best workaround at the moment is to use a
@@ -7335,7 +7799,7 @@ the next two paragraphs, as the remainder of this manual uses those
 two terms in a quite consistent way.
 
 John Gilmore, the writer of the public domain @command{tar} from which
-@sc{gnu} @command{tar} was originally derived, wrote (June 1995):
+@GNUTAR{} was originally derived, wrote (June 1995):
 
 @quotation
 The nomenclature of tape drives comes from IBM, where I believe
@@ -7368,7 +7832,7 @@ format, which is meant to be portable, so a @command{tar} block is always
 The term @dfn{logical block} often represents the basic chunk of
 allocation of many disk blocks as a single entity, which the operating
 system treats somewhat atomically; this concept is only barely used
-in @sc{gnu} @command{tar}.
+in @GNUTAR{}.
 
 The term @dfn{physical record} is another way to speak of a physical
 block, those two terms are somewhat interchangeable.  In this manual,
@@ -7384,7 +7848,7 @@ the logical organization of many characters into something meaningful
 to the application.  The term @dfn{unit record} describes a small set
 of characters which are transmitted whole to or by the application,
 and often refers to a line of text.  Those two last terms are unrelated
-to what we call a @dfn{record} in @sc{gnu} @command{tar}.
+to what we call a @dfn{record} in @GNUTAR{}.
 
 When writing to tapes, @command{tar} writes the contents of the archive
 in chunks known as @dfn{records}.  To change the default blocking
@@ -7401,20 +7865,23 @@ performance (because the software layers above the tape drive still
 honor the blocking), but not as dramatically as on tape drives that
 honor blocking.
 
-When reading an archive, @command{tar} can usually figure out the record
-size on itself.  When this is the case, and a non-standard record size
-was used when the archive was created, @command{tar} will print a message
-about a non-standard blocking factor, and then operate normally.  On
-some tape devices, however, @command{tar} cannot figure out the record size
-itself.  On most of those, you can specify a blocking factor (with
-@value{op-blocking-factor}) larger than the actual blocking factor, and then use
-the @value{op-read-full-records} option.  (If you specify a blocking factor
-with @value{op-blocking-factor} and don't use the @value{op-read-full-records}
-option, then @command{tar} will not attempt to figure out the recording size
-itself.)  On some devices, you must always specify the record size
-exactly with @value{op-blocking-factor} when reading, because @command{tar} cannot
+When reading an archive, @command{tar} can usually figure out the
+record size on itself.  When this is the case, and a non-standard
+record size was used when the archive was created, @command{tar} will
+print a message about a non-standard blocking factor, and then operate
+normally.  On some tape devices, however, @command{tar} cannot figure
+out the record size itself.  On most of those, you can specify a
+blocking factor (with @value{op-blocking-factor}) larger than the
+actual blocking factor, and then use the @value{op-read-full-records}
+option.  (If you specify a blocking factor with
+@value{op-blocking-factor} and don't use the
+@value{op-read-full-records} option, then @command{tar} will not
+attempt to figure out the recording size itself.)  On some devices,
+you must always specify the record size exactly with
+@value{op-blocking-factor} when reading, because @command{tar} cannot
 figure it out.  In any case, use @value{op-list} before doing any
-extractions to see whether @command{tar} is reading the archive correctly.
+extractions to see whether @command{tar} is reading the archive
+correctly.
 
 @command{tar} blocks are all fixed size (512 bytes), and its scheme for
 putting them into records is to put a whole number of them (one or
@@ -7432,11 +7899,12 @@ stream and not waste tape.  When writing tapes for myself, some tend
 to use a factor of the order of 2048, say, giving a record size of
 around one megabyte.
 
-If you use a blocking factor larger than 20, older @command{tar} programs
-might not be able to read the archive, so we recommend this as a limit
-to use in practice.  @sc{gnu} @command{tar}, however, will support arbitrarily
-large record sizes, limited only by the amount of virtual memory or the
-physical characteristics of the tape device.
+If you use a blocking factor larger than 20, older @command{tar}
+programs might not be able to read the archive, so we recommend this
+as a limit to use in practice.  @GNUTAR{}, however,
+will support arbitrarily large record sizes, limited only by the
+amount of virtual memory or the physical characteristics of the tape
+device.
 
 @menu
 * Format Variations::           Format Variations
@@ -7503,7 +7971,7 @@ writing archives.
 Archives with blocking factors larger than 20 cannot be read
 by very old versions of @command{tar}, or by some newer versions
 of @command{tar} running on old machines with small address spaces.
-With @sc{gnu} @command{tar}, the blocking factor of an archive is limited
+With @GNUTAR{}, the blocking factor of an archive is limited
 only by the maximum record size of the device containing the archive,
 or by the amount of available virtual memory.
 
@@ -7511,17 +7979,18 @@ Also, on some systems, not using adequate blocking factors, as sometimes
 imposed by the device drivers, may yield unexpected diagnostics.  For
 example, this has been reported:
 
-@example
+@smallexample
 Cannot write to /dev/dlt: Invalid argument
-@end example
+@end smallexample
 
 @noindent
-In such cases, it sometimes happen that the @command{tar} bundled by the
-system is aware of block size idiosyncrasies, while @sc{gnu} @command{tar} requires
-an explicit specification for the block size, which it cannot guess.
-This yields some people to consider @sc{gnu} @command{tar} is misbehaving, because
-by comparison, @cite{the bundle @command{tar} works OK}.  Adding @w{@kbd{-b
-256}}, for example, might resolve the problem.
+In such cases, it sometimes happen that the @command{tar} bundled by
+the system is aware of block size idiosyncrasies, while @GNUTAR{}
+requires an explicit specification for the block size,
+which it cannot guess.  This yields some people to consider
+@GNUTAR{} is misbehaving, because by comparison,
+@cite{the bundle @command{tar} works OK}.  Adding @w{@kbd{-b 256}},
+for example, might resolve the problem.
 
 If you use a non-default blocking factor when you create an archive, you
 must specify the same blocking factor when you modify that archive.  Some
@@ -7576,12 +8045,12 @@ updating the archive.
 
 Apparently, Exabyte drives have a physical block size of 8K bytes.
 If we choose our blocksize as a multiple of 8k bytes, then the problem
-seems to dissapper.  Id est, we are using block size of 112 right
+seems to disappear.  Id est, we are using block size of 112 right
 now, and we haven't had the problem since we switched@dots{}
 
-With @sc{gnu} @command{tar} the blocking factor is limited only by the maximum
-record size of the device containing the archive, or by the amount of
-available virtual memory.
+With @GNUTAR{} the blocking factor is limited only
+by the maximum record size of the device containing the archive, or by
+the amount of available virtual memory.
 
 However, deblocking or reblocking is virtually avoided in a special
 case which often occurs in practice, but which requires all the
@@ -7600,13 +8069,10 @@ device,
 invocation.
 @end itemize
 
-In previous versions of @sc{gnu} @command{tar}, the @samp{--compress-block}
-option (or even older: @samp{--block-compress}) was necessary to
-reblock compressed archives.  It is now a dummy option just asking
-not to be used, and otherwise ignored.  If the output goes directly
-to a local disk, and not through stdout, then the last write is
-not extended to a full record size.  Otherwise, reblocking occurs.
-Here are a few other remarks on this topic:
+If the output goes directly to a local disk, and not through
+stdout, then the last write is not extended to a full record size.
+Otherwise, reblocking occurs.  Here are a few other remarks on this
+topic:
 
 @itemize @bullet
 
@@ -7745,9 +8211,9 @@ automatically when this device is opened or closed.  Since @command{tar}
 opens the archive file before using it and closes it afterwards, this
 means that a simple:
 
-@example
+@smallexample
 $ @kbd{tar cf /dev/tape @var{directory}}
-@end example
+@end smallexample
 
 @noindent
 will reposition the tape to its beginning both prior and after saving
@@ -7771,10 +8237,10 @@ recovered.
 To save @var{directory-1} as a first archive at the beginning of a
 tape, and leave that tape ready for a second archive, you should use:
 
-@example
+@smallexample
 $ @kbd{mt -f /dev/nrtape rewind}
 $ @kbd{tar cf /dev/nrtape @var{directory-1}}
-@end example
+@end smallexample
 
 @cindex tape marks
 @dfn{Tape marks} are special magnetic patterns written on the tape
@@ -7792,9 +8258,9 @@ erased by the new information, leaving only one tape mark between files.
 So, you may now save @var{directory-2} as a second archive after the
 first on the same tape by issuing the command:
 
-@example
+@smallexample
 $ @kbd{tar cf /dev/nrtape @var{directory-2}}
-@end example
+@end smallexample
 
 @noindent
 and so on for all the archives you want to put on the same tape.
@@ -7807,11 +8273,11 @@ that you are ready to write the 17th.  You have to take care of skipping
 the first 16 tape marks before saving @var{directory-17}, say, by using
 these commands:
 
-@example
+@smallexample
 $ @kbd{mt -f /dev/nrtape rewind}
 $ @kbd{mt -f /dev/nrtape fsf 16}
 $ @kbd{tar cf /dev/nrtape @var{directory-17}}
-@end example
+@end smallexample
 
 In all the previous examples, we put aside blocking considerations, but
 you should do the proper things for that as well.  @xref{Blocking}.
@@ -7835,9 +8301,9 @@ two at the end of all the file entries.
 If you think of data as a series of records "rrrr"'s, and tape marks as
 "*"'s, a tape might look like the following:
 
-@example
+@smallexample
 rrrr*rrrrrr*rrrrr*rr*rrrrr**-------------------------
-@end example
+@end smallexample
 
 Tape devices read and write tapes using a read/write @dfn{tape
 head}---a physical part of the device which can only access one
@@ -7859,9 +8325,9 @@ over the last tape mark, and write the new archive file.  If you were
 to add two archives to the example above, the tape might look like the
 following:
 
-@example
+@smallexample
 rrrr*rrrrrr*rrrrr*rr*rrrrr*rrr*rrrr**----------------
-@end example
+@end smallexample
 
 @node mt
 @subsection The @command{mt} Utility
@@ -7880,9 +8346,9 @@ together"?}
 
 The syntax of the @command{mt} command is:
 
-@example
+@smallexample
 @kbd{mt [-f @var{tapename}] @var{operation} [@var{number}]}
-@end example
+@end smallexample
 
 where @var{tapename} is the name of the tape device, @var{number} is
 the number of times an operation is performed (with a default of one),
@@ -7957,8 +8423,9 @@ the first archive, using @value{op-multi-volume}, and then put in the
 second tape when prompted, so @command{tar} can restore both halves of the
 file.)
 
-@sc{gnu} @command{tar} multi-volume archives do not use a truly portable format.
-You need @sc{gnu} @command{tar} at both end to process them properly.
+@GNUTAR{} multi-volume archives do not use a truly
+portable format.  You need @GNUTAR{} at both end to
+process them properly.
 
 When prompting for a new tape, @command{tar} accepts any of the following
 responses:
@@ -7982,8 +8449,9 @@ otherwise @command{tar} will write over the volume it just finished.)
 If you want more elaborate behavior than this, give @command{tar} the
 @value{op-info-script} option.  The file @var{script-name} is expected
 to be a program (or shell script) to be run instead of the normal
-prompting procedure.  When the program finishes, @command{tar} will
-immediately begin writing the next volume.  The behavior of the
+prompting procedure.  If the program fails, @command{tar} exits;
+otherwise, @command{tar} begins writing the next volume.  The behavior
+of the
 @samp{n} response to the normal tape-change prompt is not available
 if you use @value{op-info-script}.
 
@@ -8030,8 +8498,8 @@ it successfully is with a multi-volume extract command @samp{--extract
 the file begins.
 
 For example, let's presume someone has two tape drives on a system
-named @file{/dev/tape0} and @file{/dev/tape1}.  For having @sc{gnu}
-@command{tar} to switch to the second drive when it needs to write the
+named @file{/dev/tape0} and @file{/dev/tape1}.  For having @GNUTAR{}
+to switch to the second drive when it needs to write the
 second tape, and then back to the first tape, etc., just do either of:
 
 @smallexample
@@ -8117,16 +8585,18 @@ Creates a multi-volume archive via a script.  Used in conjunction with
 @value{op-create}.
 @end table
 
-Beware that there is @emph{no} real standard about the proper way, for a
-@command{tar} archive, to span volume boundaries.  If you have a multi-volume
-created by some vendor's @command{tar}, there is almost no chance you could
-read all the volumes with @sc{gnu} @command{tar}.  The converse is also true:
-you may not expect multi-volume archives created by @sc{gnu} @command{tar} to
-be fully recovered by vendor's @command{tar}.  Since there is little chance
-that, in mixed system configurations, some vendor's @command{tar} will work on
-another vendor's machine, and there is a great chance that @sc{gnu} @command{tar}
-will work on most of them, your best bet is to install @sc{gnu} @command{tar}
-on all machines between which you know exchange of files is possible.
+Beware that there is @emph{no} real standard about the proper way, for
+a @command{tar} archive, to span volume boundaries.  If you have a
+multi-volume created by some vendor's @command{tar}, there is almost
+no chance you could read all the volumes with @GNUTAR{}.
+The converse is also true: you may not expect
+multi-volume archives created by @GNUTAR{} to be
+fully recovered by vendor's @command{tar}.  Since there is little
+chance that, in mixed system configurations, some vendor's
+@command{tar} will work on another vendor's machine, and there is a
+great chance that @GNUTAR{} will work on most of
+them, your best bet is to install @GNUTAR{} on all
+machines between which you know exchange of files is possible.
 
 @node Tape Files
 @subsection Tape Files
@@ -8154,9 +8624,9 @@ of tapes into a sequence of tape files, see @ref{mt}.
 
 People seem to often do:
 
-@example
+@smallexample
 @kbd{--label="@var{some-prefix} `date +@var{some-format}`"}
-@end example
+@end smallexample
 
 or such, for pushing a common date in all volumes or an archive set.
 
@@ -8212,15 +8682,15 @@ The @value{op-label} was once called @samp{--volume}, but is not available
 under that name anymore.
 
 To find out an archive's label entry (or to find out if an archive has
-a label at all), use @samp{tar --list --verbose}.  @command{tar} will print the
-label first, and then print archive member information, as in the
-example below:
+a label at all), use @samp{tar --list --verbose}.  @command{tar} will
+print the label first, and then print archive member information, as
+in the example below:
 
-@example
+@smallexample
 $ @kbd{tar --verbose --list --file=iamanarchive}
 V--------- 0 0        0 1992-03-07 12:01 iamalabel--Volume Header--
 -rw-rw-rw- ringo user 40 1990-05-21 13:30 iamafilename
-@end example
+@end smallexample
 
 @table @kbd
 @item --label=@var{archive-label}
@@ -8237,19 +8707,19 @@ To get a common information on all tapes of a series, use the
 series created through a single script used on a regular basis, just
 manage to get some date string as part of the label.  For example:
 
-@example
+@smallexample
 $ @kbd{tar cfMV /dev/tape "Daily backup for `date +%Y-%m-%d`"}
 $ @kbd{tar --create --file=/dev/tape --multi-volume \
      --volume="Daily backup for `date +%Y-%m-%d`"}
-@end example
+@end smallexample
 
 Also note that each label has its own date and time, which corresponds
-to when @sc{gnu} @command{tar} initially attempted to write it, often soon
-after the operator launches @command{tar} or types the carriage return
-telling that the next tape is ready.  Comparing date labels does give
-an idea of tape throughput only if the delays for rewinding tapes
-and the operator switching them were negligible, which is usually
-not the case.
+to when @GNUTAR{} initially attempted to write it,
+often soon after the operator launches @command{tar} or types the
+carriage return telling that the next tape is ready.  Comparing date
+labels does give an idea of tape throughput only if the delays for
+rewinding tapes and the operator switching them were negligible, which
+is usually not the case.
 
 @FIXME{was --volume}
 
@@ -8317,6 +8787,12 @@ The @value{op-verify} option will not work in conjunction with the
 @value{op-update} and @value{op-delete} operations.  @xref{Operations},
 for more information on these operations.
 
+Also, since @command{tar} normally strips leading @samp{/} from file
+names (@pxref{absolute}), a command like @samp{tar --verify -cf
+/tmp/foo.tar /etc} will work as desired only if the working directory is
+@file{/}, as @command{tar} uses the archive's relative member names
+(e.g., @file{etc/motd}) when verifying the archive.
+
 @node Write Protection
 @section Write Protection
 
@@ -8333,10 +8809,21 @@ disabled) switch, a notch which can be popped out or covered, a ring
 which can be removed from the center of a tape reel, or some other
 changeable feature.
 
+@node Free Software Needs Free Documentation
+@appendix Free Software Needs Free Documentation
+@include freemanuals.texi
+
+@node Copying This Manual
+@appendix Copying This Manual
+
+@menu
+* GNU Free Documentation License::  License for copying this manual
+@end menu
+
 @include fdl.texi
 
 @node Index
-@unnumbered Index
+@appendix Index
 
 @printindex cp
 
This page took 0.166921 seconds and 4 git commands to generate.