[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#39845: [PATCH] gzip.1: Change .BR to .B as there is only one argumen
From: |
Bjarni Ingi Gislason |
Subject: |
bug#39845: [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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#39845: [PATCH] gzip.1: Change .BR to .B as there is only one argument,
Bjarni Ingi Gislason <=