]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man7/fifo.7
user_namespaces.7: Minor rewordings of recently added text
[thirdparty/man-pages.git] / man7 / fifo.7
index aa73f9dd69699549154be1ca7c2f801e26425412..fca359eb87b26e988fba9aff7e9b94c37ca90fa5 100644 (file)
@@ -9,7 +9,7 @@
 .\"
 .\" 990620 - page created - aeb@cwi.nl
 .\"
-.TH FIFO 7 2016-12-12 "Linux" "Linux Programmer's Manual"
+.TH FIFO 7 2017-11-26 "Linux" "Linux Programmer's Manual"
 .SH NAME
 fifo \- first-in first-out special file, named pipe
 .SH DESCRIPTION
@@ -34,7 +34,7 @@ until the other end is opened also.
 .PP
 A process can open a FIFO in nonblocking mode.
 In this
-case, opening for read-only succeeds even if no-one has
+case, opening for read-only succeeds even if no one has
 opened on the write side yet and opening for write-only
 fails with
 .B ENXIO
@@ -51,6 +51,9 @@ A process
 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).
+.PP
 When a process tries to write to a FIFO that is not opened
 for read on the other side, the process is sent a
 .B SIGPIPE