зеркало из https://github.com/github/ruby.git
[DOC] improve rdoc formatting for links [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ce7c1c0577
Коммит
378f028077
4
file.c
4
file.c
|
@ -2737,7 +2737,7 @@ utime_internal_i(int argc, VALUE *argv, int follow)
|
||||||
* Sets the access and modification times of each named file to the
|
* Sets the access and modification times of each named file to the
|
||||||
* first two arguments. If a file is a symlink, this method acts upon
|
* first two arguments. If a file is a symlink, this method acts upon
|
||||||
* its referent rather than the link itself; for the inverse
|
* its referent rather than the link itself; for the inverse
|
||||||
* behavior see <code>File.lutime</code>. Returns the number of file
|
* behavior see File.lutime. Returns the number of file
|
||||||
* names in the argument list.
|
* names in the argument list.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -2756,7 +2756,7 @@ rb_file_s_utime(int argc, VALUE *argv)
|
||||||
* Sets the access and modification times of each named file to the
|
* Sets the access and modification times of each named file to the
|
||||||
* first two arguments. If a file is a symlink, this method acts upon
|
* first two arguments. If a file is a symlink, this method acts upon
|
||||||
* the link itself as opposed to its referent; for the inverse
|
* the link itself as opposed to its referent; for the inverse
|
||||||
* behavior, see <code>File.utime</code>. Returns the number of file
|
* behavior, see File.utime. Returns the number of file
|
||||||
* names in the argument list.
|
* names in the argument list.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче