summaryrefslogtreecommitdiffstats
path: root/man3/sem_post.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sem_post.3')
-rw-r--r--man3/sem_post.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/sem_post.3 b/man3/sem_post.3
index 1f9222e0d..59643059e 100644
--- a/man3/sem_post.3
+++ b/man3/sem_post.3
@@ -21,7 +21,7 @@ increments (unlocks) the semaphore pointed to by
.IR sem .
If the semaphore's value consequently becomes greater than zero,
then another process or thread blocked in a
-.BR sem_wait (3)
+.MR sem_wait 3
call will be woken up and proceed to lock the semaphore.
.SH RETURN VALUE
.BR sem_post ()
@@ -41,7 +41,7 @@ is not a valid semaphore.
The maximum allowable value for a semaphore would be exceeded.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -63,11 +63,11 @@ is async-signal-safe:
it may be safely called within a signal handler.
.SH EXAMPLES
See
-.BR sem_wait (3)
+.MR sem_wait 3
and
-.BR shm_open (3).
+.MR shm_open 3 .
.SH SEE ALSO
-.BR sem_getvalue (3),
-.BR sem_wait (3),
-.BR sem_overview (7),
-.BR signal\-safety (7)
+.MR sem_getvalue 3 ,
+.MR sem_wait 3 ,
+.MR sem_overview 7 ,
+.MR signal\-safety 7