[前][次][番号順一覧][スレッド一覧]

ruby-changes:60735

From: Nobuyoshi <ko1@a...>
Date: Fri, 10 Apr 2020 22:46:26 +0900 (JST)
Subject: [ruby-changes:60735] 8ec795400f (master): [DOC] Fixed POSIX clock_getres(3) link [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=8ec795400f

From 8ec795400f34ad6672f53040a4f303e8828a61da Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 10 Apr 2020 22:44:17 +0900
Subject: [DOC] Fixed POSIX clock_getres(3) link [ci skip]

It should not be linked to `Process.clock_getes`.

diff --git a/process.c b/process.c
index 02af42b..bfc70f5 100644
--- a/process.c
+++ b/process.c
@@ -7956,7 +7956,7 @@ rb_clock_gettime(int argc, VALUE *argv, VALUE _) https://github.com/ruby/ruby/blob/trunk/process.c#L7956
  *     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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]