diff options
Diffstat (limited to 'usr/src/man/man3c/sem_destroy.3c')
-rw-r--r-- | usr/src/man/man3c/sem_destroy.3c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr/src/man/man3c/sem_destroy.3c b/usr/src/man/man3c/sem_destroy.3c index acb742e5c1..1b8da17562 100644 --- a/usr/src/man/man3c/sem_destroy.3c +++ b/usr/src/man/man3c/sem_destroy.3c @@ -102,7 +102,7 @@ There are currently processes (or LWPs or threads) blocked on the semaphore. .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 @@ -116,10 +116,13 @@ Interface Stability Committed _ MT-Level MT-Safe _ -Standard See \fBstandards\fR(5). +Standard See \fBstandards\fR(7). .TE .SH SEE ALSO .sp .LP -\fBsem_init\fR(3C), \fBsem_open\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) +.BR sem_init (3C), +.BR sem_open (3C), +.BR attributes (7), +.BR standards (7) |