doc/man: lttng(1) command pages: always include `common-footer.txt`
[lttng-tools.git] / doc / man / lttng-remove-trigger.1.txt
CommitLineData
b61776fb 1lttng-remove-trigger(1)
484b2a0c 2=======================
188419c4 3:revdate: 29 April 2021
b61776fb
SM
4
5
6NAME
7----
484b2a0c 8lttng-remove-trigger - Remove an LTTng trigger
b61776fb
SM
9
10
11SYNOPSIS
12--------
b61776fb 13[verse]
d938377c 14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *remove-trigger* [option:--owner-uid='UID'] 'NAME'
b61776fb
SM
15
16
17DESCRIPTION
18-----------
484b2a0c
PP
19The `lttng remove-trigger` command removes the trigger named 'NAME'.
20
188419c4 21See man:lttng-concepts(7) to learn more about LTTng triggers.
b61776fb 22
188419c4
PP
23List the triggers of your Unix user, or of all users if your
24Unix user is `root`, with the man:lttng-list-triggers(1) command.
484b2a0c
PP
25
26The `remove-trigger` command removes a trigger which belong to your Unix
27user. If your Unix user is `root`, you can remove the trigger of another
d938377c 28user with the option:--owner-uid option.
b61776fb
SM
29
30
31OPTIONS
32-------
484b2a0c
PP
33Identification
34~~~~~~~~~~~~~~
d938377c 35option:--owner-uid='UID'::
484b2a0c
PP
36 Remove the trigger named 'NAME' of the Unix user having the user ID
37 'UID'.
38+
39You may only use this option if your Unix user is `root`.
40
b61776fb 41
55e06994 42include::common-lttng-cmd-help-options.txt[]
b61776fb
SM
43
44
55e06994
PP
45include::common-lttng-cmd-after-options.txt[]
46
47
48include::common-footer.txt[]
b61776fb
SM
49
50
51SEE ALSO
52--------
188419c4 53man:lttng(1),
b61776fb 54man:lttng-add-trigger(1),
21b35b3a
PP
55man:lttng-list-triggers(1),
56man:lttng-concepts(7)
This page took 0.029791 seconds and 5 git commands to generate.