summaryrefslogtreecommitdiffstats
path: root/man2/vmsplice.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/vmsplice.2')
-rw-r--r--man2/vmsplice.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/vmsplice.2 b/man2/vmsplice.2
index 4520b8a..ccbf2c6 100644
--- a/man2/vmsplice.2
+++ b/man2/vmsplice.2
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH vmsplice 2 2023-03-30 "Linux man-pages 6.05.01"
+.TH vmsplice 2 2023-10-31 "Linux man-pages 6.7"
.SH NAME
vmsplice \- splice user pages to/from a pipe
.SH LIBRARY
@@ -13,7 +13,7 @@ Standard C library
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <fcntl.h>
-.PP
+.P
.BI "ssize_t vmsplice(int " fd ", const struct iovec *" iov ,
.BI " size_t " nr_segs ", unsigned int " flags );
.fi
@@ -50,14 +50,14 @@ from a pipe.
The file descriptor
.I fd
must refer to a pipe.
-.PP
+.P
The pointer
.I iov
points to an array of
.I iovec
structures as described in
.BR iovec (3type).
-.PP
+.P
The
.I flags
argument is a bit mask that is composed by ORing together
@@ -148,7 +148,7 @@ as defined in
Currently,
.\" UIO_MAXIOV in kernel source
this limit is 1024.
-.PP
+.P
.\" commit 6a14b90bb6bc7cd83e2a444bf457a2ea645cbfe7
.BR vmsplice ()
really supports true splicing only from user memory to a pipe.