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:
parent
f9afa36fcf
commit
4bb6f3fd3b
1 changed files with 1 additions and 1 deletions
2
file.c
2
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
|
||||
|
|
Loading…
Reference in a new issue