[DOC] Prefer RDOCLINK to the method name
This commit is contained in:
parent
2ff41e97fa
commit
295030969c
3
object.c
3
object.c
@ -4456,7 +4456,8 @@ InitVM_Object(void)
|
||||
*
|
||||
* === 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.
|
||||
* - #fork: Forks the current process into two processes.
|
||||
* - #spawn: Executes the given command and returns its pid without waiting
|
||||
|
Loading…
x
Reference in New Issue
Block a user