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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
