1
0
Fork 0
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:
Nobuyoshi Nakada 2022-04-14 14:56:22 +09:00
parent 2ff41e97fa
commit 295030969c
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

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