Explorar el Código

Remove incorrect example.

Sergey Poznyakoff hace 16 años
padre
commit
1353511226
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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