diff options
Diffstat (limited to 'lib/libc/sys/sendfile.2')
-rw-r--r-- | lib/libc/sys/sendfile.2 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2 index 751b471..ef824ef 100644 --- a/lib/libc/sys/sendfile.2 +++ b/lib/libc/sys/sendfile.2 @@ -38,7 +38,10 @@ .In sys/socket.h .In sys/uio.h .Ft int -.Fn sendfile "int fd" "int s" "off_t offset" "size_t nbytes" "struct sf_hdtr *hdtr" "off_t *sbytes" "int flags" +.Fo sendfile +.Fa "int fd" "int s" "off_t offset" "size_t nbytes" +.Fa "struct sf_hdtr *hdtr" "off_t *sbytes" "int flags" +.Fc .Sh DESCRIPTION The .Fn sendfile @@ -80,7 +83,9 @@ and .Fa trailers pointers, if .Pf non- Dv NULL , -point to arrays of struct iovec structures. +point to arrays of +.Vt "struct iovec" +structures. See the .Fn writev system call for information on the iovec structure. |