From b313f94e91cf050eae4486ea2afcbc8aa094061b Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Fri, 12 Jun 2015 13:12:43 +0100 Subject: Fix markup in dbg.xml Put the name of the functions linked to inside the seealso tag, not the word "see". --- lib/runtime_tools/doc/src/dbg.xml | 7 ++++--- 1 file 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)\ If the Item is a pid(), 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 (seen/1 and tracer/0/2/3). + traced nodes (see n/1 and + tracer/0/2/3). If the Item is the atom all, 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)\

If Nodename is the local node, the error reason cant_add_local_node is returned.

-

If a trace port (seetrace_port/2) is +

If a trace port (see trace_port/2) is running on the local node, remote nodes can not be traced with a tracer process. The error reason cant_trace_remote_pid_to_local_port 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.

-

For details, seetracer/2.

+

For details, see tracer/2.

-- cgit v1.2.3