mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* file.c (rb_f_test): typo in RDoc comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cc2334bd7b
commit
fea2b2378f
2 changed files with 5 additions and 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>
|
||||
|
||||
* configure.in (RUBY_FUNC_ATTRIBUTE): check prefixed attribute form
|
||||
|
|
2
file.c
2
file.c
|
@ -3018,7 +3018,7 @@ test_check(int n, int argc, VALUE *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
|
||||
|
|
Loading…
Reference in a new issue