Package: debianutils Version: 5.7-0.4 Severity: minor Tags: patch Dear Maintainer,
here are a few notes and a patch for the man page. #### The difference between the formatted outputs can be seen with: nroff -man <file1> > <out1> nroff -man <file2> > <out2> diff -u <out1> <out2> and for groff using "groff -man -Z" instead of "nroff -man" ##### Use the correct macro for the font change of a single argument or split the argument into two. 24:.IR /etc/shells ##### Output from "test-nroff -man -b -ww -z": [ "test-groff" is a developmental version of "groff" ] Input file is ./add-shell.8 Not in the patch: an.tmac:<standard input>:1: style: .TH missing fourth argument; suggest package/project name and version (e.g., "debianutils ...") In the patch: an.tmac:<standard input>:24: style: .IR expects at least 2 arguments, got 1 ##### --- add-shell.8 2023-06-25 00:01:24.000000000 +0000 +++ add-shell.8.new 2023-06-25 00:57:04.000000000 +0000 @@ -21,7 +21,7 @@ The shells must be provided by their ful .TP .I DPKG_ROOT specifies the base path under which -.IR /etc/shells +.I /etc/shells resides. .SH SEE ALSO .BR shells (5) -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 6.3.7-1 (SMP w/2 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: sysvinit (via /sbin/init) Versions of packages debianutils depends on: ii libc6 2.36-9 debianutils recommends no packages. debianutils suggests no packages. -- no debconf information

