diff options
author | Patrik Nyblom <[email protected]> | 2010-09-03 10:38:23 +0200 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2010-09-06 11:00:14 +0200 |
commit | 18e894d86292d580966ee36d8e10028f42d5f39b (patch) | |
tree | a853c26e3cd6cd37bfe0eea81602ba061217dd51 /erts/doc/src/erlang.xml | |
parent | 144e2cec31e2ac1bad6ee6b0afc2a847f380127f (diff) | |
download | otp-18e894d86292d580966ee36d8e10028f42d5f39b.tar.gz otp-18e894d86292d580966ee36d8e10028f42d5f39b.tar.bz2 otp-18e894d86292d580966ee36d8e10028f42d5f39b.zip |
Remove warning about experimental status of NIFs from erlang.xml
Also made the SEEALSO link at the bottom of erl_nif.xml more "erlangish".
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index cd3bcd3a07..ce7fde05d9 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2034,12 +2034,14 @@ os_prompt%</pre> <v>Text = string()</v> </type> <desc> - <warning> - <p>This BIF is still an experimental feature. The interface - may be changed in any way in future releases.</p><p>In - R13B03 the return value on failure was + <note> + <p>In releases older than OTP R14B, NIF's where an + experimental feature. Versions of OTP older than R14B might + have different and possibly incompatible NIF semanticts and + interfaces. For example, in R13B03 the return value on + failure was <c>{error,Reason,Text}</c>.</p> - </warning> + </note> <p>Loads and links a dynamic library containing native implemented functions (NIFs) for a module. <c>Path</c> is a file path to the sharable object/dynamic library file minus |