Module Name: src
Committed By: christos
Date: Sat Apr 22 23:01:36 UTC 2017
Modified Files:
src/bin/kill: kill.1
Log Message:
Clarify 0
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/bin/kill/kill.1:1.28
--- src/bin/kill/kill.1:1.27 Sat Apr 22 18:42:03 2017
+++ src/bin/kill/kill.1 Sat Apr 22 19:01:36 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: kill.1,v 1.27 2017/04/22 22:42:03 riastradh Exp $
+.\" $NetBSD: kill.1,v 1.28 2017/04/22 23:01:36 christos Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -104,7 +104,8 @@ belonging to the user.
Some of the more commonly used signals:
.Bl -tag -width Ds -compact
.It 0
-do nothing, only test whether process exists
+0 (does not affect the process; can be used to test whether the
+process exists)
.It 1
HUP (hang up)
.It 2