aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-04-19 11:23:39 +0200
committerLukas Larsson <[email protected]>2016-04-26 16:02:44 +0200
commit115476cea0db80bb8d53b1a2f08c3b64d62df4ff (patch)
treeb868ec99fda6060eef42eca2aa1f202ee1ebe1e6 /erts
parent7d000278728f5f8940d02fe9798735820baa79e5 (diff)
downloadotp-115476cea0db80bb8d53b1a2f08c3b64d62df4ff.tar.gz
otp-115476cea0db80bb8d53b1a2f08c3b64d62df4ff.tar.bz2
otp-115476cea0db80bb8d53b1a2f08c3b64d62df4ff.zip
erts: Fix broken doc link to erl_tracer
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/erlang.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 423ccdf98f..1daa582584 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -8637,8 +8637,8 @@ timestamp() ->
<p>Specifies that a tracer module should be called
instead of sending a trace message. The tracer module
can then ignore or change the trace message. For more details
- on how to write a tracer module see <seealso marker="erl_tracer">
- erl_tracer</seealso>
+ on how to write a tracer module see
+ <seealso marker="erts:erl_tracer"><c>erl_tracer</c></seealso>
</p>
</item>
</taglist>
@@ -8989,7 +8989,7 @@ timestamp() ->
<c>erlang:trace_delivered(<anno>Tracee</anno>)</c> resides on.
The special <c><anno>Tracee</anno></c> atom <c>all</c>
denotes all processes that currently are traced in the node.</p>
- <p>When used together with an <seealso marker="#erl_tracer">
+ <p>When used together with an <seealso marker="erts:erl_tracer">
Tracer Module</seealso> any message sent in the trace callback
is guaranteed to have reached it's recipient before the
<c>trace_delivered</c> message is sent.</p>