aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2012-09-05 11:55:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2012-09-05 11:55:53 +0000
commit9baeec2982d5f2af7a2b310d0c956029fcae3318 (patch)
treecac6cebbeb738cdf5b59b57765cf5eba990e5ada
parent66437e8374ba5af8ecc1d4206deecbb3666a9402 (diff)
When WIFCONTINUED was added, the number of "first" macros grew from
three to four. MFC after: 1 week
Notes
svn path=/head/; revision=240132
-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 e4812fcb4ea7..71bd52949c76 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