From: Sergey Poznyakoff Date: Thu, 9 Nov 2017 06:35:34 +0000 (+0200) Subject: Fix typo X-Git-Tag: release_1_30~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13edc746f61cedd0306ac43e3c05589f9ad650ca;p=thirdparty%2Ftar.git Fix typo * doc/tar.texi --- diff --git a/doc/tar.texi b/doc/tar.texi index edd190ef..64d12688 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -8978,7 +8978,7 @@ is used, which excludes symbolic link targets from filename transformations. The result is: @smallexample -$ @kbd{tar --transform 's,^,/usr/local/,S', -c -v -f arch.tar \ +$ @kbd{tar --transform 's,^,/usr/local/,S' -c -v -f arch.tar \ --show-transformed /lib} drwxr-xr-x root/root 0 2008-07-08 16:20 /usr/local/lib/ -rwxr-xr-x root/root 1250840 2008-05-25 07:44 /usr/local/lib/libc-2.3.2.so