diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2018-10-13 02:20:16 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2018-10-13 02:20:16 +0000 |
| commit | c4529130919e50ad479cd987955aaff7d88384a2 (patch) | |
| tree | 8cca07aa439c63ab2ae178f802c24d9344fb61dc /lib | |
| parent | c3a88be466cb27601c75969521077539062443c8 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/sendfile.2 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2 index f533f7bfe1b7..eba5d6234858 100644 --- a/lib/libc/sys/sendfile.2 +++ b/lib/libc/sys/sendfile.2 @@ -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 |
