summaryrefslogtreecommitdiff
path: root/system/doc/reference_manual/code_loading.xml
diff options
context:
space:
mode:
Diffstat (limited to 'system/doc/reference_manual/code_loading.xml')
-rw-r--r--system/doc/reference_manual/code_loading.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/doc/reference_manual/code_loading.xml b/system/doc/reference_manual/code_loading.xml
index b64b2eecf9..5bc4332c72 100644
--- a/system/doc/reference_manual/code_loading.xml
+++ b/system/doc/reference_manual/code_loading.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>2003</year><year>2021</year>
+ <year>2003</year><year>2023</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -157,12 +157,12 @@ loop() ->
before the <c>on_load</c> function has finished will be suspended
until the <c>on_load</c> function have finished.</p>
- <note>
- <p>Before OTP 19, if the <c>on_load</c> function failed, any
+ <change>
+ <p>Before Erlang/OTP 19, if the <c>on_load</c> function failed, any
previously current code would become old, essentially leaving
the system without any working and reachable instance of the
- module. That problem has been eliminated in OTP 19.</p>
- </note>
+ module.</p>
+ </change>
<p>In embedded mode, first all modules are loaded.
Then all <c>on_load</c> functions are called. The system is