From 27282c15d4c9e87e33351f0d424a8d83fea7fc1f Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 21 Jun 2009 09:13:48 +0000 Subject: merges r23657 from trunk into ruby_1_9_1. -- * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro at [ruby-core:23767]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 4754b75ae..5a46f1bfc 100644 --- a/dir.c +++ b/dir.c @@ -1635,7 +1635,7 @@ dir_s_aref(int argc, VALUE *argv, VALUE obj) * match all files beginning with * c; *c will match * all files ending with c; and - * *c* will match all files that + * \*c\* will match all files that * have c in them (including at * the beginning or end). Equivalent to * / .* /x in regexp. -- cgit