From 55d7bb027104ac0afd80be872e0ff7ebb832216e Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 31 Jul 2017 14:09:44 -0400 Subject: [PATCH] lttng-enable-channel(1): move --output description to maintain A-Z ordering MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- doc/man/lttng-enable-channel.1.txt | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) 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 ~~~~~~~~~~~~~~~~ -- 2.34.1