diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-04-10 22:44:17 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-04-10 22:46:00 +0900 |
commit | 8ec795400f34ad6672f53040a4f303e8828a61da (patch) | |
tree | 9345c1140fa185725b6f449f9a8c336cacfa9ba9 /process.c | |
parent | b18a6b648e3c74a3b7360d2557015b05aa8b0390 (diff) |
[DOC] Fixed POSIX clock_getres(3) link [ci skip]
It should not be linked to `Process.clock_getes`.
Diffstat (limited to 'process.c')
-rw-r--r-- | process.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7956,7 +7956,7 @@ rb_clock_gettime(int argc, VALUE *argv, VALUE _) * Process.clock_getres(clock_id [, unit]) -> number * * Returns an estimate of the resolution of a +clock_id+ using the POSIX - * clock_getres() function. + * <code>clock_getres()</code> function. * * Note the reported resolution is often inaccurate on most platforms due to * operating system bugs for this function and therefore the reported resolution |