summaryrefslogtreecommitdiffstats
path: root/man2/vmsplice.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/vmsplice.2')
-rw-r--r--man2/vmsplice.218
1 files changed, 9 insertions, 9 deletions
diff --git a/man2/vmsplice.2 b/man2/vmsplice.2
index 819465b23..ca182d152 100644
--- a/man2/vmsplice.2
+++ b/man2/vmsplice.2
@@ -56,7 +56,7 @@ The pointer
points to an array of
.I iovec
structures as described in
-.BR iovec (3type).
+.MR iovec 3type .
.P
The
.I flags
@@ -67,20 +67,20 @@ zero or more of the following values:
Unused for
.BR vmsplice ();
see
-.BR splice (2).
+.MR splice 2 .
.TP
.B SPLICE_F_NONBLOCK
.\" Not used for vmsplice
.\" May be in the future -- therefore EAGAIN
Do not block on I/O; see
-.BR splice (2)
+.MR splice 2
for further details.
.TP
.B SPLICE_F_MORE
Currently has no effect for
.BR vmsplice (),
but may be implemented in the future; see
-.BR splice (2).
+.MR splice 2 .
.TP
.B SPLICE_F_GIFT
The user pages are a gift to the kernel.
@@ -88,11 +88,11 @@ The application may not modify this memory ever,
.\" FIXME . Explain the following line in a little more detail:
otherwise the page cache and on-disk data may differ.
Gifting pages to the kernel means that a subsequent
-.BR splice (2)
+.MR splice 2
.B SPLICE_F_MOVE
can successfully move the pages;
if this flag is not specified, then a subsequent
-.BR splice (2)
+.MR splice 2
.B SPLICE_F_MOVE
must copy the pages.
Data must also be properly page aligned, both in memory and length.
@@ -157,6 +157,6 @@ But this makes the interface nice and symmetric and enables people to build on
.BR vmsplice ()
with room for future improvement in performance.
.SH SEE ALSO
-.BR splice (2),
-.BR tee (2),
-.BR pipe (7)
+.MR splice 2 ,
+.MR tee 2 ,
+.MR pipe 7