aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-05-19 11:17:32 +0200
committerLukas Larsson <[email protected]>2016-05-24 10:42:16 +0200
commit21376b80ebfc783f5301f36db0a967c5640446cf (patch)
treee243e4edf897496d619e063e0975b5acd243bd11 /lib/runtime_tools
parent115f0ba77ad7d01ab95fd9f9bbeca53f04f12284 (diff)
downloadotp-21376b80ebfc783f5301f36db0a967c5640446cf.tar.gz
otp-21376b80ebfc783f5301f36db0a967c5640446cf.tar.bz2
otp-21376b80ebfc783f5301f36db0a967c5640446cf.zip
runtime_tools: Fix documentation for dbg:p
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r--lib/runtime_tools/doc/src/dbg.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/runtime_tools/doc/src/dbg.xml b/lib/runtime_tools/doc/src/dbg.xml
index 49b11ddc3c..14a81b2293 100644
--- a/lib/runtime_tools/doc/src/dbg.xml
+++ b/lib/runtime_tools/doc/src/dbg.xml
@@ -189,9 +189,9 @@ Error: fun containing local erlang function calls ('is_atomm' called in guard)\
<tag><c>all</c></tag>
<item>All processes and ports in the system as well as all processes and ports
created hereafter are to be traced.</item>
- <tag><c>all_processes</c></tag>
+ <tag><c>processes</c></tag>
<item>All processes in the system as well as all processes created hereafter are to be traced.</item>
- <tag><c>all_ports</c></tag>
+ <tag><c>ports</c></tag>
<item>All ports in the system as well as all ports created hereafter are to be traced.</item>
<tag><c>new</c></tag>
<item>All processes and ports created after the call is are to be traced.</item>