summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-01-25 06:24:08 +0000
committerache <ache@FreeBSD.org>2004-01-25 06:24:08 +0000
commit203b4891765afa3b4e77cb31244fc546b6d0a919 (patch)
tree3a7d7a424c0d8a66f0d35b7ad950f863d14f6066 /lib
parentdf006f07133cbdb3b26ae0e5a7245dc6c3acdab1 (diff)
downloadFreeBSD-src-203b4891765afa3b4e77cb31244fc546b6d0a919.zip
FreeBSD-src-203b4891765afa3b4e77cb31244fc546b6d0a919.tar.gz
Describe EOVERFLOW case
Diffstat (limited to 'lib')
-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 3cb0223..6cb339a 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,
OpenPOWER on IntegriCloud