Package: psmisc
Version: 21.6cvs
Author: Guillem Jover <guillem@debian.org>
Status: applied
Description:
 Man page fixes (hyphens).

diff -Naur -x CVS psmisc.cvs/doc/fuser.1 psmisc/doc/fuser.1
--- psmisc.cvs/doc/fuser.1	2004-04-30 07:41:45.000000000 +0200
+++ psmisc/doc/fuser.1	2004-11-09 11:09:13.000000000 +0100
@@ -1,4 +1,4 @@
-.TH FUSER 1 "September 26, 2003" "Linux" "User Commands"
+.TH FUSER 1 2004-11-09 "Linux" "User Commands"
 .SH NAME
 fuser \- identify processes using files or sockets
 .SH SYNOPSIS
@@ -9,15 +9,15 @@
 .RB [ \-n\ \fIspace ]
 .RB [ \-k
 .RB [ \-i ]
-.RB [ \-\fIsignal\fR ] 
+.RB [ \-\fIsignal\fR ]
 ]
 .RB [ \-muvf ]
 .I name ...
 .br
-.B fuser 
+.B fuser
 .RB \-l
 .br
-.B fuser 
+.B fuser
 .RB \-V
 .ad b
 .SH DESCRIPTION
@@ -43,9 +43,9 @@
 found, \fBfuser\fP returns zero.
 .PP
 In order to look up processes using TCP and UDP sockets, the corresponding
-name space has to be selected with the \fB-n\fP option.  By default 
-\fBfuser\fP will look in both IPv6 and IPv4 sockets.  To change the default,
-behavour, use the \fB-4\fP and \fB-6\fP options. The socket(s) can
+name space has to be selected with the \fB\-n\fP option. By default
+\fBfuser\fP will look in both IPv6 and IPv4 sockets. To change the default,
+behavour, use the \fB\-4\fP and \fB\-6\fP options. The socket(s) can
 be specified by the local and remote port, and the remote address. All fields
 are optional, but commas in front of missing fields must be present:
 
@@ -64,7 +64,7 @@
 .IP \fB\-f\fP
 Silently ignored, used for POSIX compatibility.
 .IP \fB\-k\fP
-Kill processes accessing the file. Unless changed with \fB-\fP\fIsignal\fP,
+Kill processes accessing the file. Unless changed with \fB\-\fP\fIsignal\fP,
 SIGKILL is sent. An \fBfuser\fP process never kills itself, but may kill
 other \fBfuser\fP processes. The effective user ID of the process executing
 \fBfuser\fP is set to its real user ID before attempting to kill.
@@ -82,7 +82,7 @@
 .IP \fB\-n\ \fIspace\fP
 Select a different name space. The name spaces \fBfile\fP (file names, the
 default), \fBudp\fP (local UDP ports), and \fBtcp\fP (local TCP ports) are
-supported.  For ports, either the port number or the symbolic name can be
+supported. For ports, either the port number or the symbolic name can be
 specified. If there is no ambiguity, the shortcut notation
 \fIname\fB/\fIspace\fP (e.g. \fIname\fB/\fIproto\fP) can be used.
 .IP \fB\-s\fP
@@ -91,7 +91,7 @@
 .IP \fB\-\fIsignal\fP
 Use the specified signal instead of SIGKILL when killing processes. Signals
 can be specified either by name (e.g. \fB\-HUP\fP) or by number
-(e.g. \fB\-1\fP).  This option is silently ignored if the \fB\-k\fP option
+(e.g. \fB\-1\fP). This option is silently ignored if the \fB\-k\fP option
 is not used.
 .IP \fB\-u\fP
 Append the user name of the process owner to each PID.
@@ -103,10 +103,10 @@
 .IP \fB\-V\fP
 Display version information.
 .IP \fB\-4\fP
-Search only for IPv4 sockets.  This option must not be used with the
-\fB-6\fP option and only has an effect with the tcp and udp namespaces.
+Search only for IPv4 sockets. This option must not be used with the
+\fB\-6\fP option and only has an effect with the tcp and udp namespaces.
 .IP \fB\-6\fP
-Search only for IPv6 sockets.  This option must not be used with the \fB-4\fP
+Search only for IPv6 sockets. This option must not be used with the \fB\-4\fP
 option and only has an effect with the tcp and udp namespaces.
 .IP \fB\-\fP
 Reset all options and set the signal back to SIGKILL.
