summaryrefslogtreecommitdiffstats
path: root/man3/sem_close.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sem_close.3')
-rw-r--r--man3/sem_close.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/sem_close.3 b/man3/sem_close.3
index da7c45d03..38fec2d4c 100644
--- a/man3/sem_close.3
+++ b/man3/sem_close.3
@@ -34,7 +34,7 @@ set to indicate the error.
is not a valid semaphore.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -53,11 +53,11 @@ POSIX.1-2001.
.SH NOTES
All open named semaphores are automatically closed on process
termination, or upon
-.BR execve (2).
+.MR execve 2 .
.SH SEE ALSO
-.BR sem_getvalue (3),
-.BR sem_open (3),
-.BR sem_post (3),
-.BR sem_unlink (3),
-.BR sem_wait (3),
-.BR sem_overview (7)
+.MR sem_getvalue 3 ,
+.MR sem_open 3 ,
+.MR sem_post 3 ,
+.MR sem_unlink 3 ,
+.MR sem_wait 3 ,
+.MR sem_overview 7