Docs: document --condition and --action in add-trigger's OPTIONS section
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 14 Feb 2020 17:42:15 +0000 (12:42 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 24 Feb 2021 20:47:39 +0000 (15:47 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Change-Id: Icfedfa3986eb0788ecea42318d48233e7859fa6d
Depends-on: lttng-ust: I5a800fc92e588c2a6a0e26282b0ad5f31c044479

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

index 17c8bd7065dfc141524809ec10bab865a41305dd..393e8c9204d4a0206426b54ce5efe7de89a489a2 100644 (file)
@@ -36,6 +36,7 @@ this mode.
 The syntax by which conditions and actions are specified is described
 below.
 
 The syntax by which conditions and actions are specified is described
 below.
 
+[[conditions]]
 Conditions
 ~~~~~~~~~~
 
 Conditions
 ~~~~~~~~~~
 
@@ -55,6 +56,7 @@ Event rule: `on-event [event rule arguments]`::
     - It is not possible to use filter operands that use values from
       the context.
 
     - It is not possible to use filter operands that use values from
       the context.
 
+[[actions]]
 Actions
 ~~~~~~~
 
 Actions
 ~~~~~~~
 
@@ -97,6 +99,14 @@ Snapshot session: *snapshot-session* session-name::
 OPTIONS
 -------
 
 OPTIONS
 -------
 
+option:--condition::
+    Define the condition for the trigger.  See the
+    <<conditions,CONDITIONS>> section for more details.
+
+option:--action::
+    Define an action for the trigger.  See the <<actions,ACTIONS>>
+    section for more details.
+
 option:--id='ID'::
     Set the id of the trigger to 'ID'.  If omitted, an id will
     automatically be assigned to the trigger by the session daemon.
 option:--id='ID'::
     Set the id of the trigger to 'ID'.  If omitted, an id will
     automatically be assigned to the trigger by the session daemon.
This page took 0.029628 seconds and 4 git commands to generate.