diff options
| author | christos <christos@NetBSD.org> | 2016-11-10 17:08:31 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-11-10 17:08:31 +0000 |
| commit | ba0cd3bf2e11867dc94a229e8b03a8459ec3f5ce (patch) | |
| tree | 0efa71d2f078766f44a0ff63ccd3fad9e2f58fc8 /lib/libc/sys | |
| parent | 2ce97a2cef525a6f41b67e36d08d4ef0836a7c45 (diff) | |
Document WNOZOMBIE
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/wait.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 6e04f5e3149..115042cf743 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -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 status. .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 . |
