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/erl_nif.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/erl_nif.xml')
-rw-r--r-- | erts/doc/src/erl_nif.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml index 8e4d8130f5..27887cbdf6 100644 --- a/erts/doc/src/erl_nif.xml +++ b/erts/doc/src/erl_nif.xml @@ -4,7 +4,7 @@ <cref> <header> <copyright> - <year>2001</year><year>2009</year> + <year>2001</year><year>2010</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -1130,7 +1130,7 @@ typedef enum { </funcs> <section> <title>SEE ALSO</title> - <p><seealso marker="erlang#load_nif-2">load_nif(3)</seealso></p> + <p><seealso marker="erlang#load_nif-2">erlang:load_nif/2</seealso></p> </section> </cref> |