svn commit: r243015 - head/lib/libc/sys

Kevin Lo kevlo at FreeBSD.org
Wed Nov 14 01:45:10 UTC 2012


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


More information about the svn-src-all mailing list