diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/runtime_tools/doc/src/LTTng.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/runtime_tools/doc/src/LTTng.xml b/lib/runtime_tools/doc/src/LTTng.xml index 0d970c487b..4a87133c57 100644 --- a/lib/runtime_tools/doc/src/LTTng.xml +++ b/lib/runtime_tools/doc/src/LTTng.xml @@ -389,14 +389,14 @@ $ make </code> <p>Example:</p> <p><code type="none">aio_pool_get: { cpu_id = 4 }, { port = "#Port<0.3614>", length = 0 }</code></p> - <p><em>aio_pool_add</em></p> + <p><em>aio_pool_put</em></p> <list type="bulleted"> <item><c>port : string</c> :: Port ID. Ex. <c>"#Port<0.1031>"</c></item> <item><c>length : integer</c> :: Async queue length. Ex. <c>-1</c></item> </list> - <p>Async queue length is not defined for <c>add</c> operations.</p> + <p>Async queue length is not defined for <c>put</c> operations.</p> <p>Example:</p> - <p><code type="none">aio_pool_add: { cpu_id = 3 }, { port = "#Port<0.3614>", length = -1 }</code></p> + <p><code type="none">aio_pool_put: { cpu_id = 3 }, { port = "#Port<0.3614>", length = -1 }</code></p> <p><em>carrier_create</em></p> <list type="bulleted"> |