summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/thr_suspend.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/thr_suspend.3c')
-rw-r--r--usr/src/man/man3c/thr_suspend.3c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/thr_suspend.3c b/usr/src/man/man3c/thr_suspend.3c
index ef75841ee6..59dedbd146 100644
--- a/usr/src/man/man3c/thr_suspend.3c
+++ b/usr/src/man/man3c/thr_suspend.3c
@@ -36,7 +36,7 @@ have no effect.
.LP
A suspended thread will not be awakened by any mechanism other than a call to
\fBthr_continue()\fR. Signals and the effect of calls
-to\fBmutex_unlock\fR(3C), \fBrw_unlock\fR(3C), \fBsema_post\fR(3C),
+to \fBmutex_unlock\fR(3C), \fBrw_unlock\fR(3C), \fBsema_post\fR(3C),
\fBcond_signal\fR(3C), and \fBcond_broadcast\fR(3C) remain pending until the
execution of the thread is resumed by \fBthr_continue()\fR.
.SH RETURN VALUES