aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/config.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-01-11 14:13:49 +0100
committerBjörn Gustavsson <[email protected]>2017-01-11 14:13:49 +0100
commitb69086df7487e74879de6b6f027df6507ec4fc86 (patch)
treeacad2f2ffed1f47f9b1a67721d00a34e05c13774 /lib/kernel/doc/src/config.xml
parent5056a16cfcfdcdcb1b48e24936f12a70269dcf02 (diff)
downloadotp-b69086df7487e74879de6b6f027df6507ec4fc86.tar.gz
otp-b69086df7487e74879de6b6f027df6507ec4fc86.tar.bz2
otp-b69086df7487e74879de6b6f027df6507ec4fc86.zip
config.xml: Remove superfluous reference to R10B
Diffstat (limited to 'lib/kernel/doc/src/config.xml')
-rw-r--r--lib/kernel/doc/src/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kernel/doc/src/config.xml b/lib/kernel/doc/src/config.xml
index c5f37fd036..c10f11b187 100644
--- a/lib/kernel/doc/src/config.xml
+++ b/lib/kernel/doc/src/config.xml
@@ -77,8 +77,8 @@
to update the application configurations.</p>
<p>This means that specifying another <c>.config</c> file, or more
<c>.config</c> files, leads to inconsistent update of application
- configurations. Therefore, in Erlang 5.4/OTP R10B, the syntax of
- <c>sys.config</c> was extended to allow pointing out other
+ configurations. There is, however, a syntax for
+ <c>sys.config</c> that allows pointing out other
<c>.config</c> files:</p>
<code type="none">
[{Application, [{Par, Val}]} | File].</code>