diff options
author | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-17 21:51:01 +0000 |
---|---|---|
committer | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-17 21:51:01 +0000 |
commit | c5b5ab0935686dfbfb2b4037bca026426c8d96e1 (patch) | |
tree | 15a55544b8727299fb49cb4edad1f55aa413f46d /file.c | |
parent | c1ecff1b1e2eb1c4a10e305dd6cc25d7a94436f6 (diff) | |
download | ruby-c5b5ab0935686dfbfb2b4037bca026426c8d96e1.tar.gz |
* enum.c: Documentation: small fixes
* file.c: ditto
* io.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2145,7 +2145,7 @@ lchown_internal(const char *path, void *arg) /* * 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 * links (so it will change the owner associated with the link, not the @@ -3985,7 +3985,7 @@ test_check(int n, int argc, VALUE *argv) /* * call-seq: - * test(int_cmd, file1 [, file2] )->obj + * 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 @@ -4518,7 +4518,7 @@ rb_stat_R(VALUE obj) /* * call-seq: - * stat.world_readable?->fixnum or nil + * stat.world_readable? -> fixnum or nil * * If <i>stat</i> is readable by others, returns an integer * representing the file permission bits of <i>stat</i>. Returns |