diff options
author | Magnus Henoch <[email protected]> | 2015-06-12 13:12:43 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-06-17 15:13:46 +0200 |
commit | b313f94e91cf050eae4486ea2afcbc8aa094061b (patch) | |
tree | 3192b79ba6d03b9a0ab5fd9a9c87ef61148c0359 /lib/runtime_tools | |
parent | 831aab8a46f9f659bc422fbbef4971e9e68b201f (diff) | |
download | otp-b313f94e91cf050eae4486ea2afcbc8aa094061b.tar.gz otp-b313f94e91cf050eae4486ea2afcbc8aa094061b.tar.bz2 otp-b313f94e91cf050eae4486ea2afcbc8aa094061b.zip |
Fix markup in dbg.xml
Put the name of the functions linked to inside the seealso tag, not the word "see".
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r-- | lib/runtime_tools/doc/src/dbg.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/runtime_tools/doc/src/dbg.xml b/lib/runtime_tools/doc/src/dbg.xml index d31ccd834d..94556b7b51 100644 --- a/lib/runtime_tools/doc/src/dbg.xml +++ b/lib/runtime_tools/doc/src/dbg.xml @@ -167,7 +167,8 @@ Error: fun containing local erlang function calls ('is_atomm' called in guard)\ <item>If the <c>Item</c> is a <c>pid()</c>, the corresponding process is traced. The process may be a remote process (on another Erlang node). The node must be in the list of - traced nodes (<seealso marker="#n">see</seealso><c>n/1</c> and <c>tracer/0/2/3</c>).</item> + traced nodes (see <seealso marker="#n"><c>n/1</c></seealso> and + <c>tracer/0/2/3</c>).</item> <item>If the <c>Item</c> is the atom <c>all</c>, all processes in the system as well as all processes created hereafter are to be traced. This also affects all nodes added with the @@ -648,7 +649,7 @@ Error: fun containing local erlang function calls ('is_atomm' called in guard)\ <p>If <c>Nodename</c> is the local node, the error reason <c>cant_add_local_node</c> is returned. </p> - <p>If a trace port (<seealso marker="#trace_port">see</seealso><c>trace_port/2</c>) is + <p>If a trace port (see <seealso marker="#trace_port"><c>trace_port/2</c></seealso>) is running on the local node, remote nodes can not be traced with a tracer process. The error reason <c>cant_trace_remote_pid_to_local_port</c> is returned. A @@ -761,7 +762,7 @@ Error: fun containing local erlang function calls ('is_atomm' called in guard)\ type which is independent of the tracer on the trace control node.</p> </note> - <p>For details, <seealso marker="#tracer2">see</seealso><c>tracer/2</c>.</p> + <p>For details, see <seealso marker="#tracer2"><c>tracer/2</c></seealso>.</p> </desc> </func> <func> |