diff options
Diffstat (limited to 'usr/src/man/man3c/pthread_key_delete.3c')
-rw-r--r-- | usr/src/man/man3c/pthread_key_delete.3c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/man/man3c/pthread_key_delete.3c b/usr/src/man/man3c/pthread_key_delete.3c index 5e8754028f..f6d38e4ab1 100644 --- a/usr/src/man/man3c/pthread_key_delete.3c +++ b/usr/src/man/man3c/pthread_key_delete.3c @@ -99,7 +99,7 @@ The \fBpthread_key_delete()\fR function will not return an error code of .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 @@ -117,4 +117,6 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBpthread_key_create\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) +.BR pthread_key_create (3C), +.BR attributes (7), +.BR standards (7) |