summaryrefslogtreecommitdiffstats
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
commit28e87a9828dae2e8c2a4ebc8fcf03598dd8ca2ca (patch)
tree2a1c7882e870496e676f3f8dd76078304557bb22
parentfb03e5cc79deb7e5c18a573f4269f402814de1f5 (diff)
downloadruby-28e87a9828dae2e8c2a4ebc8fcf03598dd8ca2ca.tar.gz
ruby-28e87a9828dae2e8c2a4ebc8fcf03598dd8ca2ca.tar.xz
ruby-28e87a9828dae2e8c2a4ebc8fcf03598dd8ca2ca.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--io.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/io.c b/io.c
index 76b6f8771..32b8a7b3c 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