Module Name: src
Committed By: christos
Date: Thu Nov 10 17:08:31 UTC 2016
Modified Files:
src/lib/libc/sys: wait.2
Log Message:
Document WNOZOMBIE
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/sys/wait.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/wait.2
diff -u src/lib/libc/sys/wait.2:1.36 src/lib/libc/sys/wait.2:1.37
--- src/lib/libc/sys/wait.2:1.36 Thu Jun 30 13:00:55 2016
+++ src/lib/libc/sys/wait.2 Thu Nov 10 12:08:31 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: wait.2,v 1.36 2016/06/30 17:00:55 abhinav Exp $
+.\" $NetBSD: wait.2,v 1.37 2016/11/10 17:08:31 christos Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)wait.2 8.2 (Berkeley) 4/19/94
.\"
-.Dd June 27, 2016
+.Dd November 10, 2016
.Dt WAIT 2
.Os
.Sh NAME
@@ -313,6 +313,8 @@ there are no processes wishing to report
.It Dv WNOWAIT
Keep the process whose status is returned in a waitable state.
The process may be waited for again after this call completes.
+.It Dv WNOZOMBIE
+Exclude zombie processes from the child selection criteria.
.It Dv WSTOPPED
An alias for
.Dv WUNTRACED .