summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-11-12 12:49:10 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-11-12 12:49:10 +0200
commit2bfacfe3d0bafee8b44dd2cab32202277c5a6c5c (patch)
tree1648705c95691974af579185924558fd396f8890
parent76dad6d1fbed2b9c93974307198d1ac631c1a751 (diff)
downloadtar-2bfacfe3d0bafee8b44dd2cab32202277c5a6c5c.tar.gz
Fix description of the "escape" quoting style
-rw-r--r--doc/tar.texi11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/tar.texi b/doc/tar.texi
index bec3f1af..a17420a7 100644
--- a/doc/tar.texi
+++ b/doc/tar.texi
@@ -8491,9 +8491,7 @@ quoting}. The characters in question are:
The exact way @command{tar} uses to quote these characters depends on
the @dfn{quoting style}. The default quoting style, called
@dfn{escape} (see below), uses backslash notation to represent control
-characters, space and backslash. Using this quoting style, control
-characters are represented as listed in column @samp{Character} in the
-above table, a space is printed as @samp{\ } and a backslash as @samp{\\}.
+characters and backslash.
@GNUTAR{} offers seven distinct quoting styles, which can be selected
using @option{--quoting-style} option:
@@ -8624,10 +8622,9 @@ $ @kbd{tar tf arch.tar --quoting-style=c}
@end smallexample
@item escape
-Control characters are printed using backslash notation, a space is
-printed as @samp{\ } and a backslash as @samp{\\}. This is the
-default quoting style, unless it was changed when configured the
-package.
+Control characters are printed using backslash notation, and a
+backslash as @samp{\\}. This is the default quoting style, unless it
+was changed when configured the package.
@smallexample
@group