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

ruby-changes:11057

From: akr <ko1@a...>
Date: Thu, 26 Feb 2009 23:39:18 +0900 (JST)
Subject: [ruby-changes:11057] Ruby:r22651 (trunk): rdoc update.

akr	2009-02-26 23:39:12 +0900 (Thu, 26 Feb 2009)

  New Revision: 22651

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22651

  Log:
    rdoc update.

  Modified files:
    trunk/ext/socket/ancdata.c

Index: ext/socket/ancdata.c
===================================================================
--- ext/socket/ancdata.c	(revision 22650)
+++ ext/socket/ancdata.c	(revision 22651)
@@ -261,7 +261,7 @@
  * - SOL_SOCKET/SCM_BINTIME (2**(-64) second) FreeBSD
  *
  * Note that Time cannot represent SCM_BINTIME timestamps accurately
- * because Time uses nano second as internal representation.
+ * because Time represents a time in nano second granularity.
  *
  *   Addrinfo.udp("127.0.0.1", 0).bind {|s1|
  *     Addrinfo.udp("127.0.0.1", 0).bind {|s2|

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

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