aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/thr_suspend.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/thr_suspend.2 b/lib/libc/sys/thr_suspend.2
index 61320ead8c74a..b470d189e45b4 100644
--- a/lib/libc/sys/thr_suspend.2
+++ b/lib/libc/sys/thr_suspend.2
@@ -61,9 +61,9 @@ system call puts the calling thread in a suspended state, where it is
not eligible for CPU time.
This state is exited by another thread calling
.Xr thr_wake 2 ,
-by expiration of the timeout specified in the
+when the time interval specified by
.Fa timeout
-argument,
+has elapsed,
or by the delivery of a signal to the suspended thread.
.Pp
If the