svn commit: r241317 - stable/8/lib/libc/sys

John Baldwin jhb at FreeBSD.org
Sun Oct 7 18:23:16 UTC 2012


Author: jhb
Date: Sun Oct  7 18:23:15 2012
New Revision: 241317
URL: http://svn.freebsd.org/changeset/base/241317

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

Modified:
  stable/8/lib/libc/sys/wait.2
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/sys/   (props changed)

Modified: stable/8/lib/libc/sys/wait.2
==============================================================================
--- stable/8/lib/libc/sys/wait.2	Sun Oct  7 18:22:59 2012	(r241316)
+++ stable/8/lib/libc/sys/wait.2	Sun Oct  7 18:23:15 2012	(r241317)
@@ -164,7 +164,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-8 mailing list