summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-13 21:08:36 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-13 21:08:36 +0000
commit2614d9ba2fb5ad171200cccc88f42fa659b527c6 (patch)
treebdc37161b3c7f00f53e060f18b2aa1101f68be68 /file.c
parenta332bc59bf22951327755bfd1c655a8c6e6a4164 (diff)
* 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
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 2 insertions, 0 deletions
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[] =
* <code>0644</code>, 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 <code>0444</code>.
+ *
+ * Various constants for the methods in File can be found in File::Constants.
*/
void