From 68c11e153d4d4babd1c8cc4ec2ffd74e0961ef00 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 29 Oct 2016 12:32:06 +0200 Subject: [PATCH] vmsplice.2: srcfix: FIXME tidy-up Signed-off-by: Michael Kerrisk --- man2/vmsplice.2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man2/vmsplice.2 b/man2/vmsplice.2 index e3e61cf27..38372150f 100644 --- a/man2/vmsplice.2 +++ b/man2/vmsplice.2 @@ -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