Module Name: src
Committed By: riastradh
Date: Sat Apr 22 22:42:03 UTC 2017
Modified Files:
src/bin/kill: kill.1
Log Message:
Clarify `kill -0'. Note standard exit codes.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/bin/kill/kill.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/kill/kill.1
diff -u src/bin/kill/kill.1:1.26 src/bin/kill/kill.1:1.27
--- src/bin/kill/kill.1:1.26 Sun Oct 2 21:00:54 2016
+++ src/bin/kill/kill.1 Sat Apr 22 22:42:03 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: kill.1,v 1.26 2016/10/02 21:00:54 abhinav Exp $
+.\" $NetBSD: kill.1,v 1.27 2017/04/22 22:42:03 riastradh Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)kill.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd August 11, 2016
+.Dd April 22, 2017
.Dt KILL 1
.Os
.Sh NAME
@@ -103,6 +103,8 @@ belonging to the user.
.Pp
Some of the more commonly used signals:
.Bl -tag -width Ds -compact
+.It 0
+do nothing, only test whether process exists
.It 1
HUP (hang up)
.It 2
@@ -129,6 +131,8 @@ arguments.
See
.Xr csh 1
for details.
+.Sh DIAGNOSTICS
+.Ex -std
.Sh SEE ALSO
.Xr csh 1 ,
.Xr pgrep 1 ,