summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/open.2
diff options
context:
space:
mode:
authorghelmer <ghelmer@FreeBSD.org>1999-03-07 18:45:35 +0000
committerghelmer <ghelmer@FreeBSD.org>1999-03-07 18:45:35 +0000
commit3aa17e6272e95a433ae21204e83ba180f0ee4f2e (patch)
tree2da4e72385a530a7fb7bcc1943601b9a57a07e13 /lib/libc/sys/open.2
parentcd09c9b12df9bdf045a8711ed884afcc08087469 (diff)
downloadFreeBSD-src-3aa17e6272e95a433ae21204e83ba180f0ee4f2e.zip
FreeBSD-src-3aa17e6272e95a433ae21204e83ba180f0ee4f2e.tar.gz
Explain ENXIO error status with respect to fifos.
PR: docs/8559
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r--lib/libc/sys/open.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index 15a4ef6..4a02198 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -217,6 +217,10 @@ The system file table is full.
The named file is a character special or block
special file, and the device associated with this special file
does not exist.
+.It Bq Er ENXIO
+The named file is a fifo, no process has
+it open for reading, and the arguments specify it is
+to be opened for writing.
.It Bq Er EINTR
The
.Fn open
OpenPOWER on IntegriCloud