doc/man/manpage.xsl: do not indent the title of an admonition block
[lttng-tools.git] / doc / man / lttng-add-trigger.1.txt
index e183b8c3bf3d9cb4ff11548f9c11b0b5c74aed40..ccca9da0f8b4353e19dc9d1cd2157505e9556e0e 100644 (file)
@@ -11,7 +11,7 @@ lttng-add-trigger - Add an LTTng trigger
 SYNOPSIS
 --------
 [verse]
-*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *add-trigger* [option:--name='NAME'] [option:--owner-id='UID']
+*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *add-trigger* [option:--name='NAME'] [option:--owner-uid='UID']
       option:--condition='CONDTYPE' ['CONDARGS']
       option:--action='ACTTYPE' ['ACTARGS'] [option:--action='ACTTYPE' ['ACTARGS']]...
 
@@ -34,7 +34,7 @@ option to assign a specific name instead.
 
 The `add-trigger` command adds a trigger for your Unix user. If your
 Unix user is `root`, you can add the trigger as another user with the
-option:--owner-id option.
+option:--owner-uid option.
 
 Specify the condition of the trigger to add with a <<cond-spec,condition
 specifier>> and its actions with one or more <<action-spec,action
@@ -248,7 +248,8 @@ See below for the nloption:--rate-policy option.
 Common action options (as of LTTng{nbsp}{lttng_version}):
 
 nloption:--rate-policy='POLICY'::
-    Set the rate policy of the action to 'POLICY'.
+    Set the rate policy of the action to 'POLICY' instead of
+    `every:1` (always execute).
 +
 A trigger which ``fires'' (its condition is satisfied) leads to an
 execution request for each of its actions, in order. An execution
@@ -257,9 +258,6 @@ request count{nbsp}__C__ of{nbsp}__A__. An execution request can then
 become an actual execution when{nbsp}__C__ satisfies the rate policy
 of{nbsp}__A__.
 +
-The default action rate policy is `every:1` (always execute{nbsp}__A__).
-Use this option to specify another rate policy.
-+
 'POLICY' is one of:
 +
 --
@@ -275,6 +273,8 @@ requests.
 In other words, execute{nbsp}__A__ every 'COUNT' execution requests.
 --
 +
+'COUNT' must be an integer greater than{nbsp}0.
++
 As of LTTng{nbsp}{lttng_version}, you can use this option with any
 action type, but new action types in the future may not support it.
 
@@ -287,7 +287,7 @@ option:--name='NAME'::
     Set the unique name of the trigger to add to 'NAME' instead of the
     `add-trigger` command automatically assigning one.
 
-option:--owner-id='UID'::
+option:--owner-uid='UID'::
     Add the trigger as the Unix user having the user ID 'UID'.
 +
 You may only use this option if your Unix user is `root`.
This page took 0.023827 seconds and 4 git commands to generate.