killall operates on all processes owned by the real uid, not the

effective uid.

MFC after:	3 days
This commit is contained in:
Brian S. Dean 2001-11-30 00:30:28 +00:00
parent aec846d484
commit 3494d26527
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87105

View File

@ -50,7 +50,7 @@ as done by
.Xr kill 1 .
By default, it will send a
.Dv TERM
signal to all processes with an effective UID identical to the
signal to all processes with a real UID identical to the
caller of
.Nm
that match the name
@ -77,7 +77,7 @@ Match the argument
as a (case insensitive) regular expression against the names
of processes found.
CAUTION! This is dangerous, a single dot will match any process
running under the effective UID of the caller.
running under the real UID of the caller.
.It Fl s
Show only what would be done, but do not send any signal.
.It Fl SIGNAL