Module Name: src Committed By: christos Date: Fri Apr 29 13:17:09 UTC 2016
Modified Files: src/lib/libc/sys: wait.2 Log Message: move section around. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 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.34 src/lib/libc/sys/wait.2:1.35 --- src/lib/libc/sys/wait.2:1.34 Fri Apr 29 08:25:51 2016 +++ src/lib/libc/sys/wait.2 Fri Apr 29 09:17:09 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: wait.2,v 1.34 2016/04/29 12:25:51 wiz Exp $ +.\" $NetBSD: wait.2,v 1.35 2016/04/29 13:17:09 christos Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -301,6 +301,13 @@ of what exit signal they post. .It Dv WALTSIG If this option is specified, the call will wait only for processes that are configured to post a signal other than +.Dv SIGCHLD +when they exit. +If +.Dv WALTSIG +is not specified, the call will wait only for processes that +are configured to post +.Dv SIGCHLD . .It Dv WCONTINUED Report the status of selected processes that have continued from a job control stop by receiving a @@ -328,13 +335,6 @@ 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. -.Dv SIGCHLD -when they exit. -If -.Dv WALTSIG -is not specified, the call will wait only for processes that -are configured to post -.Dv SIGCHLD . .It Dv WSTOPPED An alias for .Dv WUNTRACED .