lttng-add-context(1): use a description list to explain `--channel`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 May 2021 19:15:29 +0000 (15:15 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 10 May 2021 19:17:02 +0000 (15:17 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ie2d701820bf1e086205254c0712fe088c3295b2d

doc/man/lttng-add-context.1.txt

index ad83445b5c97ca45af5239271ead76742fff0d06..237467850d1a9187d59c4037ec1d6b2abe383bf3 100644 (file)
@@ -31,7 +31,7 @@ The `lttng add-context` command can:
 
 Without the option:--list option::
     Add one or more context fields to be recorded by LTTng to the event
-    records of a given channel, or of all the channels of:
+    records of:
 +
 With the option:--session='SESSION' option:::
     The tracing session named 'SESSION'.
@@ -40,16 +40,18 @@ Without the option:--session option:::
     The current tracing session (see man:lttng-concepts(7) to learn more
     about the current tracing session).
 
+With the option:--channel='CHANNEL':::
+    The channel named 'CHANNEL'.
+
+Without the option:--channel option:::
+    *All* the channels of the selected tracing session.
+
 With the option:--list option::
     List the available context field types.
 
 See man:lttng-concepts(7) to learn more about tracing sessions and
 channels.
 
-Without the option:--channel option, LTTng adds context fields to be
-recorded to the event records of *all* the channels of the selected
-tracing session.
-
 Repeat the option:--type='TYPE' option to add more than one context
 field to be recorded. 'TYPE' is one of:
 
This page took 0.027132 seconds and 5 git commands to generate.