diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-12 02:14:50 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-12 02:14:50 +0000 |
| commit | af0851281a404dfabb5d2b742db3dea969d9d866 (patch) | |
| tree | a0561830e9b2111f6dbce6e6977f71ef89066b44 | |
| parent | 992989d817bec613644fcac1de2880b2abad2711 (diff) | |
| download | ruby-af0851281a404dfabb5d2b742db3dea969d9d866.tar.gz ruby-af0851281a404dfabb5d2b742db3dea969d9d866.tar.xz ruby-af0851281a404dfabb5d2b742db3dea969d9d866.zip | |
* file.c (rb_f_test): typo in RDoc comments.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | file.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Wed Oct 12 11:08:54 2005 WATANABE Hirofumi <eban@ruby-lang.org> + + * file.c (rb_f_test): typo in RDoc comments. + Tue Oct 11 21:41:58 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_obj_respond_to): check if obj responds to the given @@ -3072,7 +3072,7 @@ test_check(n, argc, argv) * ?d | boolean | True if file1 exists and is a directory * ?e | boolean | True if file1 exists * ?f | boolean | True if file1 exists and is a regular file - * ?g | boolean | True if files has the \CF{setgid} bit + * ?g | boolean | True if file1 has the \CF{setgid} bit * | | set (false under NT) * ?G | boolean | True if file1 exists and has a group * | | ownership equal to the caller's group |
