Package: lsof
Version: 4.86+dfsg-1
Severity: minor
Tags: patch

Dear Maintainer,

  From "groff -b -ww -mandoc -z":

<standard input>:6: warning: number register `)P' not defined
<standard input>:1099: warning: escape character ignored before `+'

  Input file: /usr/share/man/man8/lsof.8.gz

  Space at end of lines removed

  A dash to indicate range is \(en

  Some cosmetic changes

  Full stop at end of abbreviations protected with "\&"

  Keep parts of abbreviations together with "\ "

Patch:

--- lsof.8      2013-10-08 20:44:52.000000000 +0000
+++ lsof.8.new  2013-10-08 22:39:39.000000000 +0000
@@ -1,6 +1,9 @@
 .ds VN 4.86
 .TH LSOF 8 Revision-\*(VN
-.if !\n()P .nr )P 1v
+.\" register )P is not used in this file nor in groff macros
+.if !\n(.g \{
+.  if !\n()P .nr )P 1v
+.\}
 .SH NAME
 lsof \- list open files
 .SH SYNOPSIS
@@ -189,7 +192,7 @@ host aaa.bbb OR ccc.ddd.
 Options may be grouped together following a single prefix -- e.g.,
 the option set ``\fB\-a \-b \-C\fP'' may be stated as
 .BR \-abC .
-However, since values are optional following 
+However, since values are optional following
 .BR +|\-f ,
 .BR \-F ,
 .BR \-g ,
@@ -292,7 +295,7 @@ If
 .I c
 begins and ends with a slash ('/'), the characters between the slashes
 are interpreted as a regular expression.
-Shell meta\-characters in the regular expression must be quoted to prevent 
+Shell meta\-characters in the regular expression must be quoted to prevent
 their interpretation by the shell.
 The closing slash may be followed by these modifiers:
 .IP
@@ -409,9 +412,9 @@ Mixed lists are not permitted.
 .IP
 A file descriptor number range may be in the set as long as
 neither member is empty, both members are numbers, and the ending
-member is larger than the starting one \- e.g., ``0\-7'' or ``3\-10''.
+member is larger than the starting one \- e.g., ``0\(en7'' or ``3\(en10''.
 Ranges may be specified for exclusion if they have the `^' prefix \-
-e.g., ``^0\-7'' excludes all file descriptors 0 through 7.
+e.g., ``^0\(en7'' excludes all file descriptors 0 through 7.
 .IP
 Multiple file descriptor numbers are joined in a single ORed set before
 participating in AND option selection.
@@ -542,7 +545,7 @@ options show the current default prefix
 The suffix,
 .IR hostname ,
 is the first component of the host's name returned by
-.IR gethostname (2) .
+.IR gethostname (2).
 .IP
 When available, the
 .B b
@@ -830,7 +833,8 @@ AND option selection.
 An Internet address is specified in the form (Items in square
 brackets are optional.):
 .IP
-[\fI46\fP][\fIprotocol\fP][@\fIhostname\fP\||\|\fIhostaddr\fP][:\fIservice\fP\||\|\fIport\fP]
+.\"[\fI46\fP][\fIprotocol\fP][@\fIhostname\fP\||\|\fIhostaddr\fP][:\fIservice\fP\||\|\fIport\fP]
+.RI [ 46 ][ protocol ][@ hostname \||\| hostaddr ][: service \||\| port ]
 .IP
 where:
 .nf
@@ -955,10 +959,10 @@ Here are some sample addresses:
 .br
        t...@lsof.itap:513 \- TCP, port 513 and host name lsof.itap
 .br
-       tcp@foo:1\-10,smtp,99 \- TCP, ports 1 through 10,
+       tcp@foo:1\(en10,smtp,99 \- TCP, ports 1 through 10,
                service name \fIsmtp\fP, port 99, host name foo
 .br
-       tcp@bar:1\-smtp \- TCP, ports 1 through \fIsmtp\fP, host bar
+       tcp@bar:1\(ensmtp \- TCP, ports 1 through \fIsmtp\fP, host bar
 .br
        :time \- either TCP, UDP or UDPLITE time service port
 .fi
@@ -1079,11 +1083,11 @@ and
 options are available.
 .TP \w'names'u+4
 .B +|\-M
-Enables (\fB+\fP) or disables (\fB-\fP) the
+Enables (\fB+\fP) or disables (\fB\-\fP) the
 reporting of portmapper registrations for local TCP, UDP and UDPLITE ports,
 where port mapping is supported.
 (See the last paragraph of this option description for information about
-where portmapper registration reporting is suported.)
+where portmapper registration reporting is supported.)
 .IP
 The default reporting mode is set by the
 .I lsof
@@ -1093,7 +1097,7 @@ header file;
 is distributed with the HASPMAPENABLED #define deactivated, so
 portmapper reporting is disabled by default and must be requested
 with
-.BR \+M .
+.BR +M .
 Specifying
 .I lsof's
 .B \-h
@@ -1152,7 +1156,7 @@ help output will show the
 option.
 .TP \w'names'u+4
 .B \-n
-inhibits the conversion of network numbers to 
+inhibits the conversion of network numbers to
 host names for network files.
 Inhibiting conversion may make
 .I lsof
@@ -1421,7 +1425,7 @@ displays whatever value \- size or offse
 available for the type of file.
 .IP
 Since some types of files don't have true sizes \- sockets, FIFOs,
-pipes, etc. \- lsof displays for their sizes the content amounts in
+pipes, etc.\& \- lsof displays for their sizes the content amounts in
 their associated kernel buffers, if possible.
 .TP \w'names'u+4
 .BI \-S " [t]"
@@ -1526,7 +1530,7 @@ The following seven values may be report
        KEEPALIVE       keep alive time (SO_KEEPALIVE)
        LINGER  linger time (SO_LINGER)
        MSS             maximum segment size (TCP_MAXSEG)
-       PQLEN   partial listen queue connections
+       PQLEN           partial listen queue connections
        QLEN            established listen queue connections
        QLIM            established listen queue limit
        RCVBUF  receive buffer length (SO_RCVBUF)
@@ -1542,7 +1546,7 @@ questions in the
 .I lsof
 FAQ (The \fBFAQ\fP section gives its location.)
 .TP \w'names'u+4
-.B \-t 
+.B \-t
 specifies that
 .I lsof
 should produce terse output with process identifiers only and no header \-
@@ -1831,7 +1835,7 @@ Note that
 .I Z
 can be A:B:C or *:B:C or A:B:* or *:*:C to match against the A:B:C context.
 .TP \w'names'u+4
-.B --
+.B \-\-
 The double minus sign option is a marker that signals the end of
 the keyed options.
 It may be used, for example, when the first file name begins with
@@ -1847,7 +1851,7 @@ The first name may be separated from the
 the ``\-\-'' option.
 .IP
 If a
-.I name 
+.I name
 is the mounted\-on directory of a file system or the device of the
 file system,
 .I lsof
@@ -1883,7 +1887,7 @@ options.
 .IP
 If a
 .I name
-is the base name of a family of multiplexed files \- e. g, AIX's
+is the base name of a family of multiplexed files \- e.\ g., AIX's
 .IR /dev/pt[cs] " \-"
 .I lsof
 will list all the associated multiplexed files on the device that
@@ -2379,11 +2383,9 @@ the type of lock applied to the file:
 .br
        \fBU\fP for a lock of unknown type;
 .br
-       \fBx\fP for an SCO OpenServer Xenix lock on part
-       of the file;
+       \fBx\fP for an SCO OpenServer Xenix lock on part of the file;
 .br
-       \fBX\fP for an SCO OpenServer Xenix lock on the
-       entire file;
+       \fBX\fP for an SCO OpenServer Xenix lock on the entire file;
 .br
        space if there is no lock.
 .IP
@@ -2541,7 +2543,7 @@ file;
 .IP
 or ``PLWX'' for a
 .I /proc/xregs
-file'
+file;
 .IP
 or ``PMAP'' for a
 .I /proc
@@ -2872,7 +2874,7 @@ is the node number of a local file;
 .IP
 or the inode number of an NFS file in the server host;
 .IP
-or the Internet protocol type \- e. g, ``TCP'';
+or the Internet protocol type \- e.\ g., ``TCP'';
 .IP
 or ``STR'' for a stream;
 .IP
@@ -3123,7 +3125,7 @@ The single character listed first is the
        c       process command name (all characters from proc or
                user structure)
        C       file structure share count
-       d       file's device character code 
+       d       file's device character code
        D       file's major/minor device number (0x<hexadecimal>)
        f       file descriptor
        F       file structure address (0x<hexadecimal>)
@@ -3163,7 +3165,7 @@ The single character listed first is the
        z       Solaris 10 and higher zone name
        Z       SELinux security context (inhibited when SELinux is disabled)
        0       use NUL field terminator character in place of NL
-       1\-9    dialect\-specific field identifiers (The output
+       1\(en9  dialect\-specific field identifiers (The output
                of \fB\-F?\fP identifies the information to be found
                in dialect\-specific fields.)
 .fi
@@ -3692,7 +3694,7 @@ and be allowed to surrender setgid permi
        FreeBSD 4.x, 4.1x, 5.x and [6789].x for x86-based systems
        FreeBSD 5.x and [6789].x for Alpha, AMD64 and Sparc64-based
            systems
-       HP\-UX 11.00 
+       HP\-UX 11.00
        NetBSD 1.[456], 2.x and 3.x for Alpha, x86, and SPARC-based
            systems
        NEXTSTEP 3.[13] for NEXTSTEP architectures
@@ -3948,7 +3950,7 @@ be used to add a component of the person
 The LSOFPERSDCPATH variable contents are inserted in the path at the
 place marked by the local system administrator with the ``%p''
 conversion in the HASPERSDC format specification of the dialect's
-.I machine.h 
+.I machine.h
 header file.
 (It's placed right after the home directory in the default
 .I lsof
@@ -4204,7 +4206,7 @@ For example, the major and minor device
 and
 .IR stat (2)
 functions report for the directory on which CD-ROM files are mounted
-(typically 
+(typically
 .IR /cdrom )
 are not the same as the ones that it reports for the device on which
 CD-ROM files are mounted (typically
@@ -4313,10 +4315,10 @@ device cache file
 (The suffix,
 .IR hostname ,
 is the first component of the host's name returned by
-.IR gethostname (2) .)
+.IR gethostname (2).)
 .SH AUTHORS
 .I Lsof
-was written by Victor A. Abell <a...@purdue.edu> of Purdue University.
+was written by Victor A.\& Abell <a...@purdue.edu> of Purdue University.
 Many others have contributed to
 .IR lsof .
 They're listed in the

-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i586)

Kernel: Linux 3.2.46-1-rt67-1
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages lsof depends on:
ii  libc6                                  2.13-38
ii  perl                                   5.14.2-21
ii  perl-modules [libperl4-corelibs-perl]  5.14.2-21

lsof recommends no packages.

lsof suggests no packages.

-- no debconf information

-- 
Bjarni I. Gislason


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to