Date: Sun, 7 Oct 2012 18:23:15 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r241317 - stable/8/lib/libc/sys Message-ID: <201210071823.q97INFWh047117@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071823.q97INFWh047117>