--- doc/tar.texi.orig 2006-03-01 12:45:04.000000000 +0100 +++ doc/tar.texi 2006-03-08 19:15:44.000000000 +0100 @@ -4016,8 +4016,8 @@ one or more archives to the end of another archive, you should use the @option{--concatenate} (@option{--catenate}, @option{-A}) operation. -To use @option{--concatenate}, give the first archive with address@hidden option and name the rest of archives to be +To use @option{--concatenate}, give the first archive with the address@hidden option and name the rest of the archives to be concatenated on the command line. The members, and their member names, will be copied verbatim from those archives to the first one. @FIXME-ref{This can cause multiple members to have the same name, for @@ -4037,7 +4037,7 @@ @smallexample $ @kbd{tar -cvf bluesrock.tar blues rock} blues -classical +rock $ @kbd{tar -cvf folkjazz.tar folk jazz} folk jazz @@ -4060,18 +4060,18 @@ @smallexample $ @kbd{cd ..} -$ @kbd{tar --concatenate --file=bluesrock.tar jazzfolk.tar} +$ @kbd{tar --concatenate --file=bluesrock.tar folkjazz.tar} @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}: +If you now list the contents of the @file{bluesrock.tar}, you will see +that now it also contains the archive members of @file{folkjazz.tar}: @smallexample $ @kbd{tar --list --file=bluesrock.tar} blues rock -jazz folk +jazz @end smallexample When you use @option{--concatenate}, the source and target archives must