mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Prefer RDOCLINK to the method name
This commit is contained in:
parent
2ff41e97fa
commit
295030969c
1 changed files with 2 additions and 1 deletions
3
object.c
3
object.c
|
@ -4456,7 +4456,8 @@ InitVM_Object(void)
|
||||||
*
|
*
|
||||||
* === Subprocesses
|
* === Subprocesses
|
||||||
*
|
*
|
||||||
* - {`command`}[#method-i-60]: Returns the standard output of running +command+ in a subshell.
|
* - {\`command`}[rdoc-ref:Kernel#`]: Returns the standard output of running
|
||||||
|
* +command+ in a subshell.
|
||||||
* - #exec: Replaces current process with a new process.
|
* - #exec: Replaces current process with a new process.
|
||||||
* - #fork: Forks the current process into two processes.
|
* - #fork: Forks the current process into two processes.
|
||||||
* - #spawn: Executes the given command and returns its pid without waiting
|
* - #spawn: Executes the given command and returns its pid without waiting
|
||||||
|
|
Loading…
Add table
Reference in a new issue