From 5d79a4658c06a518fe38f9bfbc628238b22b06cd Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 30 Apr 2006 14:34:26 +0200 Subject: [PATCH] [PATCH] Add HISTORY section to man pages. --- splice.2 | 8 ++++++-- tee.2 | 15 +++++++++------ vmsplice.2 | 5 +++++ 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/splice.2 b/splice.2 index 90b3968..7b624f6 100644 --- a/splice.2 +++ b/splice.2 @@ -56,13 +56,17 @@ shall be set to indicate an error. .SH ERRORS .TP 1.1i .B EBADF -.I fd -either not valid, or none of the descriptors refer to a pipe. +File descriptors either not valid, or do not have proper rw permission. .TP .B EINVAL Target file system doesn't support splicing, none of the descriptors refer to a pipe or offset given for non-seekable device. +.SH HISTORY +The +.BR splice (2) +system call first appeared in Linux-2.6.17. + .SH SEE ALSO .BR splice (2), .BR tee (2) diff --git a/tee.2 b/tee.2 index ce7f54e..7d806d4 100644 --- a/tee.2 +++ b/tee.2 @@ -50,13 +50,16 @@ shall be set to indicate an error. .SH ERRORS .TP 1.1i -.B EBADF -.I fd -either not valid, or none of the descriptors refer to a pipe. -.TP .B EINVAL -Target file system doesn't support splicing, none of the descriptors refer -to a pipe or offset given for non-seekable device. +.I fd_in +and +.I fd_out +do not both refer to a pipe. + +.SH HISTORY +The +.BR tee (2) +system call first appeared in Linux-2.6.17. .SH SEE ALSO .BR splice (2), diff --git a/vmsplice.2 b/vmsplice.2 index 7662f55..3725b3d 100644 --- a/vmsplice.2 +++ b/vmsplice.2 @@ -85,6 +85,11 @@ as defined in .IR . At the time of this writing, that limit is 1024. +.SH HISTORY +The +.BR vmsplice (2) +system call first appeared in Linux-2.6.17. + .SH SEE ALSO .BR splice (2), .BR tee (2) -- 2.25.1