Document the fact that sendfile(2) can EOPNOTSUPP if the underlying
filesystem for the file being transferred doesn't support UIO_NOCOPY. Reported by: Niki Denev <nike_d@cytexbg.com>
This commit is contained in:
parent
012546dd27
commit
9dc2f0df89
@ -247,6 +247,11 @@ The
|
||||
.Fa s
|
||||
argument
|
||||
is not a socket.
|
||||
.It Bq Er EOPNOTSUPP
|
||||
The file system for descriptor
|
||||
.Fa fd
|
||||
does not support
|
||||
.Fn sendfile .
|
||||
.It Bq Er EPIPE
|
||||
The socket peer has closed the connection.
|
||||
.El
|
||||
|
Loading…
Reference in New Issue
Block a user