aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/doc
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-05-02 17:36:33 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-05-02 17:46:42 +0200
commit74eafcdaff43d7d84264110066c52fa01e65f159 (patch)
treef6472be85e2e38b37edc8e27a3c435233c0fb509 /lib/runtime_tools/doc
parentab9c1f0412bd0d5a018f04cd22c08cac3e1f2612 (diff)
downloadotp-74eafcdaff43d7d84264110066c52fa01e65f159.tar.gz
otp-74eafcdaff43d7d84264110066c52fa01e65f159.tar.bz2
otp-74eafcdaff43d7d84264110066c52fa01e65f159.zip
erts: Change argument order for LTTng driver_stop
* Be consistent.
Diffstat (limited to 'lib/runtime_tools/doc')
-rw-r--r--lib/runtime_tools/doc/src/LTTng.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/runtime_tools/doc/src/LTTng.xml b/lib/runtime_tools/doc/src/LTTng.xml
index 57c73469d1..0d970c487b 100644
--- a/lib/runtime_tools/doc/src/LTTng.xml
+++ b/lib/runtime_tools/doc/src/LTTng.xml
@@ -337,11 +337,11 @@ $ make </code>
<p><em>driver_stop</em></p>
<list type="bulleted">
<item><c>pid : string</c> :: Process ID. Ex. <c>"&lt;0.131.0&gt;"</c></item>
- <item><c>driver : string</c> :: Driver name. Ex. <c>"efile"</c></item>
<item><c>port : string</c> :: Port ID. Ex. <c>"#Port&lt;0.1031&gt;"</c></item>
+ <item><c>driver : string</c> :: Driver name. Ex. <c>"efile"</c></item>
</list>
<p>Example:</p>
- <p><code type="none">driver_stop: { cpu_id = 5 }, { pid = "[]", driver = "efile", port = "#Port&lt;0.3673&gt;" }</code></p>
+ <p><code type="none">driver_stop: { cpu_id = 5 }, { pid = "[]", port = "#Port&lt;0.3673&gt;", driver = "efile" }</code></p>
<p><em>driver_process_exit</em></p>
<list type="bulleted">