diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-25 08:55:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-25 08:55:54 +0000 |
commit | 6b04f0093a029be0372c3f35514ef27cbcc6083f (patch) | |
tree | c8bdcb2dfac9d00fb8c9f7a127eb4af134e2ff71 /file.c | |
parent | 6100675d8ff7dd99ada04d9cc19a96077b901664 (diff) |
* file.c: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4572,7 +4572,6 @@ define_filetest_function(name, func, argc) * file: * * The permission bits <code>0644</code> (in octal) would thus be - intern_path(str); * interpreted as read/write for owner, and read-only for group and * other. Higher-order bits may also be used to indicate the type of * file (plain, directory, pipe, socket, and so on) and various other |