[PATCH] email update
[splice.git] / vmsplice.2
index 3725b3d39638bfff7690badfe11f7e2ec41873f7..31666c5820ebd9ae7980f565eed1a174464bb891 100644 (file)
@@ -39,11 +39,12 @@ and
 really apply to
 .BR vmsplice ()
 , the but the scope is shared with
-.BR splice ().
+.BR splice (2).
 
 .TP 1.9i
 .B SPLICE_F_MOVE
-Attempt to move pages instead of copying.
+See
+.BR splice (2).
 .TP
 .B SPLICE_F_NONBLOCK
 Do not block on io.
@@ -75,6 +76,9 @@ either not valid, or doesn't refer to a pipe.
 not valid, memory not aligned if
 .I SPLICE_F_GIFT
 set.
+.TP
+.B ENOMEM
+Ran out of memory.
 
 .SH NOTES
 .BR vmsplice ()
@@ -95,4 +99,4 @@ system call first appeared in Linux-2.6.17.
 .BR tee (2)
 
 .SH AUTHORS
-Jens Axboe <axboe@suse.de>
+Jens Axboe <axboe@kernel.dk>