[PATCH] Add HISTORY section to man pages.
authorJens Axboe <axboe@suse.de>
Sun, 30 Apr 2006 12:34:26 +0000 (14:34 +0200)
committerJens Axboe <axboe@suse.de>
Sun, 30 Apr 2006 12:34:26 +0000 (14:34 +0200)
splice.2
tee.2
vmsplice.2

index 90b39683ecb4ac9ee401c76c3ba57b58f9a4c58b..7b624f6a7f30ca13db95eb953a3b83dc6a4e9b83 100644 (file)
--- 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 ce7f54e1e79243a221ad248df6f973cb69c2ba9f..7d806d482dee9435602770ba3f8ffa7aa8847542 100644 (file)
--- 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),
index 7662f5596d7c2a90f14eb9d5ef94e06f5bb385af..3725b3d39638bfff7690badfe11f7e2ec41873f7 100644 (file)
@@ -85,6 +85,11 @@ as defined in
 .IR <limits.h> .
 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)