@@ -115,10 +115,10 @@
 /proc	location of the proc file system
 .fi
 .SH EXAMPLES
-\fBfuser -km /home\fP kills all processes accessing the file system /home
+\fBfuser \-km /home\fP kills all processes accessing the file system /home
 in any way.
 .LP
-\fBif fuser -s /dev/ttyS1; then :; else \fIsomething\fP; fi\fR invokes
+\fBif fuser \-s /dev/ttyS1; then :; else \fIsomething\fP; fi\fR invokes
 \fIsomething\fP if no other process is using /dev/ttyS1.
 .LP
 \fBfuser telnet/tcp\fP shows all processes at the (local) TELNET port.
@@ -143,14 +143,14 @@
 \fBudp\fP and \fBtcp\fP currently  work with IPv6 and IPv4, but the
 address fields can only be IPv4 addresses.
 .PP
-Accesses by the kernel are only shown with the \fB-v\fP option.
+Accesses by the kernel are only shown with the \fB\-v\fP option.
 .PP
-The \fB-k\fP option only works on processes. If the user is the kernel,
+The \fB\-k\fP option only works on processes. If the user is the kernel,
 \fBfuser\fP will print an advice, but take no action beyond that.
 .SH BUGS
 .PP
-fuser -m /dev/sgX will show (or kill with the -k flag) all processes, even
-if you don't have that device configured. There may be other devices it 
+fuser \-m /dev/sgX will show (or kill with the \-k flag) all processes, even
+if you don't have that device configured. There may be other devices it
 does this for too.
 .SH AUTHORS
 .PP
@@ -158,5 +158,5 @@
 .PP
 Craig Small <csmall@small.dropbear.id.au>
 .SH "SEE ALSO"
-kill(1), killall(1), lsof(8), ps(1), kill(2)
+.BR kill "(1), " killall "(1), " lsof "(8), " ps "(1), " kill (2).
 .\"{{{}}}
diff -Naur -x CVS psmisc.cvs/doc/killall.1 psmisc/doc/killall.1
--- psmisc.cvs/doc/killall.1	2004-04-24 10:40:51.000000000 +0200
+++ psmisc/doc/killall.1	2004-11-09 11:08:59.000000000 +0100
@@ -1,16 +1,16 @@
-.TH KILLALL 1 "September 26, 2003" "Linux" "User Commands"
+.TH KILLALL 1 2004-11-09 "Linux" "User Commands"
 .SH NAME
 killall \- kill processes by name
 .SH SYNOPSIS
 .ad l
 .B killall
 .RB [ \-d , \-\-sid ]
-.RB [ \-c , \-\-context ] 
-.RB [ \-e , --exact ]
-.RB [ \-g , \-\-process-group ]
+.RB [ \-c , \-\-context ]
+.RB [ \-e , \-\-exact ]
+.RB [ \-g , \-\-process\-group ]
 .RB [ \-i , \-\-interactive ]
 .RB [ \-q , \-\-quiet ]
