svn commit: r241316 - stable/9/lib/libc/sys
John Baldwin
jhb at FreeBSD.org
Sun Oct 7 18:23:00 UTC 2012
Author: jhb
Date: Sun Oct 7 18:22:59 2012
New Revision: 241316
URL: http://svn.freebsd.org/changeset/base/241316
Log:
MFC 240132:
When WIFCONTINUED was added, the number of "first" macros grew from
three to four.
Modified:
stable/9/lib/libc/sys/wait.2
Directory Properties:
stable/9/lib/libc/ (props changed)
stable/9/lib/libc/sys/ (props changed)
Modified: stable/9/lib/libc/sys/wait.2
==============================================================================
--- stable/9/lib/libc/sys/wait.2 Sun Oct 7 18:19:13 2012 (r241315)
+++ stable/9/lib/libc/sys/wait.2 Sun Oct 7 18:22:59 2012 (r241316)
@@ -177,7 +177,7 @@ with a
value of -1.
.Pp
The following macros may be used to test the manner of exit of the process.
-One of the first three macros will evaluate to a non-zero (true) value:
+One of the first four macros will evaluate to a non-zero (true) value:
.Bl -tag -width Ds
.It Fn WIFCONTINUED status
True if the process has not terminated, and
More information about the svn-src-stable-9
mailing list