summaryrefslogtreecommitdiff
path: root/usr/src/man/man3head/pthread.h.3head
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3head/pthread.h.3head')
-rw-r--r--usr/src/man/man3head/pthread.h.3head62
1 files changed, 42 insertions, 20 deletions
diff --git a/usr/src/man/man3head/pthread.h.3head b/usr/src/man/man3head/pthread.h.3head
index 1406e65414..174969ad5f 100644
--- a/usr/src/man/man3head/pthread.h.3head
+++ b/usr/src/man/man3head/pthread.h.3head
@@ -115,7 +115,7 @@ pthread_t
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -131,22 +131,44 @@ Interface Stability Standard
.SH SEE ALSO
.sp
.LP
-\fBsched.h\fR(3HEAD), \fBtime.h\fR(3HEAD), \fBtypes.h\fR(3HEAD),
-\fBpthread_attr_getguardsize\fR(3C), \fBpthread_attr_init\fR(3C),
-\fBpthread_attr_setscope\fR(3C), \fBpthread_cancel\fR(3C),
-\fBpthread_cleanup_pop\fR(3C), \fBpthread_cond_init\fR(3C),
-\fBpthread_cond_signal\fR(3C), \fBpthread_cond_wait\fR(3C),
-\fBpthread_condattr_init\fR(3C), \fBpthread_create\fR(3C),
-\fBpthread_detach\fR(3C), \fBpthread_equal\fR(3C), \fBpthread_exit\fR(3C),
-\fBpthread_getconcurrency\fR(3C), \fBpthread_getschedparam\fR(3C),
-\fBpthread_join\fR(3C), \fBpthread_key_create\fR(3C),
-\fBpthread_key_delete\fR(3C), \fBpthread_mutex_consistent\fR(3C),
-\fBpthread_mutex_init\fR(3C), \fBpthread_mutex_lock\fR(3C),
-\fBpthread_mutex_setprioceiling\fR(3C), \fBpthread_mutexattr_getrobust\fR(3C),
-\fBpthread_mutexattr_gettype\fR(3C), \fBpthread_mutexattr_getprotocol\fR(3C),
-\fBpthread_mutexattr_init\fR(3C), \fBpthread_once\fR(3C),
-\fBpthread_rwlock_init\fR(3C), \fBpthread_rwlock_rdlock\fR(3C),
-\fBpthread_rwlock_unlock\fR(3C), \fBpthread_rwlock_wrlock\fR(3C),
-\fBpthread_rwlockattr_getpshared\fR(3C), \fBpthread_rwlockattr_init\fR(3C),
-\fBpthread_self\fR(3C), \fBpthread_setcancelstate\fR(3C),
-\fBpthread_setspecific\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5)
+.BR pthread_attr_getguardsize (3C),
+.BR pthread_attr_init (3C),
+.BR pthread_attr_setscope (3C),
+.BR pthread_cancel (3C),
+.BR pthread_cleanup_pop (3C),
+.BR pthread_cond_init (3C),
+.BR pthread_cond_signal (3C),
+.BR pthread_cond_wait (3C),
+.BR pthread_condattr_init (3C),
+.BR pthread_create (3C),
+.BR pthread_detach (3C),
+.BR pthread_equal (3C),
+.BR pthread_exit (3C),
+.BR pthread_getconcurrency (3C),
+.BR pthread_getschedparam (3C),
+.BR pthread_join (3C),
+.BR pthread_key_create (3C),
+.BR pthread_key_delete (3C),
+.BR pthread_mutex_consistent (3C),
+.BR pthread_mutex_init (3C),
+.BR pthread_mutex_lock (3C),
+.BR pthread_mutex_setprioceiling (3C),
+.BR pthread_mutexattr_getprotocol (3C),
+.BR pthread_mutexattr_getrobust (3C),
+.BR pthread_mutexattr_gettype (3C),
+.BR pthread_mutexattr_init (3C),
+.BR pthread_once (3C),
+.BR pthread_rwlock_init (3C),
+.BR pthread_rwlock_rdlock (3C),
+.BR pthread_rwlock_unlock (3C),
+.BR pthread_rwlock_wrlock (3C),
+.BR pthread_rwlockattr_getpshared (3C),
+.BR pthread_rwlockattr_init (3C),
+.BR pthread_self (3C),
+.BR pthread_setcancelstate (3C),
+.BR pthread_setspecific (3C),
+.BR sched.h (3HEAD),
+.BR time.h (3HEAD),
+.BR types.h (3HEAD),
+.BR attributes (7),
+.BR standards (7)