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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to