Browse Source

doc: port to texinfo 5

* doc/tar.texi (Reports, assumptions, Mixing):
Put FIXMEs at line start.
Paul Eggert 12 years ago
parent
commit
f92cb1fe16
1 changed files with 10 additions and 9 deletions
  1. 10 9
      doc/tar.texi

+ 10 - 9
doc/tar.texi

@@ -646,9 +646,9 @@ If you find problems or have suggestions about this program or manual,
 please report them to @file{bug-tar@@gnu.org}.
 please report them to @file{bug-tar@@gnu.org}.
 
 
 When reporting a bug, please be sure to include as much detail as
 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.}
+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
 @node Tutorial
 @chapter Tutorial Introduction to @command{tar}
 @chapter Tutorial Introduction to @command{tar}
@@ -693,8 +693,8 @@ file system.  You should have some basic understanding of directory
 structure and how files are named according to which directory they are
 structure and how files are named according to which directory they are
 in.  You should understand concepts such as standard output and standard
 in.  You should understand concepts such as standard output and standard
 input, what various definitions of the term @samp{argument} mean, and the
 input, what various definitions of the term @samp{argument} mean, and the
-differences between relative and absolute file names.  @FIXME{and what
-else?}
+differences between relative and absolute file names.
+@FIXME{and what else?}
 
 
 @item
 @item
 This manual assumes that you are working from your own home directory
 This manual assumes that you are working from your own home directory
@@ -2256,7 +2256,8 @@ respectively.  The first two examples also specify a single non-option,
 @var{name} argument having the value @samp{archive.tar}.  The last
 @var{name} argument having the value @samp{archive.tar}.  The last
 example contains only old style option letters (repeating option
 example contains only old style option letters (repeating option
 @samp{c} twice), not all of which are meaningful (eg., @samp{.},
 @samp{c} twice), not all of which are meaningful (eg., @samp{.},
-@samp{h}, or @samp{i}), with no argument value.  @FIXME{not sure i liked
+@samp{h}, or @samp{i}), with no argument value.
+@FIXME{not sure i liked
 the first sentence of this paragraph..}
 the first sentence of this paragraph..}
 
 
 @node All Options
 @node All Options
@@ -2791,7 +2792,7 @@ Send verbose output to @var{file} instead of to standard output.
 
 
 When @command{tar} is performing multi-tape backups, @var{command} is run
 When @command{tar} is performing multi-tape backups, @var{command} is run
 at the end of each tape.  If it exits with nonzero status,
 at the end of each tape.  If it exits with nonzero status,
-@command{tar} fails immediately.  @xref{info-script}, for a detailed 
+@command{tar} fails immediately.  @xref{info-script}, for a detailed
 discussion of this feature.
 discussion of this feature.
 
 
 @opsummary{interactive}
 @opsummary{interactive}
@@ -4297,7 +4298,7 @@ Any additional information is normally supplied to external commands
 in environment variables, specific to each particular operation.  For
 in environment variables, specific to each particular operation.  For
 example, the @option{--checkpoint-action=exec} option, defines the
 example, the @option{--checkpoint-action=exec} option, defines the
 @env{TAR_ARCHIVE} variable to the name of the archive being worked
 @env{TAR_ARCHIVE} variable to the name of the archive being worked
-upon.  You can, should the need be, use these variables in the 
+upon.  You can, should the need be, use these variables in the
 command line of the external command.  For example:
 command line of the external command.  For example:
 
 
 @smallexample
 @smallexample
@@ -5631,7 +5632,7 @@ list of archive format names.
 These variables are defined prior to executing the command, so you can
 These variables are defined prior to executing the command, so you can
 pass them as arguments, if you prefer.  For example, if the command
 pass them as arguments, if you prefer.  For example, if the command
 @var{proc} takes the member name and size as its arguments, then you
 @var{proc} takes the member name and size as its arguments, then you
-could do: 
+could do:
 
 
 @smallexample
 @smallexample
 $ @kbd{tar -x -f archive.tar \
 $ @kbd{tar -x -f archive.tar \