-.RB [ \-s , \-\-signal 
+.RB [ \-s , \-\-signal
 .IR signal ]
 .RB [ \-v , \-\-verbose ]
 .RB [ \-w , \-\-wait ]
@@ -30,12 +30,12 @@
 signal name is specified, SIGTERM is sent.
 .PP
 Signals can be specified either by name (e.g. \fB\-HUP\fP) or by number
-(e.g. \fB\-1\fP). 
+(e.g. \fB\-1\fP).
 .PP
 If the command name contains a slash (\fB/\fP), processes executing that
 particular file will be selected for killing, independent of their name.
 .PP
-\fBkillall\fP returns a zero return code if at least one process has been 
+\fBkillall\fP returns a zero return code if at least one process has been
 killed for each listed command. \fBkillall\fP returns non-zero otherwise.
 .PP
 A \fBkillall\fP process never kills itself (but may kill other \fBkillall\fP
@@ -46,11 +46,11 @@
 than 15 characters, the full name may be unavailable (i.e. it is swapped
 out). In this case, \fBkillall\fP will kill everything that matches within
 the first 15 characters. With \fB\-e\fP, such entries are skipped.
-\fBkillall\fP prints a message for each skipped entry 
+\fBkillall\fP prints a message for each skipped entry
 if \fB\-v\fP is specified in addition to \fB\-e\fP,
-.IP "\fB\-I\fP, \fB\-\-ignore-case\fP"
+.IP "\fB\-I\fP, \fB\-\-ignore\-case\fP"
 Do case insensitive process name match.
-.IP "\fB\-g\fP, \fB\-\-process-group\fP"
+.IP "\fB\-g\fP, \fB\-\-process\-group\fP"
 Kill the process group to which the process belongs. The kill signal is only
 sent once per group, even if multiple processes belonging to the same process
 group were found.
@@ -71,10 +71,11 @@
 effect, or if the process stays in zombie state.
 .IP \fB\-d\fP
 (Flask only) Specify SID: kill only processes with given SID. Mutually exclusive
-with \fB-c\fP argument.  Must precede other arguments on command line.
+with \fB\-c\fP argument. Must precede other arguments on command line.
 .IP \fB\-c\fP
-(Flask only) Specify security context: kill only processes with given security context.
-Mutually exclusive with \fB-d\fP.  Must precede other arguments on the command line.
+(Flask only) Specify security context: kill only processes with given security
+context. Mutually exclusive with \fB\-d\fP. Must precede other arguments on
+the command line.
 .SH FILES
 .nf
 /proc	location of the proc file system
@@ -91,8 +92,9 @@
 a new process with the same PID between scans.
 .SH AUTHORS
 Werner Almesberger <werner@almesberger.net> wrote the original version
-of psmisc.  Since version 20 Craig Small <csmall@small.dropbear.id.au> 
+of psmisc. Since version 20 Craig Small <csmall@small.dropbear.id.au>
 can be blamed.
 .SH "SEE ALSO"
-.BR kill (1), fuser (1), pgrep (1), pidof (1), pkill (1), ps (1), kill (2)
+.BR kill "(1), " fuser "(1), " pgrep "(1), " pidof "(1), " pkill "(1), "
+.BR ps "(1), " kill (2).
 .\"{{{}}}
diff -Naur -x CVS psmisc.cvs/doc/pstree.1 psmisc/doc/pstree.1
--- psmisc.cvs/doc/pstree.1	2004-04-24 14:47:20.000000000 +0200
+++ psmisc/doc/pstree.1	2004-11-09 11:08:48.000000000 +0100
@@ -1,9 +1,9 @@
-.TH PSTREE 1 "September 26, 2003" "Linux" "User Commands"
+.TH PSTREE 1 2004-11-09 "Linux" "User Commands"
 .SH NAME
 pstree \- display a tree of processes
 .SH SYNOPSIS
 .ad l
-.B pstree 
+.B pstree
 .RB [ \-a ]
 .RB [ \-c ]
 .RB [ \-h | \-H \fIpid\fB ]
@@ -30,7 +30,7 @@
     init\-+\-getty
          |\-getty
          |\-getty
-         `-getty
+         `\-getty
 .sp
 .fi
 becomes
@@ -42,7 +42,7 @@
 .PP
 If \fBpstree\fR is called as \fBpstree.x11\fR then it will prompt the user
 at the end of the line to press return and will not return until that
-has happened.  This is useful for when \fBpstree\fR is run in a xterminal.
+has happened. This is useful for when \fBpstree\fR is run in a xterminal.
 
 .SH OPTIONS
 .IP \fB\-a\fP
@@ -77,8 +77,8 @@
 its parent, the new uid is shown in parentheses after the process name.
 .IP \fB\-U\fP
 Use UTF-8 (Unicode) line drawing characters. Under Linux 1.1-54 and above,
-UTF-8 mode is entered on the console with \fBecho -e '\\033%8'\fP and left
-with \fBecho -e '\\033%@'\fP
+UTF-8 mode is entered on the console with \fBecho \-e '\\033%8'\fP and left
+with \fBecho \-e '\\033%@'\fP
 .IP \fB\-V\fP
 Display version information.
 .IP \fB\-s\fP
@@ -93,5 +93,5 @@
 Werner Almesberger <werner@almesberger.net>
 Craig Small <csmall@small.dropbear.id.au>
 .SH "SEE ALSO"
-ps(1), top(1)
+.BR ps "(1), " top (1).
 .\"{{{}}}
