summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-07 01:20:10 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-07 01:20:10 +0000
commit33f34bbf81ba8f72b9c0442456a2c17b8e0b4630 (patch)
tree4938796ab862aed48e9973a6fd9c67143b1010c0 /doc
parent0d63d4eee61e0e9c1b3ae8a0a11c0043d36abf33 (diff)
doc/NEWS-2.5.0: Fix the description of backtrace format change
* The backtrace format change is affected by $stderr, but not STDERR. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-2.5.04
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/NEWS-2.5.0 b/doc/NEWS-2.5.0
index 1dab3cf7f5..aa9d588aec 100644
--- a/doc/NEWS-2.5.0
+++ b/doc/NEWS-2.5.0
@@ -557,10 +557,10 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Miscellaneous changes
-* Print backtrace and error message in reverse order if STDERR is unchanged and a tty.
+* Print backtrace and error message in reverse order if $stderr is unchanged and a tty.
[Feature #8661] [experimental]
-* Print error message in bold/underlined text if STDERR is unchanged and a tty.
+* Print error message in bold/underlined text if $stderr is unchanged and a tty.
[Feature #14140] [experimental]
* configure option --with-ext now mandates its arguments. So for