Date: Wed, 14 Nov 2012 01:45:10 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243015 - head/lib/libc/sys Message-ID: <201211140145.qAE1jAgn067695@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Wed Nov 14 01:45:10 2012 New Revision: 243015 URL: http://svnweb.freebsd.org/changeset/base/243015 Log: Document that sendfile(2) can fail with ENOBUFS. Reviewed by: glebius Modified: head/lib/libc/sys/sendfile.2 Modified: head/lib/libc/sys/sendfile.2 ============================================================================== --- head/lib/libc/sys/sendfile.2 Wed Nov 14 01:16:29 2012 (r243014) +++ head/lib/libc/sys/sendfile.2 Wed Nov 14 01:45:10 2012 (r243015) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211140145.qAE1jAgn067695>