diff options
Diffstat (limited to 'lib/libc/sys/sendfile.2')
| -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 c2ca5296845c..09e8dac70d64 100644 --- a/lib/libc/sys/sendfile.2 +++ b/lib/libc/sys/sendfile.2 @@ -40,7 +40,9 @@ .Ft int .Fn sendfile "int fd" "int s" "off_t offset" "size_t nbytes" "struct sf_hdtr *hdtr" "off_t *sbytes" "int flags" .Sh DESCRIPTION -.Fn Sendfile +The +.Fn sendfile +system call sends a regular file specified by descriptor .Fa fd out a stream socket specified by descriptor @@ -147,12 +149,16 @@ If specified, the number of bytes successfully sent will be returned in .Xr socket 2 , .Xr writev 2 .Sh HISTORY +The .Fn sendfile +system call first appeared in .Fx 3.0 . This manual page first appeared in .Fx 3.1 . .Sh AUTHORS +The .Fn sendfile +system call and this manual page were written by .An David Greenman Aq dg@root.com . |
