diff options
author | ru <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
commit | 6cc4b6c220d4e49fad2881c7dc754fa560248ef8 (patch) | |
tree | f5a5fbfda9358c31fa2746d0671fe366bb17d243 /usr.bin/killall | |
parent | 63a9efe25ce06fd299e33aba75e3dd445d67484c (diff) | |
download | FreeBSD-src-6cc4b6c220d4e49fad2881c7dc754fa560248ef8.zip FreeBSD-src-6cc4b6c220d4e49fad2881c7dc754fa560248ef8.tar.gz |
Added the EXIT STATUS section where appropriate.
Diffstat (limited to 'usr.bin/killall')
-rw-r--r-- | usr.bin/killall/killall.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 9580d05..bfac13f 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. |