about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-02 00:39:10 +0000
committerEric Wong <e@80x24.org>2017-01-02 00:39:10 +0000
commit955606f586db59066b62763fcd5e9a9599383e0a (patch)
treef70a27c1100547f1a16a2ae51bd3dfb8bee04b13
parent207f50b31a41071d3154c2f752967e50ff056488 (diff)
downloadsleepy_penguin-955606f586db59066b62763fcd5e9a9599383e0a.tar.gz
It's not our fault, it's the kernels :P
-rw-r--r--ext/sleepy_penguin/splice.c3
1 files changed, 2 insertions, 1 deletions
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.