aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-01-28 14:41:57 +0100
committerBjörn Gustavsson <[email protected]>2014-01-28 14:41:57 +0100
commit4e07b3f6989fd28b65a1ac04c2ae1c6a8dae6ff2 (patch)
tree854bd46c637b3e4a5ebccab4cc94075a305d93bc /system
parent566a2ef07e3635bfa65d371505c61b43be82f617 (diff)
parent4076abdff116b5b79344b97d21457bc7cbb8d41b (diff)
downloadotp-4e07b3f6989fd28b65a1ac04c2ae1c6a8dae6ff2.tar.gz
otp-4e07b3f6989fd28b65a1ac04c2ae1c6a8dae6ff2.tar.bz2
otp-4e07b3f6989fd28b65a1ac04c2ae1c6a8dae6ff2.zip
Merge branch 'bjorn/on_load-documentation/OTP-11611'
* bjorn/on_load-documentation/OTP-11611: Update the note for -on_load()
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/code_loading.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/doc/reference_manual/code_loading.xml b/system/doc/reference_manual/code_loading.xml
index 10022a5d33..23871dfa83 100644
--- a/system/doc/reference_manual/code_loading.xml
+++ b/system/doc/reference_manual/code_loading.xml
@@ -121,10 +121,9 @@ loop() ->
<title>Running a function when a module is loaded</title>
<warning>
- <p>This section describes an experimental feature that was
- introduced in R13B03, and changed in a backwards-incompatible
- way in R13B04. There may be more backward-incompatible changes
- in future releases.</p>
+ <p>We recommend that the feature described in this section is to
+ be used only for loading NIF libraries. For other usages this
+ feature should be considered experimental.</p>
</warning>
<p>The <c>-on_load()</c> directive names a function that should