Quellcode durchsuchen

Remove incorrect example.

Sergey Poznyakoff vor 16 Jahren
Ursprung
Commit
1353511226
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  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