mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix doc again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fc90d4a109
commit
9c18840667
1 changed files with 3 additions and 3 deletions
|
@ -223,7 +223,7 @@ module Open3
|
|||
# stdout_str, stderr_str, status = Open3.capture3([env,] cmd... [, opts])
|
||||
#
|
||||
# The arguments env, cmd and opts are passed to Open3.popen3 except
|
||||
# opts[:stdin_data]. See Process.spawn.
|
||||
# opts[:stdin_data] and opts[:binmode]. See Process.spawn.
|
||||
#
|
||||
# If opts[:stdin_data] is specified, it is sent to the command's standard input.
|
||||
#
|
||||
|
@ -287,7 +287,7 @@ module Open3
|
|||
# stdout_str, status = Open3.capture2([env,] cmd... [, opts])
|
||||
#
|
||||
# The arguments env, cmd and opts are passed to Open3.popen3 except
|
||||
# opts[:stdin_data]. See Process.spawn.
|
||||
# opts[:stdin_data] and opts[:binmode]. See Process.spawn.
|
||||
#
|
||||
# If opts[:stdin_data] is specified, it is sent to the command's standard input.
|
||||
#
|
||||
|
@ -339,7 +339,7 @@ module Open3
|
|||
# stdout_and_stderr_str, status = Open3.capture2e([env,] cmd... [, opts])
|
||||
#
|
||||
# The arguments env, cmd and opts are passed to Open3.popen3 except
|
||||
# opts[:stdin_data]. See Process.spawn.
|
||||
# opts[:stdin_data] and opts[:binmode]. See Process.spawn.
|
||||
#
|
||||
# If opts[:stdin_data] is specified, it is sent to the command's standard input.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue