summaryrefslogtreecommitdiffstats
path: root/usr.bin/killall
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
committeruqs <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
commit64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6 (patch)
treed8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /usr.bin/killall
parent1ab3783e1a2e5231321a0fc5399736ddc70407f0 (diff)
downloadFreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.zip
FreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.tar.gz
mdoc: move remaining sections into consistent order
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed by: ru
Diffstat (limited to 'usr.bin/killall')
-rw-r--r--usr.bin/killall/killall.122
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1
index 58ffa06..826ccf1 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
OpenPOWER on IntegriCloud