summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2013-10-09 17:34:04 +1100
committerCraig Small <csmall@enc.com.au>2013-10-09 17:34:04 +1100
commit9c03e53ec8afd48a041a962c1c978d2d76d47a61 (patch)
tree4b42a1abc60300771e16f150ed1ec1e857beecc5 /doc
parent9de89aecf352de831a0fee72d633a027f14c691a (diff)
Update for 22.21
Updated the translation files Minor fix in killall man page
Diffstat (limited to 'doc')
-rw-r--r--doc/killall.110
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/killall.1 b/doc/killall.1
index 00065e2..afa8ed7 100644
--- a/doc/killall.1
+++ b/doc/killall.1
@@ -22,7 +22,7 @@ killall \- kill processes by name
.RB [ \-q , \ \-\-quiet ]
.RB [ \-r , \ \-\-regexp ]
.RB [ \-s , \ \-\-signal
-.IR signal ]
+.IR SIGNAL ,\ -SIGNAL ]
.RB [ \-u , \ \-\-user
.IR user ]
.RB [ \-v , \ \-\-verbose ]
@@ -106,8 +106,9 @@ years respectively.
.IP "\fB\-q\fP, \fB\-\-quiet\fP"
Do not complain if no processes were killed.
.IP "\fB\-r\fP, \fB\-\-regexp\fP"
-Interpret process name pattern as an extended regular expression.
-.IP "\fB\-s\fP, \fB\-\-signal\fP"
+Interpret process name pattern as a POSIX extended regular expression, per
+.BR regex (3).
+.IP "\fB\-s\fP, \fB\-\-signal\fP, \fB\-SIGNAL\fP"
Send this signal instead of SIGTERM.
.IP "\fB\-u\fP, \fB\-\-user\fP"
Kill only processes the specified user owns. Command names are
@@ -168,5 +169,6 @@ is usually 64.
.BR pidof (1),
.BR pkill (1),
.BR ps (1),
-.BR kill (2).
+.BR kill (2),
+.BR regex (3).
.\{{{}}}