summaryrefslogtreecommitdiff
path: root/lib/libc/sys/wait.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/wait.2')
-rw-r--r--lib/libc/sys/wait.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index 53b11f6f633..269694097bf 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wait.2,v 1.19 2004/03/11 18:58:39 millert Exp $
+.\" $OpenBSD: wait.2,v 1.20 2006/09/27 20:43:41 jasper Exp $
.\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
@@ -166,7 +166,7 @@ True if the process has not terminated, and has continued after a job
control stop.
This macro can be true only if the wait call specified the
.Dv WCONTINUED
-option).
+option.
.It Fn WIFEXITED status
True if the process terminated normally by a call to
.Xr _exit 2