summaryrefslogtreecommitdiffstats
path: root/man7/fifo.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/fifo.7')
-rw-r--r--man7/fifo.720
1 files changed, 10 insertions, 10 deletions
diff --git a/man7/fifo.7 b/man7/fifo.7
index 92ac5fd89..13bc295a4 100644
--- a/man7/fifo.7
+++ b/man7/fifo.7
@@ -47,7 +47,7 @@ that uses both ends of the connection in order to communicate
with itself should be very careful to avoid deadlocks.
.SH NOTES
For details of the semantics of I/O on FIFOs, see
-.BR pipe (7).
+.MR pipe 7 .
.P
When a process tries to write to a FIFO that is not opened
for read on the other side, the process is sent a
@@ -55,16 +55,16 @@ for read on the other side, the process is sent a
signal.
.P
FIFO special files can be created by
-.BR mkfifo (3),
+.MR mkfifo 3 ,
and are indicated by
.I ls\~\-l
with the file type \[aq]p\[aq].
.SH SEE ALSO
-.BR mkfifo (1),
-.BR open (2),
-.BR pipe (2),
-.BR sigaction (2),
-.BR signal (2),
-.BR socketpair (2),
-.BR mkfifo (3),
-.BR pipe (7)
+.MR mkfifo 1 ,
+.MR open 2 ,
+.MR pipe 2 ,
+.MR sigaction 2 ,
+.MR signal 2 ,
+.MR socketpair 2 ,
+.MR mkfifo 3 ,
+.MR pipe 7