Browse Source

Remove incorrect example.

Sergey Poznyakoff 16 years ago
parent
commit
1353511226
1 changed files with 1 additions and 3 deletions
  1. 1 3
      doc/tar.texi

+ 1 - 3
doc/tar.texi

@@ -8140,9 +8140,7 @@ the @file{/} directory first, and then avoid absolute notation.
 For example:
 
 @smallexample
-$ @kbd{(cd / && tar -c -f archive.tar home)}
-# @i{or}:
-$ @kbd{tar -c -f archive.tar -C  / home}
+$ @kbd{tar -c -f archive.tar -C / home}
 @end smallexample
 
 @include getdate.texi