mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo in Process.detatch doc [ci skip]
* process.c (proc_detach): [DOC] fix typo "intent" as "intend" in rdoc. [Fix GH-1011] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f9ac2106bf
commit
d2f4d5a5fe
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Sep 2 17:18:37 2015 Chris Schneider <chris@christopher-schneider.com>
|
||||
|
||||
* process.c (proc_detach): [DOC] fix typo "intent" as "intend" in
|
||||
rdoc. [Fix GH-1011]
|
||||
|
||||
Wed Sep 2 16:58:21 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* file.c (rb_realpath_internal): use filesystem encoding if the
|
||||
|
|
|
@ -1084,7 +1084,7 @@ rb_detach_process(rb_pid_t pid)
|
|||
* <code>Process::detach</code> prevents this by setting up a
|
||||
* separate Ruby thread whose sole job is to reap the status of the
|
||||
* process _pid_ when it terminates. Use <code>detach</code>
|
||||
* only when you do not intent to explicitly wait for the child to
|
||||
* only when you do not intend to explicitly wait for the child to
|
||||
* terminate.
|
||||
*
|
||||
* The waiting thread returns the exit status of the detached process
|
||||
|
|
Loading…
Reference in a new issue