]> Dogcows Code - chaz/tar/commitdiff
Minor fixes.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 13 Mar 2006 09:42:22 +0000 (09:42 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 13 Mar 2006 09:42:22 +0000 (09:42 +0000)
doc/tar.texi

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