summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-09-18 09:46:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-09-18 09:46:34 +0000
commit135351122676052c0cdf063e2cf22f778cd779f0 (patch)
tree5a22d058f9cec5040dbb68b5f2dbf99db105968a
parent85c79094976b446c310cee4450a573a633359f26 (diff)
downloadtar-135351122676052c0cdf063e2cf22f778cd779f0.tar.gz
Remove incorrect example.
-rw-r--r--doc/tar.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/tar.texi b/doc/tar.texi
index 72d6aeeb..77394896 100644
--- a/doc/tar.texi
+++ b/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