On 2/23/21 6:35 PM, 積丹尼 Dan Jacobson wrote:
Or as some groff formatting mess.

Thanks, I added some quotes to try to clarify things, as per attached.
>From b5c8232eff0dd70ed2b11b7ec5f4f1e4a858f2bd Mon Sep 17 00:00:00 2001
From: Paul Eggert <egg...@cs.ucla.edu>
Date: Fri, 26 Feb 2021 13:33:01 -0800
Subject: [PATCH] * gzip.1: Quote better (Bug#46730).

---
 gzip.1 | 4 ++--
 1 file 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
-- 
2.27.0

Reply via email to