From 2614d9ba2fb5ad171200cccc88f42fa659b527c6 Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 13 Sep 2013 21:08:36 +0000 Subject: * dir.c (dir_s_glob): [DOC] Improve wording and layout. * dir.c (file_s_fnmatch): ditto. * dir.c (Init_Dir): [DOC] Document File::Constants::FNM_XXX constants. (These won't show up in RDoc until a new RDoc is imported.) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'file.c') diff --git a/file.c b/file.c index bad8f3d835..bb2403ec69 100644 --- a/file.c +++ b/file.c @@ -5567,6 +5567,8 @@ static const char null_device[] = * 0644, which means read/write for owner, read-only for * all others. The only change that can be made is to make the file * read-only, which is reported as 0444. + * + * Various constants for the methods in File can be found in File::Constants. */ void -- cgit v1.2.3