From 295030969c84a4dc375c51902de9c7d614e4e5ba Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 14 Apr 2022 14:56:22 +0900 Subject: [DOC] Prefer RDOCLINK to the method name --- object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'object.c') 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 -- cgit v1.2.1