Browse Source

Minor fixes.

Sergey Poznyakoff 19 years ago
parent
commit
48d20d8f9e
1 changed files with 8 additions and 8 deletions
  1. 8 8
      doc/tar.texi

+ 8 - 8
doc/tar.texi

@@ -2765,7 +2765,7 @@ would suppress security-related information.
 
 
 This keyword allows user control over the name that is written into the
 This keyword allows user control over the name that is written into the
 ustar header blocks for the extended headers.  The name is obtained
 ustar header blocks for the extended headers.  The name is obtained
-from @var{string} after substituting the following meta-characters:
+from @var{string} after making the following substitutions:
 
 
 @multitable @columnfractions .30 .70
 @multitable @columnfractions .30 .70
 @headitem Meta-character @tab Replaced By
 @headitem Meta-character @tab Replaced By
@@ -2790,8 +2790,8 @@ will use the following default value:
 @item globexthdr.name=@var{string}
 @item globexthdr.name=@var{string}
 This keyword allows user control over the name that is written into
 This keyword allows user control over the name that is written into
 the ustar header blocks for global extended header records.  The name
 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:
+is obtained from the contents of @var{string}, after making
+the following substitutions:
 
 
 @multitable @columnfractions .30 .70
 @multitable @columnfractions .30 .70
 @headitem Meta-character @tab Replaced By
 @headitem Meta-character @tab Replaced By
@@ -2802,7 +2802,7 @@ starting at 1.
 @item %% @tab A @samp{%} character.
 @item %% @tab A @samp{%} character.
 @end multitable
 @end multitable
 
 
-Any other @samp{%} characters in string produce undefined results.
+Any other @samp{%} characters in @var{string} produce undefined results.
 
 
 If no option @samp{globexthdr.name=string} is specified, @command{tar}
 If no option @samp{globexthdr.name=string} is specified, @command{tar}
 will use the following default value:
 will use the following default value:
@@ -4037,7 +4037,7 @@ files from @file{practice}:
 @smallexample
 @smallexample
 $ @kbd{tar -cvf bluesrock.tar blues rock}
 $ @kbd{tar -cvf bluesrock.tar blues rock}
 blues
 blues
-classical
+rock
 $ @kbd{tar -cvf folkjazz.tar folk jazz}
 $ @kbd{tar -cvf folkjazz.tar folk jazz}
 folk
 folk
 jazz
 jazz
@@ -4051,7 +4051,7 @@ contain what they are supposed to:
 $ @kbd{tar -tvf bluesrock.tar}
 $ @kbd{tar -tvf bluesrock.tar}
 -rw-r--r-- melissa user    105 1997-01-21 19:42 blues
 -rw-r--r-- melissa user    105 1997-01-21 19:42 blues
 -rw-r--r-- melissa user     33 1997-01-20 15:34 rock
 -rw-r--r-- melissa user     33 1997-01-20 15:34 rock
-$ @kbd{tar -tvf folkjazz.tar}
+$ @kbd{tar -tvf jazzfolk.tar}
 -rw-r--r-- melissa user     20 1996-09-23 16:44 folk
 -rw-r--r-- melissa user     20 1996-09-23 16:44 folk
 -rw-r--r-- melissa user     65 1997-01-30 14:15 jazz
 -rw-r--r-- melissa user     65 1997-01-30 14:15 jazz
 @end smallexample
 @end smallexample
@@ -4063,15 +4063,15 @@ $ @kbd{cd ..}
 $ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar}
 $ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar}
 @end smallexample
 @end smallexample
 
 
-If you now list the contents of the @file{bluesclass.tar}, you will see
+If you now list the contents of the @file{bluesrock.tar}, you will see
 that now it also contains the archive members of @file{jazzfolk.tar}:
 that now it also contains the archive members of @file{jazzfolk.tar}:
 
 
 @smallexample
 @smallexample
 $ @kbd{tar --list --file=bluesrock.tar}
 $ @kbd{tar --list --file=bluesrock.tar}
 blues
 blues
 rock
 rock
-jazz
 folk
 folk
+jazz
 @end smallexample
 @end smallexample
 
 
 When you use @option{--concatenate}, the source and target archives must
 When you use @option{--concatenate}, the source and target archives must