summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/wait.2
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-09-05 11:55:53 +0000
committerjhb <jhb@FreeBSD.org>2012-09-05 11:55:53 +0000
commitdfb185f5592710a31d133dc2ce652110587f6c1e (patch)
treecac6cebbeb738cdf5b59b57765cf5eba990e5ada /lib/libc/sys/wait.2
parent8e3cb56a002f72e44d31bf7995a0b6b33e338466 (diff)
downloadFreeBSD-src-dfb185f5592710a31d133dc2ce652110587f6c1e.zip
FreeBSD-src-dfb185f5592710a31d133dc2ce652110587f6c1e.tar.gz
When WIFCONTINUED was added, the number of "first" macros grew from
three to four. MFC after: 1 week
Diffstat (limited to 'lib/libc/sys/wait.2')
-rw-r--r--lib/libc/sys/wait.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index e4812fc..71bd529 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -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
OpenPOWER on IntegriCloud