diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-04-14 14:56:22 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-04-14 14:57:39 +0900 |
commit | 295030969c84a4dc375c51902de9c7d614e4e5ba (patch) | |
tree | bc644df1a03f983147f8ab0dae9af0c0f6c0a861 /object.c | |
parent | 2ff41e97fac1503e66554d7d410994b9d41fe0dc (diff) |
[DOC] Prefer RDOCLINK to the method name
Diffstat (limited to 'object.c')
-rw-r--r-- | object.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |