summaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2020-03-28 00:54:26 +0000
committerColin Watson <cjwatson@debian.org>2020-03-28 13:10:07 +0000
commitab430d6cc526ecddf0e441e3b38198868680daab (patch)
treef68cad31fce698c05cfe8d92f7f27e7c547da8f1 /man/man1
parent639597d354c5b57145d6d53b079aeb4e2060d42b (diff)
man/man1/*: Fix misuse of two-fonts macros
Correct the misuse of a two-fonts macro, which function is to 1) use the first font for each odd numbered argument and the second font for all others. 2) join (output) the arguments without an intervening space. Fixes Debian bug #955185. * man/man1/lexgrog.man1 (OPTIONS): Use a one-font macro when there is only a single argument. * man/man1/man-recode.man1 (OPTIONS): Likewise. * man/man1/man.man1 (DESCRIPTION): Likewise. * man/man1/whatis.man1 (OPTIONS): Likewise. * man/man1/zsoelim.man1 (DESCRIPTION): Likewise. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/lexgrog.man12
-rw-r--r--man/man1/man-recode.man12
-rw-r--r--man/man1/man.man12
-rw-r--r--man/man1/whatis.man12
-rw-r--r--man/man1/zsoelim.man12
5 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/lexgrog.man1 b/man/man1/lexgrog.man1
index 30172a7f..18821686 100644
--- a/man/man1/lexgrog.man1
+++ b/man/man1/lexgrog.man1
@@ -87,7 +87,7 @@ Override the guessed character set for the page to
.if !'po4a'hide' .BR \-? ", " \-\-help
Print a help message and exit.
.TP
-.if !'po4a'hide' .BR \-\-usage
+.if !'po4a'hide' .B \-\-usage
Print a short usage message and exit.
.TP
.if !'po4a'hide' .BR \-V ", " \-\-version
diff --git a/man/man1/man-recode.man1 b/man/man1/man-recode.man1
index 0705a570..e4ac8b82 100644
--- a/man/man1/man-recode.man1
+++ b/man/man1/man-recode.man1
@@ -57,7 +57,7 @@ Convert manual pages to
.TP
\fB\-\-suffix=\fIsuffix\fR
Form each output file name by appending
-.IR suffix
+.I suffix
to the input file name, after removing any compression extension.
.TP
.if !'po4a'hide' .B \-\-in\-place
diff --git a/man/man1/man.man1 b/man/man1/man.man1
index 3e313aa6..be5ba8ce 100644
--- a/man/man1/man.man1
+++ b/man/man1/man.man1
@@ -76,7 +76,7 @@ to look only in that
.I section
of the manual.
The default action is to search in all of the available
-.IR sections
+.I sections
following a pre-defined order (see
.BR DEFAULTS ),
and to show only the first
diff --git a/man/man1/whatis.man1 b/man/man1/whatis.man1
index 45c58c4e..2d18a2b3 100644
--- a/man/man1/whatis.man1
+++ b/man/man1/whatis.man1
@@ -178,7 +178,7 @@ Use this user configuration file rather than the default of
.if !'po4a'hide' .BR \-? ", " \-\-help
Print a help message and exit.
.TP
-.if !'po4a'hide' .BR \-\-usage
+.if !'po4a'hide' .B \-\-usage
Print a short usage message and exit.
.TP
.if !'po4a'hide' .BR \-V ", " \-\-version
diff --git a/man/man1/zsoelim.man1 b/man/man1/zsoelim.man1
index 826b8321..4dca335e 100644
--- a/man/man1/zsoelim.man1
+++ b/man/man1/zsoelim.man1
@@ -38,7 +38,7 @@ where
.I .ext
can be one of
.BR .gz ,
-.BR .Z
+.B .Z
or
.BR .z .
Other extension types may be supported depending upon compile time options.