summaryrefslogtreecommitdiff
path: root/usr/src/man/man7/condition.7
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man7/condition.7')
-rw-r--r--usr/src/man/man7/condition.76
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man7/condition.7 b/usr/src/man/man7/condition.7
index 0ac60cfd49..2ee043f9ef 100644
--- a/usr/src/man/man7/condition.7
+++ b/usr/src/man/man7/condition.7
@@ -107,7 +107,7 @@ all threads waiting on the condition variable.
The condition destroy functions destroy any state, but not the space,
associated with the condition variable.
.SH ATTRIBUTES
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -127,8 +127,8 @@ MT-Level MT-Safe
\fBpthread_cond_broadcast\fR(3C), \fBpthread_cond_destroy\fR(3C),
\fBpthread_cond_init\fR(3C), \fBpthread_cond_signal\fR(3C),
\fBpthread_cond_timedwait\fR(3C), \fBpthread_cond_wait\fR(3C),
-\fBpthread_condattr_init\fR(3C), \fBsignal\fR(3C), \fBattributes\fR(5),
-\fBmutex\fR(5), \fBstandards\fR(5)
+\fBpthread_condattr_init\fR(3C), \fBsignal\fR(3C), \fBattributes\fR(7),
+\fBmutex\fR(7), \fBstandards\fR(7)
.SH NOTES
If more than one thread is blocked on a condition variable, the order in which
threads are unblocked is determined by the scheduling policy.