diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-12-23 14:43:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-12-23 14:43:04 +0000 |
commit | d878aae65230d3c2a165cc1bde8f4291bb88246f (patch) | |
tree | 76e2580fd23f10729fa5d6a4f2f24fd13cad082a | |
parent | 9559f004cb74e65cb927748cc6ce24632a5da37d (diff) |
document EXIT STATUS; based on a diff from Daniel Dickman
ok millert
-rw-r--r-- | bin/kill/kill.1 | 6 |
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 |