Document that sendfile(2) can return ENOTCAPABLE

PR:		232207
Submitted by:	Enji Cooper <yaneurabeya@gmail.com>
Approved by:	re (rgrimes)
This commit is contained in:
Allan Jude 2018-10-13 02:20:16 +00:00
parent c3a88be466
commit c452913091
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339343

View file

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 17, 2016
.Dd October 12, 2018
.Dt SENDFILE 2
.Os
.Sh NAME
@ -336,6 +336,12 @@ is negative.
.It Bq Er EIO
An error occurred while reading from
.Fa fd .
.It Bq Er ENOTCAPABLE
The
.Fa fd
or the
.Fa s
argument has insufficient rights.
.It Bq Er ENOBUFS
The system was unable to allocate an internal buffer.
.It Bq Er ENOTCONN