Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2012 11:55:53 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240132 - head/lib/libc/sys
Message-ID:  <201209051155.q85Btrd0032888@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209051155.q85Btrd0032888>