1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

file.c: fix documentation

* file.c: mode is optional, defaults to 0666.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
headius 2016-01-19 18:42:36 +00:00
parent f9afa36fcf
commit 4bb6f3fd3b

2
file.c
View file

@ -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