diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-11-14 01:45:10 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-11-14 01:45:10 +0000 |
commit | 0ebb6520078c6cde55a20b445228f085b52b4857 (patch) | |
tree | ace153d8c64780b637936095af79aba867102044 /lib/libc | |
parent | add6fbdfeed329cf035e6f6a34e95bb8ee21ca5d (diff) | |
download | FreeBSD-src-0ebb6520078c6cde55a20b445228f085b52b4857.zip FreeBSD-src-0ebb6520078c6cde55a20b445228f085b52b4857.tar.gz |
Document that sendfile(2) can fail with ENOBUFS.
Reviewed by: glebius
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sendfile.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2 index 9d1fba5..0e7dbe3 100644 --- a/lib/libc/sys/sendfile.2 +++ b/lib/libc/sys/sendfile.2 @@ -265,6 +265,8 @@ is negative. .It Bq Er EIO An error occurred while reading from .Fa fd . +.It Bq Er ENOBUFS +The system was unable to allocate an internal buffer. .It Bq Er ENOTCONN The .Fa s |