update doc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-04-24 12:50:12 +00:00
parent 83c10e8905
commit 2265bdfac3

8
file.c
View File

@ -2241,7 +2241,7 @@ lchown_internal(const char *path, VALUE pathv, void *arg)
/* /*
* call-seq: * call-seq:
* file.lchown(owner_int, group_int, file_name,..) -> integer * File.lchown(owner_int, group_int, file_name,..) -> integer
* *
* Equivalent to <code>File::chown</code>, but does not follow symbolic * Equivalent to <code>File::chown</code>, but does not follow symbolic
* links (so it will change the owner associated with the link, not the * links (so it will change the owner associated with the link, not the
@ -4311,14 +4311,14 @@ test_check(int n, int argc, VALUE *argv)
/* /*
* call-seq: * call-seq:
* test(int_cmd, file1 [, file2] ) -> obj * test(cmd, file1 [, file2] ) -> obj
* *
* Uses the integer +int_cmd+ to perform various tests on +file1+ (first * Uses the integer +cmd+ to perform various tests on +file1+ (first
* table below) or on +file1+ and +file2+ (second table). * table below) or on +file1+ and +file2+ (second table).
* *
* File tests on a single file: * File tests on a single file:
* *
* Test Returns Meaning * Cmd Returns Meaning
* "A" | Time | Last access time for file1 * "A" | Time | Last access time for file1
* "b" | boolean | True if file1 is a block device * "b" | boolean | True if file1 is a block device
* "c" | boolean | True if file1 is a character device * "c" | boolean | True if file1 is a character device