svn commit: r240132 - head/lib/libc/sys

John Baldwin jhb at FreeBSD.org
Wed Sep 5 11:55:54 UTC 2012


Author: jhb
Date: Wed Sep  5 11:55:53 2012
New Revision: 240132
URL: http://svn.freebsd.org/changeset/base/240132

Log:
  When WIFCONTINUED was added, the number of "first" macros grew from
  three to four.
  
  MFC after:	1 week

Modified:
  head/lib/libc/sys/wait.2

Modified: head/lib/libc/sys/wait.2
==============================================================================
--- head/lib/libc/sys/wait.2	Wed Sep  5 09:02:18 2012	(r240131)
+++ head/lib/libc/sys/wait.2	Wed Sep  5 11:55:53 2012	(r240132)
@@ -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-all mailing list