From 955606f586db59066b62763fcd5e9a9599383e0a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 2 Jan 2017 00:39:10 +0000 Subject: splice: clarification regarding tee() flags It's not our fault, it's the kernels :P --- ext/sleepy_penguin/splice.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/sleepy_penguin/splice.c b/ext/sleepy_penguin/splice.c index 2f901a8..4ce2557 100644 --- a/ext/sleepy_penguin/splice.c +++ b/ext/sleepy_penguin/splice.c @@ -206,7 +206,8 @@ static ssize_t do_tee(int argc, VALUE *argv, unsigned dflags) * +flags+ may be zero (the default) or a combination of: * * SleepyPenguin::F_NONBLOCK * - * Other splice-related flags are currently unimplemented or have no effect. + * Other splice-related flags are currently unimplemented in the + * kernel and have no effect. * * Returns the number of bytes duplicated if successful. * Raises EOFError when +io_in+ is closed and emptied. -- cgit v1.2.3-24-ge0c7