From 64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6 Mon Sep 17 00:00:00 2001 From: uqs Date: Thu, 13 May 2010 12:08:11 +0000 Subject: 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 --- usr.bin/killall/killall.1 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'usr.bin/killall') 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 " ) . +.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 -- cgit v1.1