aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-09-19 14:37:24 +0200
committerSverker Eriksson <[email protected]>2016-09-19 14:37:24 +0200
commit48314b2f6bedee39cb20c38599b9b1c2611e9b51 (patch)
tree3776f8c4eb11e008c9297b48efbd6772e2cc7239 /erts
parent4f8071d81aa0690caa3adc734d73a1cb004ad808 (diff)
downloadotp-48314b2f6bedee39cb20c38599b9b1c2611e9b51.tar.gz
otp-48314b2f6bedee39cb20c38599b9b1c2611e9b51.tar.bz2
otp-48314b2f6bedee39cb20c38599b9b1c2611e9b51.zip
erts: Remove old doc note for erlang:load_nif
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/erlang.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index d22d40ba8a..f318f28b6d 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -2562,13 +2562,6 @@ os_prompt%</pre>
<name name="load_nif" arity="2"/>
<fsummary>Load NIF library.</fsummary>
<desc>
- <note>
- <p>Before Erlang/OTP R14B, NIFs were an
- experimental feature. Versions before Erlang/OTP R14B can
- have different and possibly incompatible NIF semantics and
- interfaces. For example, in Erlang/OTP R13B03 the return value on
- failure was <c>{error,Reason,Text}</c>.</p>
- </note>
<p>Loads and links a dynamic library containing native
implemented functions (NIFs) for a module. <c><anno>Path</anno></c>
is a file path to the shareable object/dynamic library file minus