summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-11-09 08:35:34 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2017-11-09 09:06:18 +0200
commit13edc746f61cedd0306ac43e3c05589f9ad650ca (patch)
tree4436fea03b23822f77d4f0f22f7612a7d98adbcf
parent1e6d2c048819e57e74dfd6aa8bd4eaff0d86d24b (diff)
downloadtar-13edc746f61cedd0306ac43e3c05589f9ad650ca.tar.gz
Fix typo
* doc/tar.texi
-rw-r--r--doc/tar.texi2
1 files changed, 1 insertions, 1 deletions
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