Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/sys/wait.2,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/sys/wait.2,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.36 retrieving revision 1.36.2.1 diff -u -p -r1.36 -r1.36.2.1 --- src/lib/libc/sys/wait.2 2016/06/30 17:00:55 1.36 +++ src/lib/libc/sys/wait.2 2017/01/07 08:56:03 1.36.2.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: wait.2,v 1.36 2016/06/30 17:00:55 abhinav Exp $ +.\" $NetBSD: wait.2,v 1.36.2.1 2017/01/07 08:56:03 pgoyette 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 . @@ -624,6 +626,7 @@ An invalid value was specified for .El .Sh SEE ALSO .Xr _exit 2 , +.Xr fork 2 , .Xr ptrace 2 , .Xr sigaction 2 , .Xr siginfo 2 ,