summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-21 23:02:29 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-21 23:02:29 +0000
commit9dc0d6fe638371fe42c5e985f0992b8071f8297b (patch)
tree9c87178049d4a5b0f337de14c336d4a32fe9f894 /file.c
parent8963f50f269f93d2ca7034cf3c6508e9df1686f6 (diff)
* file.c (rb_f_test): Fix formatting of Kernel#test rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/file.c b/file.c
index 11e9766f86..5f0b6f3b5d 100644
--- a/file.c
+++ b/file.c
@@ -4209,9 +4209,8 @@ test_check(int n, int argc, VALUE *argv)
* 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 @@ test_check(int n, int argc, VALUE *argv)
* | | 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