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

ruby-changes:22678

From: drbrain <ko1@a...>
Date: Wed, 22 Feb 2012 08:02:40 +0900 (JST)
Subject: [ruby-changes:22678] drbrain:r34727 (trunk): * file.c (rb_f_test): Fix formatting of Kernel#test rdoc.

drbrain	2012-02-22 08:02:29 +0900 (Wed, 22 Feb 2012)

  New Revision: 34727

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

  Log:
    * file.c (rb_f_test):  Fix formatting of Kernel#test rdoc.

  Modified files:
    trunk/ChangeLog
    trunk/file.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34726)
+++ ChangeLog	(revision 34727)
@@ -1,3 +1,7 @@
+Wed Feb 22 06:48:55 2012  Eric Hodel  <drbrain@s...>
+
+	* file.c (rb_f_test):  Fix formatting of Kernel#test rdoc.
+
 Wed Feb 22 06:12:15 2012  Tanaka Akira  <akr@f...>
 
 	* ext/dbm/extconf.rb: check DBM_SUFFIX for Mac OS X.
Index: file.c
===================================================================
--- file.c	(revision 34726)
+++ file.c	(revision 34727)
@@ -4209,9 +4209,8 @@
  *  call-seq:
  *     test(int_cmd, file1 [, file2] ) -> obj
  *
- *  Uses the integer <i>aCmd</i> to perform various tests on
- *  <i>file1</i> (first table below) or on <i>file1</i> and
- *  <i>file2</i> (second table).
+ *  Uses the integer +int_cmd+ to perform various tests on +file1+ (first
+ *  table below) or on +file1+ and +file2+ (second table).
  *
  *  File tests on a single file:
  *
@@ -4253,7 +4252,7 @@
  *         |         | the real uid/gid
  *    "z"  | boolean | True if file1 exists and has a zero length
  *
- * Tests that take two files:
+ *  Tests that take two files:
  *
  *    "-"  | boolean | True if file1 and file2 are identical
  *    "="  | boolean | True if the modification times of file1

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

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