git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-08-18 09:56:43 +00:00
Родитель b6eb3fcbec
Коммит 3e1a6feeb6
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

@ -121,7 +121,7 @@ sufficient information, see the ChangeLog file or Redmine
* incompatible changes:
* `system()` and `exec()` do not close non-standard file descriptors
(The default of `:close_others` option is changed to false by
(The default of `:close_others` option is changed to `false` by
default. but we still set the `FD_CLOEXEC` flag on descriptors we
create). [Misc #14907]