summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/sem_post.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/sem_post.3c')
-rw-r--r--usr/src/man/man3c/sem_post.3c13
1 files changed, 8 insertions, 5 deletions
diff --git a/usr/src/man/man3c/sem_post.3c b/usr/src/man/man3c/sem_post.3c
index 16f60261f9..17f507a16b 100644
--- a/usr/src/man/man3c/sem_post.3c
+++ b/usr/src/man/man3c/sem_post.3c
@@ -119,7 +119,7 @@ The semaphore value exceeds \fBSEM_VALUE_MAX\fR.
.LP
The \fBsem_post()\fR function is reentrant with respect to signals and may be
invoked from a signal-catching function. The semaphore functionality described
-on this manual page is for the POSIX (see \fBstandards\fR(5)) threads
+on this manual page is for the POSIX (see \fBstandards\fR(7)) threads
implementation. For the documentation of the Solaris threads interface, see
\fBsemaphore\fR(3C)).
.SH EXAMPLES
@@ -129,7 +129,7 @@ See \fBsem_wait\fR(3C).
.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
@@ -143,11 +143,14 @@ Interface Stability Committed
_
MT-Level Async-Signal-Safe
_
-Standard See \fBstandards\fR(5).
+Standard See \fBstandards\fR(7).
.TE
.SH SEE ALSO
.sp
.LP
-\fBsched_setscheduler\fR(3C), \fBsem_wait\fR(3C), \fBsemaphore\fR(3C),
-\fBattributes\fR(5), \fBstandards\fR(5)
+.BR sched_setscheduler (3C),
+.BR sem_wait (3C),
+.BR semaphore (3C),
+.BR attributes (7),
+.BR standards (7)