diff options
Diffstat (limited to 'usr/src/man/man3c/pthread_attr_getstack.3c')
-rw-r--r-- | usr/src/man/man3c/pthread_attr_getstack.3c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/src/man/man3c/pthread_attr_getstack.3c b/usr/src/man/man3c/pthread_attr_getstack.3c index aa8ab00597..14d4c9aa04 100644 --- a/usr/src/man/man3c/pthread_attr_getstack.3c +++ b/usr/src/man/man3c/pthread_attr_getstack.3c @@ -132,7 +132,7 @@ the stack for a thread must be placed in some particular region of memory. .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 @@ -150,6 +150,8 @@ MT-Level Async-Signal-Safe .SH SEE ALSO .sp .LP -\fBpthread_attr_init\fR(3C), \fBpthread_attr_setdetachstate\fR(3C), -\fBpthread_attr_setstacksize\fR(3C), \fBpthread_create\fR(3C), -\fBattributes\fR(5) +.BR pthread_attr_init (3C), +.BR pthread_attr_setdetachstate (3C), +.BR pthread_attr_setstacksize (3C), +.BR pthread_create (3C), +.BR attributes (7) |