aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index fbb7917d43..9f430a3382 100644
--- a/file.c
+++ b/file.c
@@ -5489,7 +5489,7 @@ rb_stat_sticky(VALUE obj)
/*
* call-seq:
- * File.mkfifo(file_name, mode) => 0
+ * File.mkfifo(file_name, mode=0666) => 0
*
* Creates a FIFO special file with name _file_name_. _mode_
* specifies the FIFO's permissions. It is modified by the process's