summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-18 05:07:38 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-18 05:07:38 +0000
commitde55ffd02450e2020af9a288b950c6d5d7596fd5 (patch)
tree2a1c7882e870496e676f3f8dd76078304557bb22 /io.c
parent6fa352271f9bdfe1c86f0d29df4e56bdb2eabcd3 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/io.c b/io.c
index 76b6f8771e..32b8a7b3c1 100644
--- a/io.c
+++ b/io.c
@@ -3528,9 +3528,13 @@ rb_io_binmode(VALUE io)
* call-seq:
* ios.binmode => ios
*
- * Puts <em>ios</em> into binary mode. This is useful only in
- * MS-DOS/Windows environments. Once a stream is in binary mode, it
- * cannot be reset to nonbinary mode.
+ * Puts <em>ios</em> into binary mode.
+ * Once a stream is in binary mode, it cannot be reset to nonbinary mode.
+ *
+ * - newline conversion disabled
+ * - encoding conversion disabled
+ * - content is treated as ASCII-8BIT
+ *
*/
static VALUE