diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2016-09-30 16:02:25 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2016-09-30 16:02:25 +0000 |
| commit | 6d8f0979660e2959fd8e0f0285b36def98780ade (patch) | |
| tree | 90dc8eba8f5f1b26dd1dde04d6644d0ebc046350 /lib/libc | |
| parent | 98003d078f6f7c147929e09825a2d6b020ff8497 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/thr_suspend.2 | 4 |
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 |
