summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-12-23 14:43:03 +0000
committerjmc <jmc@openbsd.org>2010-12-23 14:43:03 +0000
commit0a97122244bdab901c8716f08adc5d97a7f06add (patch)
tree1cf5f1a1e918b8ea9ebe6dbafc47c60479426bbb
parentfix my last (sloppy) fix; from Thomas Pfaff (diff)
downloadwireguard-openbsd-0a97122244bdab901c8716f08adc5d97a7f06add.tar.xz
wireguard-openbsd-0a97122244bdab901c8716f08adc5d97a7f06add.zip
document EXIT STATUS; based on a diff from Daniel Dickman
ok millert
-rw-r--r--bin/kill/kill.16
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1
index 2a5620a2cf6..6338a8d27fa 100644
--- a/bin/kill/kill.1
+++ b/bin/kill/kill.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kill.1,v 1.34 2009/02/08 17:15:09 jmc Exp $
+.\" $OpenBSD: kill.1,v 1.35 2010/12/23 14:43:03 jmc Exp $
.\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)kill.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: February 8 2009 $
+.Dd $Mdocdate: December 23 2010 $
.Dt KILL 1
.Os
.Sh NAME
@@ -130,6 +130,8 @@ A signal number of 0
.Pq Li kill \-0 pid
checks the validity of a certain PID, to see if it exists.
An exit code of 0 means that the specified process exists.
+.Sh EXIT STATUS
+.Ex -std kill
.Sh EXAMPLES
Forcibly terminate process ID 1234:
.Pp