Package: man-db Version: 2.9.1-1 Severity: minor Tags: patch Dear Maintainer,
>From 3ad15490cfb9db6d574c4aba07fec174b6b21b26 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is> >Date: Sat, 28 Mar 2020 00:54:26 +0000 >Subject: [PATCH] man/man1/*: Fix misuse of two-fonts marcros 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. ### Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z [ "test-groff" is a developmental version of "groff" ] <man/man1/lexgrog.man1>:90 (macro BR): only 1 argument, but more are expected <man/man1/man.man1>:79 (macro IR): only 1 argument, but more are expected <man/man1/man-recode.man1>:60 (macro IR): only 1 argument, but more are expected <man/man1/whatis.man1>:181 (macro BR): only 1 argument, but more are expected <man/man1/zsoelim.man1>:41 (macro BR): only 1 argument, but more are expected Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is> --- 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(-) 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. -- 2.25.1 -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.4.19-1 (SMP w/2 CPU cores) Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), LANGUAGE=is_IS.iso88591 (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages man-db depends on: ii bsdmainutils 11.1.2+b1 ii debconf [debconf-2.0] 1.5.73 ii dpkg 1.19.7 ii groff-base 1.22.4-4 ii libc6 2.30-2 ii libgdbm6 1.18.1-5 ii libpipeline1 1.5.2-2 ii libseccomp2 2.4.3-1 ii zlib1g 1:1.2.11.dfsg-2 man-db recommends no packages. Versions of packages man-db suggests: pn apparmor <none> ii elinks [www-browser] 0.13.1-1 ii firefox-esr [www-browser] 68.6.0esr-1 ii groff 1.22.4-4 ii less 551-1 ii lynx [www-browser] 2.9.0dev.5-1 ii w3m [www-browser] 0.5.3-37+b1 -- debconf information excluded -- Bjarni I. Gislason