emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39845: closed ([PATCH] gzip.1: Change .BR to .B as there is only one


From: GNU bug Tracking System
Subject: bug#39845: closed ([PATCH] gzip.1: Change .BR to .B as there is only one argument)
Date: Sat, 21 Mar 2020 16:37:01 +0000

Your message dated Sat, 21 Mar 2020 09:36:12 -0700
with message-id <address@hidden>
and subject line Re: bug#39845: [PATCH] gzip.1: Change .BR to .B as there is 
only one argument
has caused the debbugs.gnu.org bug report #39845,
regarding [PATCH] gzip.1: Change .BR to .B as there is only one argument
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39845: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39845
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gzip.1: Change .BR to .B as there is only one argument Date: Sat, 29 Feb 2020 22:19:36 +0000 User-agent: Mutt/1.5.20 (2009-12-10)
Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z

  [ "test-groff" is a developmental version of "groff" ]

<gzip.1>:327 (macro BR): only 1 argument, but more are expected
<gzip.1>:459 (macro BR): only 1 argument, but more are expected

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 gzip.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gzip.1 b/gzip.1
index 09b744e..e4c11a7 100644
--- a/gzip.1
+++ b/gzip.1
@@ -324,7 +324,7 @@ or
 .B \-\-best
 indicates the slowest compression method (best compression).
 The default compression level is
-.BR \-6
+.B \-6
 (that is, biased towards high compression at expense of speed).
 .TP
 .B \-\-rsyncable
@@ -456,7 +456,7 @@ been corrupted.
 .TP
 \fIxx.x%\fP Percentage of the input saved by compression.
 (Relevant only for
-.BR \-v
+.B \-v
 and
 .BR \-l \.)
 .TP
-- 
2.25.1



--- End Message ---
--- Begin Message --- Subject: Re: bug#39845: [PATCH] gzip.1: Change .BR to .B as there is only one argument Date: Sat, 21 Mar 2020 09:36:12 -0700
On Sat, Feb 29, 2020 at 2:20 PM Bjarni Ingi Gislason <address@hidden> wrote:
>
> Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z
>
>   [ "test-groff" is a developmental version of "groff" ]
>
> <gzip.1>:327 (macro BR): only 1 argument, but more are expected
> <gzip.1>:459 (macro BR): only 1 argument, but more are expected

Thanks. I'll push the attached (in your name) later today or tomorrow:

Attachment: gzip-BR-to-B.diff
Description: Binary data


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]