From ab430d6cc526ecddf0e441e3b38198868680daab Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Sat, 28 Mar 2020 00:54:26 +0000 Subject: 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 --- man/man1/lexgrog.man1 | 2 +- man/man1/man-recode.man1 | 2 +- man/man1/man.man1 | 2 +- man/man1/whatis.man1 | 2 +- man/man1/zsoelim.man1 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'man/man1') 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. -- cgit v1.2.3