From: Sergey Poznyakoff Date: Thu, 18 Sep 2008 09:46:34 +0000 (+0000) Subject: Remove incorrect example. X-Git-Tag: release_1_21~14 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=135351122676052c0cdf063e2cf22f778cd779f0;p=debian%2Ftar Remove incorrect example. --- 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