summaryrefslogtreecommitdiffstats
path: root/man3/mkfifo.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mkfifo.3')
-rw-r--r--man3/mkfifo.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/mkfifo.3 b/man3/mkfifo.3
index f57474ba1..0f378ee00 100644
--- a/man3/mkfifo.3
+++ b/man3/mkfifo.3
@@ -27,7 +27,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR mkfifoat ():
@@ -59,7 +59,7 @@ proceed to do any input or output operations on it.
Opening a FIFO for reading normally blocks until some
other process opens the same FIFO for writing, and vice versa.
See
-.BR fifo (7)
+.MR fifo 7
for nonblocking handling of FIFO special files.
.SS mkfifoat()
The
@@ -97,7 +97,7 @@ is absolute, then
is ignored.
.P
See
-.BR openat (2)
+.MR openat 2
for an explanation of the need for
.BR mkfifoat ().
.SH RETURN VALUE
@@ -164,7 +164,7 @@ is a file descriptor referring to a file other than a directory.
\fIpathname\fP refers to a read-only filesystem.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -179,7 +179,7 @@ T} Thread safety MT-Safe
.TE
.SH VERSIONS
It is implemented using
-.BR mknodat (2).
+.MR mknodat 2 .
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY
@@ -191,11 +191,11 @@ POSIX.1-2001.
glibc 2.4.
POSIX.1-2008.
.SH SEE ALSO
-.BR mkfifo (1),
-.BR close (2),
-.BR open (2),
-.BR read (2),
-.BR stat (2),
-.BR umask (2),
-.BR write (2),
-.BR fifo (7)
+.MR mkfifo 1 ,
+.MR close 2 ,
+.MR open 2 ,
+.MR read 2 ,
+.MR stat 2 ,
+.MR umask 2 ,
+.MR write 2 ,
+.MR fifo 7