1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

process.c: [DOC] remove extra quotes [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2019-03-30 12:37:23 +00:00
parent 413b127376
commit 721be15494

View file

@ -4594,7 +4594,7 @@ rb_f_system(int argc, VALUE *argv)
* current directory:
* :chdir => str
*
* The <code>'cmdname, arg1, ...'</code> form does not use the shell.
* The <code>cmdname, arg1, ...</code> form does not use the shell.
* However, on different OSes, different things are provided as
* built-in commands. An example of this is +'echo'+, which is a
* built-in on Windows, but is a normal program on Linux and Mac OS X.