From be561cbebedeb3a5c8cf164a488c56ffd412d894 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 Oct 2011 11:08:52 +0000 Subject: update doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/open3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- cgit v1.2.3