summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-11-12 01:37:03 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-11-12 01:37:03 +0000
commit9b80130dabfc2f2fbcf8bcdc9babb66879e3871a (patch)
tree9388a2b62b3269f33a75d6d06593c5bbce77c82b /lib
parenta63a9632fbffe1d4e6c155ac11f8b0c6d5a18207 (diff)
downloadFreeBSD-src-9b80130dabfc2f2fbcf8bcdc9babb66879e3871a.zip
FreeBSD-src-9b80130dabfc2f2fbcf8bcdc9babb66879e3871a.tar.gz
add continued status.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/wait.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index b94a5fa..304824d 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -133,7 +133,7 @@ If
is non-zero, a summary of the resources used by the terminated
process and all its
children is returned (this information is currently not available
-for stopped processes).
+for stopped or continued processes).
.Pp
When the
.Dv WNOHANG
@@ -249,7 +249,7 @@ is available.
.Sh RETURN VALUES
If
.Fn wait
-returns due to a stopped
+returns due to a stopped, continued,
or terminated child process, the process ID of the child
is returned to the calling process.
Otherwise, a value of -1
@@ -262,7 +262,7 @@ If
.Fn wait3 ,
or
.Fn waitpid
-returns due to a stopped
+returns due to a stopped, continued,
or terminated child process, the process ID of the child
is returned to the calling process.
If there are no children not previously awaited,
@@ -273,7 +273,7 @@ set to
Otherwise, if
.Dv WNOHANG
is specified and there are
-no stopped or exited children,
+no stopped, continued or exited children,
0 is returned.
If an error is detected or a caught signal aborts the call,
a value of -1
OpenPOWER on IntegriCloud