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
Родитель 413b127376
Коммит 721be15494
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.