diff options
author | Björn Gustavsson <[email protected]> | 2017-01-11 14:13:49 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-01-11 14:13:49 +0100 |
commit | b69086df7487e74879de6b6f027df6507ec4fc86 (patch) | |
tree | acad2f2ffed1f47f9b1a67721d00a34e05c13774 | |
parent | 5056a16cfcfdcdcb1b48e24936f12a70269dcf02 (diff) | |
download | otp-b69086df7487e74879de6b6f027df6507ec4fc86.tar.gz otp-b69086df7487e74879de6b6f027df6507ec4fc86.tar.bz2 otp-b69086df7487e74879de6b6f027df6507ec4fc86.zip |
config.xml: Remove superfluous reference to R10B
-rw-r--r-- | lib/kernel/doc/src/config.xml | 4 |
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> |