summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-02-26 13:33:01 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-02-26 13:34:16 -0800
commit412f9959eb383d848be51ecc96d245f0693a4072 (patch)
tree712b819147e96d5ed84ce425ac954407ec56b0b7
parent7d3a3c0a1260a26ba7c5ad6d6cc2ae5c7b438e63 (diff)
downloadgzip-412f9959eb383d848be51ecc96d245f0693a4072.tar.gz
* gzip.1: Quote better (Bug#46730).
-rw-r--r--gzip.14
1 files changed, 2 insertions, 2 deletions
diff --git a/gzip.1 b/gzip.1
index a87050d..0ae9765 100644
--- a/gzip.1
+++ b/gzip.1
@@ -133,9 +133,9 @@ with the 'deflation' method. This feature is only intended to help
conversion of tar.zip files to the tar.gz format. To extract a
.B zip
file with a single member, use a command like
-.B "gunzip <foo.zip"
+.RB ' "gunzip <foo.zip" '
or
-.BR "gunzip -S .zip foo.zip" .
+.RB ' "gunzip -S .zip foo.zip" '.
To extract zip files
with several members, use
.B unzip