summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2005-11-12 01:37:03 +0000
committerDavid Xu <davidxu@FreeBSD.org>2005-11-12 01:37:03 +0000
commitec0fd3f855dbd0535514aca6cd89ca265e5c6def (patch)
tree9388a2b62b3269f33a75d6d06593c5bbce77c82b
parentb1e515a3f4760d6dcb246922e004d27364de73b7 (diff)
Notes
-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 b94a5fa837ad..304824d76781 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