aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erl_nif.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-04-03 13:20:37 +0200
committerBjörn Gustavsson <[email protected]>2019-04-04 13:00:30 +0200
commitb075fbda0ad0a711344011fb365b00acd5b64760 (patch)
tree080d8537cbd51a8230cb1cade6f8e0ae5b129c8c /erts/doc/src/erl_nif.xml
parentb51f61b5f32a28737d0b03a29f19f48f38e4db19 (diff)
downloadotp-b075fbda0ad0a711344011fb365b00acd5b64760.tar.gz
otp-b075fbda0ad0a711344011fb365b00acd5b64760.tar.bz2
otp-b075fbda0ad0a711344011fb365b00acd5b64760.zip
Fix broken links
A multitude of broken links were found when a bug was fixed in the link checker.
Diffstat (limited to 'erts/doc/src/erl_nif.xml')
-rw-r--r--erts/doc/src/erl_nif.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml
index cf1994887a..c0be715678 100644
--- a/erts/doc/src/erl_nif.xml
+++ b/erts/doc/src/erl_nif.xml
@@ -546,8 +546,8 @@ int writeiovec(ErlNifEnv *env, ERL_NIF_TERM term, ERL_NIF_TERM *tail,
<p>Many operations communicating with a process executing a
dirty NIF can, however, complete while it executes the
dirty NIF. For example, retrieving information about it through
- <seealso marker="erlang:process_info/1">
- <c>erlang:process_info</c></seealso>, setting its group leader,
+ <seealso marker="erlang#process_info/1">
+ <c>process_info</c></seealso>, setting its group leader,
register/unregister its name, and so on.</p>
<p>Termination of a process executing a dirty NIF can only be
completed up to a certain point while it executes the dirty NIF.