Your message dated Wed, 23 Oct 2019 12:35:39 +0000
with message-id <[email protected]>
and subject line Bug#927452: fixed in man-db 2.9.0-1
has caused the Debian Bug report #927452,
regarding [PATCH] manpath.man1: Correct some typographic mistakes in the manual
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
927452: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927452
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: man-db
Version: 2.8.5-2
Severity: minor
Tags: patch

Dear Maintainer,

>From dd4c8c5e80b1a6d11c4867cd322d05cb3a88a592 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <[email protected]>
>Date: Sat, 20 Apr 2019 01:11:37 +0000
>Subject: [PATCH] manpath.man1: Correct some typographic mistakes in the manual

Summary of changes:

Remove space at end of lines.

Fix warnings from test-groff.

Use \(en for a dash where appropriate.

Add ".ft R" after a line with \c

###

Details:

Input file is manpath.man1

execute mandoc -T lint manpath.man1

mandoc: manpath.man1:7:26: STYLE: whitespace at end of input line
mandoc: manpath.man1:16:15: STYLE: whitespace at end of input line
mandoc: manpath.man1:23:3: STYLE: whitespace at end of input line
mandoc: manpath.man1:25:8: STYLE: whitespace at end of input line
mandoc: manpath.man1:28:8: STYLE: whitespace at end of input line
mandoc: manpath.man1:29:14: STYLE: whitespace at end of input line
mandoc: manpath.man1:46:43: STYLE: whitespace at end of input line
mandoc: manpath.man1:52:27: STYLE: whitespace at end of input line
mandoc: manpath.man1:61:8: STYLE: whitespace at end of input line
mandoc: manpath.man1:62:13: STYLE: whitespace at end of input line
mandoc: manpath.man1:64:27: STYLE: whitespace at end of input line
mandoc: manpath.man1:67:74: STYLE: whitespace at end of input line
mandoc: manpath.man1:77:66: STYLE: whitespace at end of input line
mandoc: manpath.man1:106:3: STYLE: whitespace at end of input line

#######

Enable and fix warnings from 'test-groff'.

<manpath.man1>:93 (macro BR): only 1 argument, but more are expected

Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z

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

####

Use \(en for a dash (en-dash) between space characters, not a minus
(\-) or a hyphen (-), except in the NAME section.

34:man-db configuration file -

#####

  The single-font macros in groff now use the '.itc' request.
Add '.ft R' after a '\c' or use a two font macro.

.I system\c
\|[\|,.\|.\|.\|]\|,

Signed-off-by: Bjarni Ingi Gislason <[email protected]>
---
 man/man1/manpath.man1 | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/man/man1/manpath.man1 b/man/man1/manpath.man1
index 9b9b8408..cfe9080e 100644
--- a/man/man1/manpath.man1
+++ b/man/man1/manpath.man1
@@ -4,7 +4,7 @@
 .\"
 .\" You may distribute under the terms of the GNU General Public
 .\" License as specified in the COPYING file that comes with the
-.\" man-db distribution.  
+.\" man-db distribution.
 .\"
 .\" Sun Jan 22 22:15:17 GMT 1995 Wilf. ([email protected])
 .\"
@@ -13,25 +13,25 @@
 .SH NAME
 %manpath% \- determine search path for manual pages
 .SH SYNOPSIS
-.B %manpath%  
+.B %manpath%
 .RB [\| \-qgdc?V \|]
 .RB [\| \-m
 .IR system \|[\|,.\|.\|.\|]\|]
 .RB [\| \-C
 .IR file \|]
 .SH DESCRIPTION
-If 
+If
 .RB $ MANPATH
-is set, 
+is set,
 .B %manpath%
 will simply display its contents and issue a warning.
-If not, 
-.B %manpath% 
+If not,
+.B %manpath%
 will determine a suitable manual page hierarchy search path and display the
 results.
 
 The colon-delimited path is determined using information gained from the
-man-db configuration file -
+man-db configuration file \(en
 .RI ( "%manpath_config_file%" )
 and the user's environment.
 .SH OPTIONS
@@ -43,13 +43,13 @@ Do not issue warnings.
 Print debugging information.
 .TP
 .if !'po4a'hide' .BR \-c ", " \-\-catpath
-Produce a catpath as opposed to a manpath. 
+Produce a catpath as opposed to a manpath.
 Once the manpath is determined,
 each path element is converted to its relative catpath.
 .TP
 .if !'po4a'hide' .BR \-g ", " \-\-global
 Produce a manpath consisting of all paths named as `global' within the
-man-db configuration file. 
+man-db configuration file.
 .\"
 .\" Due to the rather silly limit of 6 args per request in some `native'
 .\" *roff compilers, we have do the following to get the two-line
@@ -58,13 +58,14 @@ man-db configuration file.
 .\" (end relative indent).
 .\"
 .PP
-.B \-m 
-.I system\c 
+.B \-m
+.I system\c
+.ft R
 \|[\|,.\|.\|.\|]\|,
-.BI \-\-systems= system\c 
+.BI \-\-systems= system\c
 \|[\|,.\|.\|.\|]
 .RS
-If this system has access to other operating system's manual hierarchies, 
+If this system has access to other operating system's manual hierarchies,
 this option can be used to include them in the output of
 .BR %manpath% .
 To include NewOS's manual page hierarchies use the option
@@ -74,7 +75,7 @@ To include NewOS's manual page hierarchies use the option
 The
 .I system
 specified can be a combination of comma delimited operating system names.
-To include the native operating system's manual page hierarchies, 
+To include the native operating system's manual page hierarchies,
 the system name
 .B man
 must be included in the argument string.
@@ -90,7 +91,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
@@ -103,7 +104,7 @@ If
 is set,
 .B %manpath%
 displays its value rather than determining it on the fly.
-If 
+If
 .RB $ MANPATH
 is prefixed by a colon, then the value of the variable is appended
 to the list determined from the content of the configuration files.
-- 
2.20.1


-- System Information:
Debian Release: buster/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.28-2 (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.71
ii  dpkg                   1.19.6
ii  groff-base             1.22.4-3
ii  libc6                  2.28-8
ii  libgdbm6               1.18.1-4
ii  libpipeline1           1.5.1-2
ii  libseccomp2            2.3.3-4
ii  zlib1g                 1:1.2.11.dfsg-1

man-db recommends no packages.

Versions of packages man-db suggests:
pn  apparmor                   <none>
ii  firefox-esr [www-browser]  60.6.1esr-1
ii  groff                      1.22.4-3
ii  less                       487-0.1+b1
ii  lynx [www-browser]         2.8.9rel.1-3
ii  w3m [www-browser]          0.5.3-37

-- debconf information excluded

-- 
Bjarni I. Gislason

--- End Message ---
--- Begin Message ---
Source: man-db
Source-Version: 2.9.0-1

We believe that the bug you reported is fixed in the latest version of
man-db, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated man-db package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 23 Oct 2019 12:52:11 +0100
Source: man-db
Architecture: source
Version: 2.9.0-1
Distribution: unstable
Urgency: medium
Maintainer: Colin Watson <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 677350 774402 803712 863920 869798 892230 892421 914938 927452 933576 
939599
Changes:
 man-db (2.9.0-1) unstable; urgency=medium
 .
   * New upstream release:
     - Remove stray words from man(1) (closes: #939599).
     - man(1): Minor typographic changes (closes: #892230).
     - apropos(1): Minor typographic changes (closes: #892421).
     - manpath(1): Correct some typographic mistakes (closes: #927452).
     - Remove confusing use of "on-line" (closes: #774402).
     - Improve documentation of MANROFFOPT (closes: #914938).
     - Suggest "man man" if run with no arguments (closes: #869798).
     - man(1): Explain interactions between -w/-W and -a (closes: #803712).
     - Make some debugging output less verbose (closes: #863920).
     - man: Accept "page(section)" form on command line (closes: #677350).
     - Add a new man-recode program (closes: #933576).
   * Avoid the confusing term "on-line" in the package description (closes:
     #774402).
Checksums-Sha1:
 bcd532139c279c625ba132c2465abe1a27cd16f6 2436 man-db_2.9.0-1.dsc
 807392e422d22d3dc9e9fec3fdd0fe7ce9c53fc7 1857216 man-db_2.9.0.orig.tar.xz
 8c47a5cd9e0620e77f6b494c18fe60da42aff012 833 man-db_2.9.0.orig.tar.xz.asc
 fccb6af78a680332ae466ee59e5522819733936a 72348 man-db_2.9.0-1.debian.tar.xz
Checksums-Sha256:
 36f74011bec67990c5c7f0e65d29eea18677af7c34b8d8ba7287b0838dc27a5a 2436 
man-db_2.9.0-1.dsc
 5d4aacd9e8876d6a3203a889860c3524c293c38f04111a3350deab8a6cd3e261 1857216 
man-db_2.9.0.orig.tar.xz
 965cf1732820b9a9cbb008fed7367994307911f0b4a11b39b067bc7e47156e2c 833 
man-db_2.9.0.orig.tar.xz.asc
 208992971deb398830f376079c8d8de9044f507aee045c1e3f598e2a09e2ce66 72348 
man-db_2.9.0-1.debian.tar.xz
Files:
 acf0c2794530c10daa6fe383a7fbf256 2436 doc important man-db_2.9.0-1.dsc
 897576a19ecbef376a916485608cd790 1857216 doc important man-db_2.9.0.orig.tar.xz
 650279cc7d066a90ba4df724e1dd0e02 833 doc important man-db_2.9.0.orig.tar.xz.asc
 c840922b29867c7a3860879230373288 72348 doc important 
man-db_2.9.0-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAl2wPz8ACgkQOTWH2X2G
UAvA8hAAj8pQBs5bIg1v1cUNXx1KE40tkzM3fOFGa3M3ZT7uE5cfC38fg6A2k0af
nR9Tz8WKw5Jp6qN1CUD3M0oZ3wSXS+i2Lr/dfpR+QWUzcGsiKtuUQSPKkBwWboOh
5I71BjXPYmuLPSJXu1SmFhy2CbDvfrOer9hbeQDsoeeXu1i0NrXc+TB8OUev2N12
jc9M0j2P9yaQ5IiYpzTIainOBaccof0p1uwYPj8841qvhYCe71PmrEYG1foU0trg
tKyIKAWozJnXN+mb8MUg1hxqM61OJlRsCFTNHSsMtir6xTmvHJtjHTMwKSeZSmCz
udsYwFXQrXTRdrgTc/bWozzJDP8lVyxBsWcpzw22bbG50LkNlFtPREDtRjPg91Ov
gxJcpF1BNRDyLP7QjeJn7/10LWEZjAiKlTCHsP78AXiKyGuKf8hTqbds3uhVIwr3
+Hmye6Tymluuue0uLc9dVCIuEtlTE4LyPBd2OJsDrR2D8A/nD6sQlnQKwdjWSKWo
gEEoHVtXQH+iSVoIPgBFsGuyXUPbpoxbMuq+pU9tg1s2TUgxDuXfKzdAg/pyu2Oi
zCOAtKIbTrQ0fr+pKntBb5AXyVQbcXmo1rzTzLrfR6kAUxUgY4VE2rHAGLvkQwt8
7A3BJvvbPhhDqyegZ/nxlh3qdVFcBSeN4BeVYWeot86GT+yV6yc=
=BYXM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to