summaryrefslogtreecommitdiffstats
path: root/man3/sem_open.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sem_open.3')
-rw-r--r--man3/sem_open.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/sem_open.3 b/man3/sem_open.3
index 814997b72..7d360f283 100644
--- a/man3/sem_open.3
+++ b/man3/sem_open.3
@@ -27,7 +27,7 @@ The semaphore is identified by
For details of the construction of
.IR name ,
see
-.BR sem_overview (7).
+.MR sem_overview 7 .
.P
The
.I oflag
@@ -64,7 +64,7 @@ The
.I mode
argument specifies the permissions to be placed on the new semaphore,
as for
-.BR open (2).
+.MR open 2 .
(Symbolic definitions for the permissions bits can be obtained by including
.IR <sys/stat.h> .)
The permissions settings are masked against the process umask.
@@ -150,7 +150,7 @@ wasn't well formed.
Insufficient memory.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -167,9 +167,9 @@ POSIX.1-2008.
.SH HISTORY
POSIX.1-2001.
.SH SEE ALSO
-.BR sem_close (3),
-.BR sem_getvalue (3),
-.BR sem_post (3),
-.BR sem_unlink (3),
-.BR sem_wait (3),
-.BR sem_overview (7)
+.MR sem_close 3 ,
+.MR sem_getvalue 3 ,
+.MR sem_post 3 ,
+.MR sem_unlink 3 ,
+.MR sem_wait 3 ,
+.MR sem_overview 7