From c0fce47363685542f8df3aa90067ad36aa522f37 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 6 May 2025 22:40:02 +0300 Subject: [PATCH] Fix typo --- doc/tar.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tar.texi b/doc/tar.texi index 64d08cdb..8e6fc307 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -9162,10 +9162,10 @@ order of their appearance. For example, the following two invocations are equivalent: @smallexample -$ @kbd{tar -cf arch.tar --transform='s,/usr/var,/var/' \ +$ @kbd{tar -cf arch.tar --transform='s,/usr/var,/var/,' \ --transform='s,/usr/local,/usr/,'} $ @kbd{tar -cf arch.tar \ - --transform='s,/usr/var,/var/;s,/usr/local,/usr/,'} + --transform='s,/usr/var,/var/,;s,/usr/local,/usr/,'} @end smallexample Applying transformations to some file names may produce empty