aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2015-10-05 09:22:24 +0200
committerLukas Larsson <[email protected]>2015-11-02 16:51:22 +0100
commit5483c81d3093830dbcc132bfb1426c59ed2a8e57 (patch)
tree88d15c48730bda5ce82045e6d3799ed46bf12dcc /lib/runtime_tools
parentc48601bc9d90394ff459afe66bf9432327c774b0 (diff)
downloadotp-5483c81d3093830dbcc132bfb1426c59ed2a8e57.tar.gz
otp-5483c81d3093830dbcc132bfb1426c59ed2a8e57.tar.bz2
otp-5483c81d3093830dbcc132bfb1426c59ed2a8e57.zip
runtime_tools: Explain that dbg:stop only clears local trace patterns
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r--lib/runtime_tools/doc/src/dbg.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/runtime_tools/doc/src/dbg.xml b/lib/runtime_tools/doc/src/dbg.xml
index d31ccd834d..5daf2c4940 100644
--- a/lib/runtime_tools/doc/src/dbg.xml
+++ b/lib/runtime_tools/doc/src/dbg.xml
@@ -1028,9 +1028,9 @@ hello</pre>
<fsummary>Stop the <c>dbg</c>server and the tracing of all processes.</fsummary>
<desc>
<p>Stops the <c>dbg</c> server and clears all trace flags for
- all processes and all trace patterns for all functions. Also
+ all processes and all local trace patterns for all functions. Also
shuts down all trace clients and closes all trace ports.</p>
- <p>Note that no trace patterns are affected by this
+ <p>Note that no global trace patterns are affected by this
function.</p>
</desc>
</func>
@@ -1038,8 +1038,7 @@ hello</pre>
<name>stop_clear() -> ok</name>
<fsummary>Stop the <c>dbg</c>server and the tracing of all processes, and clears trace patterns.</fsummary>
<desc>
- <p>Same as stop/0, but also clears all trace patterns on local
- and global functions calls.</p>
+ <p>Same as stop/0, but also clears all trace patterns on global functions calls.</p>
</desc>
</func>
</funcs>