From ed924d2fa98428e684eeec06a43e687bf6adf0e9 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 11 Mar 2012 05:53:20 +0000 Subject: [PATCH] cosmetic change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6aed970bdc..03b8000014 100644 --- a/NEWS +++ b/NEWS @@ -86,8 +86,7 @@ with all sufficient information, see the ChangeLog file. * Merge Onigmo. https://github.com/k-takata/Onigmo - * incompatible changes: - The :close_others option is true by default for system() and exec(). + * The :close_others option is true by default for system() and exec(). Also, the close-on-exec flag is set by default for all new file descriptors. This means file descriptors doesn't inherit to spawned process unless explicitly requested such as system(..., fd=>fd).