summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-04-14 14:56:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-04-14 14:57:39 +0900
commit295030969c84a4dc375c51902de9c7d614e4e5ba (patch)
treebc644df1a03f983147f8ab0dae9af0c0f6c0a861 /object.c
parent2ff41e97fac1503e66554d7d410994b9d41fe0dc (diff)
downloadruby-295030969c84a4dc375c51902de9c7d614e4e5ba.tar.gz
[DOC] Prefer RDOCLINK to the method name
Diffstat (limited to 'object.c')
-rw-r--r--object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/object.c b/object.c
index 3a9ce45f5c..4e79a6ac7a 100644
--- a/object.c
+++ b/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