From: Philippe Proulx Date: Mon, 31 Jul 2017 18:09:44 +0000 (-0400) Subject: lttng-enable-channel(1): move --output description to maintain A-Z ordering X-Git-Tag: v2.11.0-rc1~470 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=55d7bb027104ac0afd80be872e0ff7ebb832216e lttng-enable-channel(1): move --output description to maintain A-Z ordering Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/doc/man/lttng-enable-channel.1.txt b/doc/man/lttng-enable-channel.1.txt index cad26a864..c4781c0f1 100644 --- a/doc/man/lttng-enable-channel.1.txt +++ b/doc/man/lttng-enable-channel.1.txt @@ -286,6 +286,19 @@ Default values: * option:--kernel option: {default_kernel_channel_subbuf_num} * `metadata` channel: {default_metadata_subbuf_num} +option:--output='TYPE':: + Set channel's output type to 'TYPE'. ++ +Available types: `mmap` (always available) and `splice` (only available +with the option:--kernel option). ++ +Default values: ++ +* option:--userspace and option:--buffers-uid options: `mmap` +* option:--userspace and option:--buffers-pid options: `mmap` +* option:--kernel option: `splice` +* `metadata` channel: `mmap` + option:--subbuf-size='SIZE':: Set the individual size of sub-buffers to 'SIZE' bytes. The `k` (kiB), `M` (MiB), and `G` (GiB) suffixes are supported. @@ -304,18 +317,6 @@ Default values: * option:--kernel option: {default_kernel_channel_subbuf_size} * `metadata` channel: {default_metadata_subbuf_size} -option:--output='TYPE':: - Set channel's output type to 'TYPE'. -+ -Available types: `mmap` (always available) and `splice` (only available -with the option:--kernel option). -+ -Default values: -+ -* option:--userspace and option:--buffers-uid options: `mmap` -* option:--userspace and option:--buffers-pid options: `mmap` -* option:--kernel option: `splice` -* `metadata` channel: `mmap` Buffering scheme ~~~~~~~~~~~~~~~~