aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/doc/src/ttb.xml
diff options
context:
space:
mode:
authorAndrzej Telezynski <[email protected]>2011-07-22 22:31:27 +0200
committerHenrik Nord <[email protected]>2011-08-30 15:22:19 +0200
commitb61018453100ad669a625fceaace488752978e73 (patch)
tree07dca96205a35377695416b0edb2ebd9d9b62e75 /lib/observer/doc/src/ttb.xml
parente59866033b98e5b790850fa6f14d6bbe50c9c6a6 (diff)
downloadotp-b61018453100ad669a625fceaace488752978e73.tar.gz
otp-b61018453100ad669a625fceaace488752978e73.tar.bz2
otp-b61018453100ad669a625fceaace488752978e73.zip
Stop option 'return' changed to 'return_fetch_dir'
Diffstat (limited to 'lib/observer/doc/src/ttb.xml')
-rw-r--r--lib/observer/doc/src/ttb.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/observer/doc/src/ttb.xml b/lib/observer/doc/src/ttb.xml
index bb8348fa52..ec70ba3120 100644
--- a/lib/observer/doc/src/ttb.xml
+++ b/lib/observer/doc/src/ttb.xml
@@ -470,7 +470,7 @@ ttb:p(all, call)</code>
<fsummary>Stop tracing and fetch/format logs from all nodes</fsummary>
<type>
<v>Opts = Opt | [Opt]</v>
- <v>Opt = nofetch | {fetch_dir, Dir} | format | {format, FormatOpts} | return</v>
+ <v>Opt = nofetch | {fetch_dir, Dir} | format | {format, FormatOpts} | return_fetch_dir</v>
<v>Dir = string()</v>
<v>FormatOpts = see format/2</v>
</type>
@@ -499,7 +499,7 @@ ttb:p(all, call)</code>
shall be formatted after tracing is stopped. All logs in the fetch directory will be merged.
You may use <c>{format, FormatOpts}</c> to pass additional
arguments to <c>format/2</c>.</p>
- <p>The <c>return</c> option indicates that the return value
+ <p>The <c>return_fetch_dir</c> option indicates that the return value
should be <c>{stopped, Dir}</c> and not just <c>stopped</c>.
This implies <c>fetch</c>.
</p>