summaryrefslogtreecommitdiff
path: root/bin/kill
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
commit6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581 (patch)
tree1775365203268b35ac39f4ba2e40744174a93e39 /bin/kill
parent2d7142bf0d3cccc74a0fc8479fa63c795d0d0556 (diff)
downloadsrc-test-6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581.tar.gz
src-test-6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581.zip
Notes
Diffstat (limited to 'bin/kill')
-rw-r--r--bin/kill/kill.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1
index c38fa024fa72a..ee07a84a0f1e0 100644
--- a/bin/kill/kill.1
+++ b/bin/kill/kill.1
@@ -115,6 +115,8 @@ command which is similar or identical to this utility.
Consult the
.Xr builtin 1
manual page.
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
Terminate
the processes with pids 142 and 157:
@@ -130,8 +132,6 @@ to the process with pid 507:
Terminate the process group with pgid 117:
.Pp
.Dl "kill -- -117"
-.Sh DIAGNOSTICS
-.Ex -std
.Sh SEE ALSO
.Xr builtin 1 ,
.Xr csh 1 ,