diff options
Diffstat (limited to 'usr.bin/killall/killall.1')
-rw-r--r-- | usr.bin/killall/killall.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 2771bbe76d74..2345ff292ece 100644 --- a/usr.bin/killall/killall.1 +++ b/usr.bin/killall/killall.1 @@ -45,8 +45,9 @@ .Op Fl SIGNAL .Op Ar procname ... .Sh DESCRIPTION -.Nm Killall -kills processes selected by name, as opposed to the selection by pid +The +.Nm +utility kills processes selected by name, as opposed to the selection by pid as done by .Xr kill 1 . By default, it will send a @@ -111,7 +112,7 @@ if there are zombie processes that match the specified pattern. .El .Sh ALL PROCESSES Sending a signal to all processes with uid -.Nm XYZ +.Em XYZ is already supported by .Xr kill 1 . So use |