diff options
author | Björn Gustavsson <[email protected]> | 2014-01-27 11:42:47 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-01-27 11:52:15 +0100 |
commit | 4076abdff116b5b79344b97d21457bc7cbb8d41b (patch) | |
tree | 1eac45bbbe380ccf69818de7b6fcc5783a72896a /system/doc | |
parent | ab20369b433a8e6440e5e71a1c92bf7440916192 (diff) | |
download | otp-4076abdff116b5b79344b97d21457bc7cbb8d41b.tar.gz otp-4076abdff116b5b79344b97d21457bc7cbb8d41b.tar.bz2 otp-4076abdff116b5b79344b97d21457bc7cbb8d41b.zip |
Update the note for -on_load()
We can't recommend -on_load() for general use.
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/reference_manual/code_loading.xml | 7 |
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 |