mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
merge revision(s) r45604: [Backport #9748]
* lib/fileutils.rb (FileUtils#copy_entry): update rdoc about preserve option and permissions, following r31123. [ruby-core:62065] [Bug #9748] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@46192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
69eab6991a
commit
7ebed66e59
3 changed files with 9 additions and 3 deletions
|
@ -455,8 +455,8 @@ module FileUtils
|
|||
# Both of +src+ and +dest+ must be a path name.
|
||||
# +src+ must exist, +dest+ must not exist.
|
||||
#
|
||||
# If +preserve+ is true, this method preserves owner, group, permissions
|
||||
# and modified time.
|
||||
# If +preserve+ is true, this method preserves owner, group, and
|
||||
# modified time. Permissions are copied regardless +preserve+.
|
||||
#
|
||||
# If +dereference_root+ is true, this method dereference tree root.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue