diff options
author | jhb <jhb@FreeBSD.org> | 2012-09-05 11:55:53 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2012-09-05 11:55:53 +0000 |
commit | dfb185f5592710a31d133dc2ce652110587f6c1e (patch) | |
tree | cac6cebbeb738cdf5b59b57765cf5eba990e5ada /lib/libc | |
parent | 8e3cb56a002f72e44d31bf7995a0b6b33e338466 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libc/sys/wait.2 | 2 |
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 |