summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-11 05:53:20 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-11 05:53:20 +0000
commited924d2fa98428e684eeec06a43e687bf6adf0e9 (patch)
tree985f4d0db1407cbd14d7783fdc7268fe647f1f71 /NEWS
parent3007acfbc6faaf65148697edcb9907ba23551e85 (diff)
cosmetic change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 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).