diff options
author | Luca Favatella <[email protected]> | 2014-01-02 17:07:43 +0000 |
---|---|---|
committer | Luca Favatella <[email protected]> | 2014-01-02 17:22:05 +0000 |
commit | 843ec2fd63fdf3d15f5e2e50f93c80273b280ec4 (patch) | |
tree | 9e2923c1170974a0f80bd1f793fcf6e5da24c5a0 /lib/runtime_tools/doc | |
parent | 25237481ccccd3ddfa74582dc267632ad618ba30 (diff) | |
download | otp-843ec2fd63fdf3d15f5e2e50f93c80273b280ec4.tar.gz otp-843ec2fd63fdf3d15f5e2e50f93c80273b280ec4.tar.bz2 otp-843ec2fd63fdf3d15f5e2e50f93c80273b280ec4.zip |
Correct doc of return value of dbg:{stop,stop_clear} functions
Diffstat (limited to 'lib/runtime_tools/doc')
-rw-r--r-- | lib/runtime_tools/doc/src/dbg.xml | 4 |
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 36b3b51a99..94df478c90 100644 --- a/lib/runtime_tools/doc/src/dbg.xml +++ b/lib/runtime_tools/doc/src/dbg.xml @@ -1024,7 +1024,7 @@ hello</pre> </desc> </func> <func> - <name>stop() -> stopped</name> + <name>stop() -> ok</name> <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 @@ -1035,7 +1035,7 @@ hello</pre> </desc> </func> <func> - <name>stop_clear() -> stopped</name> + <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 |