diff options
Diffstat (limited to 'usr.bin/killall/killall.1')
-rw-r--r-- | usr.bin/killall/killall.1 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 58ffa068b9f7..826ccf144fb0 100644 --- a/usr.bin/killall/killall.1 +++ b/usr.bin/killall/killall.1 @@ -121,6 +121,17 @@ for this job (e.g.\& .Dq Li "kill -TERM -1 or as root .Dq Li "echo kill -TERM -1 | su -m <user>" ) . +.Sh IMPLEMENTATION NOTES +This +.Fx +implementation of +.Nm +has completely different semantics as compared to the traditional +.Ux +System V behavior of +.Nm . +The latter will kill all processes that the current user is able to +kill, and is intended to be used by the system shutdown process only. .Sh EXIT STATUS The .Nm @@ -145,17 +156,6 @@ command appeared in It has been modeled after the .Nm command as available on other platforms. -.Sh IMPLEMENTATION NOTES -This -.Fx -implementation of -.Nm -has completely different semantics as compared to the traditional -.Ux -System V behavior of -.Nm . -The latter will kill all processes that the current user is able to -kill, and is intended to be used by the system shutdown process only. .Sh AUTHORS .An -nosplit The |