vmsplice.2: srcfix: FIXME tidy-up

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-29 12:32:06 +02:00
parent eec5c0d0cc
commit 68c11e153d
1 changed files with 4 additions and 2 deletions

View File

@ -75,6 +75,7 @@ The
.I flags
argument is a bit mask that is composed by ORing together
zero or more of the following values:
.RS
.TP 1.9i
.B SPLICE_F_MOVE
Unused for
@ -109,9 +110,10 @@ if this flag is not specified, then a subsequent
.B SPLICE_F_MOVE
must copy the pages.
Data must also be properly page aligned, both in memory and length.
.RE
.\" FIXME
.\" It looks like the page-alignment requirement went away with
.\" commit bd1a68b59c8e3bce45fb76632c64e1e063c3962d
.\" It looks like the page-alignment requirement went away with
.\" commit bd1a68b59c8e3bce45fb76632c64e1e063c3962d
.\"
.\" .... if we expect to later SPLICE_F_MOVE to the cache.
.SH RETURN VALUE