diff options
-rw-r--r-- | lib/libc/sys/sendfile.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2 index f04e405..2b2da3d 100644 --- a/lib/libc/sys/sendfile.2 +++ b/lib/libc/sys/sendfile.2 @@ -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 |