From 9baeec2982d5f2af7a2b310d0c956029fcae3318 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 5 Sep 2012 11:55:53 +0000 Subject: [PATCH] When WIFCONTINUED was added, the number of "first" macros grew from three to four. MFC after: 1 week --- lib/libc/sys/wait.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index e4812fcb4ea..71bd52949c7 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