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

ruby-changes:14403

From: akr <ko1@a...>
Date: Sun, 3 Jan 2010 03:13:38 +0900 (JST)
Subject: [ruby-changes:14403] Ruby:r26233 (trunk): rdoc update.

akr	2010-01-03 03:10:47 +0900 (Sun, 03 Jan 2010)

  New Revision: 26233

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

  Log:
    rdoc update.

  Modified files:
    trunk/lib/resolv.rb

Index: lib/resolv.rb
===================================================================
--- lib/resolv.rb	(revision 26232)
+++ lib/resolv.rb	(revision 26233)
@@ -9,10 +9,10 @@
 end
 
 # Resolv is a thread-aware DNS resolver library written in Ruby.  Resolv can
-# handle multiple DNS requests concurrently without blocking.  The ruby
+# handle multiple DNS requests concurrently without blocking the entire ruby
 # interpreter.
 #
-# See also resolv-replace.rb to replace the libc resolver with # Resolv.
+# See also resolv-replace.rb to replace the libc resolver with Resolv.
 #
 # Resolv can look up various DNS resources using the DNS module directly.
 #

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

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