summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-01-25 06:24:08 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-01-25 06:24:08 +0000
commit81ccc5779cef0b694e43519e22ba0ec4a9aa2b33 (patch)
tree3a7d7a424c0d8a66f0d35b7ad950f863d14f6066 /lib/libc
parent3c753b4c6dba40de04ff58ca9727e971429bb518 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/read.29
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index 3cb0223d8b25..6cb339aaddf2 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -170,6 +170,15 @@ directories (e.g. NFS).
.It Bq Er EOPNOTSUPP
The file descriptor is associated with a filesystem and file type that
do not allow regular read operations on it.
+.It Bq Er EOVERFLOW
+The file descriptor is associated with a regular file,
+.Fa nbytes
+is greater than 0,
+.Fa offset
+is before the end-of-file, and
+.Fa offset
+is greater than or equal to the offset maximum established
+for this filesystem.
.El
.Pp
In addition,