From 3e1a6feeb636a37bc671461eb341dff97eb4b82b Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 18 Aug 2018 09:56:43 +0000 Subject: [PATCH] NEWS: quote false [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5f8db24c0f..3c0a5b4d9a 100644 --- a/NEWS +++ b/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]