]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
kill: make kill-by-name more obvious in man page
authorKarel Zak <kzak@redhat.com>
Mon, 7 Apr 2014 09:22:12 +0000 (11:22 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Apr 2014 09:22:12 +0000 (11:22 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/kill.1

index 7a30df81b7d8f55a6158a0dbf3cbaa00ccac397b..dd1b1eead3d5c2f208615dd8a86cc15173d7df48 100644 (file)
@@ -12,7 +12,7 @@ kill \- terminate a process
 .IR sigval ]
 .RB [ \-a ]
 .RB [ \-\- ]
-.IR pid ...
+.IR pid|name ...
 .br
 .B kill -l
 .RI [ signal ]
@@ -25,8 +25,8 @@ processes which do not catch this signal.  For other processes, it may be
 necessary to use the KILL (9) signal, since this signal cannot be caught.
 .PP
 Most modern shells have a builtin kill function, with a usage rather similar to
-that of the command described here.  The '-a' and '-p' options, and the
-possibility to specify processes by command name are a local extension.
+that of the command described here.  The \-\-all, \-\-pid, and \-\-queue options,
+and the possibility to specify processes by command name are a local extension.
 .PP
 If sig is 0, then no signal is sent, but error checking is still performed.
 .SH OPTIONS
@@ -36,7 +36,7 @@ Specify the list of processes that
 .B kill
 should signal.  Each
 .I pid
-can be one of five things:
+can be one of four things:
 .RS
 .TP
 .I n
@@ -61,10 +61,10 @@ are signaled.  When an argument of the form '-n' is given, and it is meant to
 denote a process group, either the signal must be specified first, or the
 argument must be preceded by a '--' option, otherwise it will be taken as the
 signal to send.
+.RE
 .TP
-.I commandname
+.I name
 All processes invoked using that name will be signaled.
-.RE
 .TP
 \fB\-s\fR, \fB\-\-signal\fR \fIsignal\fR
 Specify the signal to send.  The signal may be given as a signal name or