Package: debianutils Version: 5.7-0.4 Severity: minor Tags: patch Dear Maintainer,
here is a fix for the style of '[' and ']' in the manual.] #### 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" ##### Input file is installkernel.8 "[" and "]", showing optional arguments to options, should be typeset in roman. 5:.BI "installkernel " "version zImage System.map [directory]" ##### --- installkernel.8 2023-06-24 22:54:19.000000000 +0000 +++ installkernel.8.new 2023-06-25 11:55:39.000000000 +0000 @@ -2,7 +2,8 @@ .SH NAME installkernel \- install a new kernel image .SH SYNOPSIS -.BI "installkernel " "version zImage System.map [directory]" +.BI "installkernel " "version zImage System.map" +.RI [ directory ] .SH DESCRIPTION .B installkernel installs a new kernel image onto the system from the Linux source -- 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

