diff options
author | Andrzej Telezynski <[email protected]> | 2011-07-22 22:31:27 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-30 15:22:19 +0200 |
commit | b61018453100ad669a625fceaace488752978e73 (patch) | |
tree | 07dca96205a35377695416b0edb2ebd9d9b62e75 /lib/observer/doc/src | |
parent | e59866033b98e5b790850fa6f14d6bbe50c9c6a6 (diff) | |
download | otp-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')
-rw-r--r-- | lib/observer/doc/src/ttb.xml | 4 |
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> |