summaryrefslogtreecommitdiff
path: root/erts/doc/src/erlang.xml
diff options
context:
space:
mode:
authorJohn Högberg <john@erlang.org>2023-02-22 12:22:57 +0100
committerGitHub <noreply@github.com>2023-02-22 12:22:57 +0100
commit8bd51c239d39923846936e00b8e52f4265d5e7b3 (patch)
tree086c9a24e847156b640bda4c6abe115ab1dfc5fa /erts/doc/src/erlang.xml
parentca77c52d2ed2a578648996b3178aaf4a21d44095 (diff)
parent76716497302c8485be42fff87aabef80f2c2a491 (diff)
downloaderlang-8bd51c239d39923846936e00b8e52f4265d5e7b3.tar.gz
Merge pull request #6829 from josevalim/jv-move-instrument
Move instrument.erl to runtime_tools OTP-18487
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r--erts/doc/src/erlang.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 91d64b782a..b99448428b 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -4316,7 +4316,7 @@ is_process_alive(P2Pid),
<p>The total amount of memory currently allocated for
the emulator that is not directly related to any Erlang
process. Memory presented as <c>processes</c> is not
- included in this memory. <seeerl marker="tools:instrument">
+ included in this memory. <seeerl marker="runtime_tools:instrument">
<c>instrument(3)</c></seeerl> can be used to
get a more detailed breakdown of what memory is part
of this type.</p>
@@ -4358,7 +4358,7 @@ is_process_alive(P2Pid),
when the emulator is run with instrumentation.</p>
<p>For information on how to run the emulator with
instrumentation, see
- <seeerl marker="tools:instrument">
+ <seeerl marker="runtime_tools:instrument">
<c>instrument(3)</c></seeerl>
and/or <seecom marker="erl"><c>erl(1)</c></seecom>.</p>
</item>