summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-24 11:08:52 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-24 11:08:52 +0000
commitbe561cbebedeb3a5c8cf164a488c56ffd412d894 (patch)
tree5c2518284e8fb096cb3b1808df2ceedf316f577a
parent9a82672ce294d85571f5ec470bef76f765bc32f4 (diff)
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/open3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open3.rb b/lib/open3.rb
index 7f68d706e9..01ccbc4a2d 100644
--- a/lib/open3.rb
+++ b/lib/open3.rb
@@ -23,7 +23,7 @@
# - Open3.pipeline_rw : pipes for first stdin and last stdout of a pipeline
# - Open3.pipeline_r : pipe for last stdout of a pipeline
# - Open3.pipeline_w : pipe for first stdin of a pipeline
-# - Open3.pipeline_start : a pipeline
+# - Open3.pipeline_start : run a pipeline and don't wait
# - Open3.pipeline : run a pipline and wait
#