mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Document that sendfile(2) can fail with ENOBUFS.
Reviewed by: glebius
This commit is contained in:
parent
82e5de4d20
commit
d9b3cfecfd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243015
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user