fifo.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-23 10:27:00 +12:00
parent a376f4f068
commit c1aac5e301
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ until the other end is opened also.
A process can open a FIFO in nonblocking mode.
In this
case, opening for read-only will succeed even if no-one has
opened on the write side yet, opening for write-only will
opened on the write side yet and opening for write-only will
fail with
.B ENXIO
(no such device or address) unless the other