mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix Dir.for_fd call-seq
This commit is contained in:
parent
09295ea796
commit
c08fe40872
1 changed files with 1 additions and 1 deletions
2
dir.c
2
dir.c
|
@ -591,7 +591,7 @@ dir_s_close(rb_execution_context_t *ec, VALUE klass, VALUE dir)
|
|||
# if defined(HAVE_FDOPENDIR) && defined(HAVE_DIRFD)
|
||||
/*
|
||||
* call-seq:
|
||||
* Dir.fdopendir(integer) -> aDir
|
||||
* Dir.for_fd(integer) -> aDir
|
||||
*
|
||||
* Returns a Dir representing the directory specified by the given
|
||||
* directory file descriptor. Note that the returned Dir will not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue