summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdette Lamar <[email protected]>2022-06-21 09:16:20 -0500
committergit <[email protected]>2022-06-21 23:16:24 +0900
commit2e81fd764b9046389f432181b5b3a3192621bde7 ()
tree3e2bce16f2989dd0ebabb1586ce0c70050503b5e
parent1002998c6df5a5cc4b9dd42bee371797a131ee44 (diff)
[ruby/fileutils] Correct method references for secure removal (https://.com/ruby/fileutils/pull/93)
https://.com/ruby/fileutils/commit/42c9685826
-rw-r--r--lib/fileutils.rb6
1 files changed, 3 insertions, 3 deletions
@@ -166,9 +166,9 @@ end
# \Method \FileUtils.remove_entry_secure removes securely
# by applying a special pre-process:
#
-# - If the target path points to a directory, this method uses
-# {chown(2)}[https://man7.org/linux/man-pages/man2/chown.2.html]
-# and {chmod(2)}[https://man7.org/linux/man-pages/man2/chmod.2.html]
# in removing directories.
# - The owner of the target directory should be either the current process
# or the super user (root).