ruby-changes:55179
From: nobu <ko1@a...>
Date: Sat, 30 Mar 2019 21:37:27 +0900 (JST)
Subject: [ruby-changes:55179] nobu:r67386 (trunk): process.c: [DOC] remove extra quotes [ci skip]
nobu 2019-03-30 21:37:23 +0900 (Sat, 30 Mar 2019) New Revision: 67386 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67386 Log: process.c: [DOC] remove extra quotes [ci skip] Modified files: trunk/process.c Index: process.c =================================================================== --- process.c (revision 67385) +++ process.c (revision 67386) @@ -4594,7 +4594,7 @@ rb_f_system(int argc, VALUE *argv) https://github.com/ruby/ruby/blob/trunk/process.c#L4594 * 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/