aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/killall
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-17 07:44:44 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-17 07:44:44 +0000
commita866e170777b42fd7921eadd6e7e664f3a031d60 (patch)
treef5a5fbfda9358c31fa2746d0671fe366bb17d243 /usr.bin/killall
parente8cde1ac6ff037d232538a4e35b007b4ece89a9a (diff)
downloadsrc-a866e170777b42fd7921eadd6e7e664f3a031d60.tar.gz
src-a866e170777b42fd7921eadd6e7e664f3a031d60.zip
Added the EXIT STATUS section where appropriate.
Notes
Notes: svn path=/head/; revision=140368
Diffstat (limited to 'usr.bin/killall')
-rw-r--r--usr.bin/killall/killall.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1
index 9580d05c0971..bfac13f7e7e1 100644
--- a/usr.bin/killall/killall.1
+++ b/usr.bin/killall/killall.1
@@ -124,7 +124,7 @@ So use
.Xr kill 1
for this job (e.g.\& $ kill -TERM -1 or
as root $ echo kill -TERM -1 | su -m <user>)
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
The
.Nm
command will respond with a short usage message and exit with a status
@@ -134,7 +134,7 @@ either no matching process has been found or not all processes have
been signalled successfully.
Otherwise, a status of 0 will be
returned.
-.Pp
+.Sh DIAGNOSTICS
Diagnostic messages will only be printed if requested by
.Fl d
options.