summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-16 06:25:38 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-16 06:25:38 +0000
commit06ce8535dc0e95e5fb6e76c71967c633bd986ebb (patch)
tree8f552c5836fec2251e5fae3df16484f0690ea837
parentff3c3a872772798a11d9aa646780273c74e1bc1d (diff)
downloadruby-06ce8535dc0e95e5fb6e76c71967c633bd986ebb.tar.gz
ruby-06ce8535dc0e95e5fb6e76c71967c633bd986ebb.tar.xz
ruby-06ce8535dc0e95e5fb6e76c71967c633bd986ebb.zip
fixed document system dependent (case sensitivity is 1.9 feature)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--dir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dir.c b/dir.c
index 70c258994..4a7025e42 100644
--- a/dir.c
+++ b/dir.c
@@ -1299,8 +1299,7 @@ dir_s_aref(obj, str)
* <i>string</i>, either as an <i>array</i> or as parameters to the
* block. Note that this pattern is not a regexp (it's closer to a
* shell glob). See <code>File::fnmatch</code> for the meaning of
- * the <i>flags</i> parameter. Note that case sensitivity
- * depends on your system (so <code>File::FNM_CASEFOLD</code> is ignored)
+ * the <i>flags</i> parameter.
*
* <code>*</code>:: Matches any file. Can be restricted by
* other values in the glob. <code>*</code>