summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGuy Helmer <ghelmer@FreeBSD.org>1999-03-07 18:45:35 +0000
committerGuy Helmer <ghelmer@FreeBSD.org>1999-03-07 18:45:35 +0000
commit6e6019dc13c02289db19822a56b4a608d45d4866 (patch)
tree76ce16d25a631b834872fc91c17c57136ff1d0b7 /lib/libc
parent59a7c613740f5a3fa326a7941f2cffd700066376 (diff)
Notes
Diffstat (limited to 'lib/libc')
-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 15a4ef6f63fd..4a0219804416 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