Update the remaining manual pages for LTTng-tools 2.13
[lttng-tools.git] / doc / man / lttng-remove-trigger.1.txt
... / ...
CommitLineData
1lttng-remove-trigger(1)
2=======================
3:revdate: 29 April 2021
4
5
6NAME
7----
8lttng-remove-trigger - Remove an LTTng trigger
9
10
11SYNOPSIS
12--------
13[verse]
14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *remove-trigger* [option:--owner-uid='UID'] 'NAME'
15
16
17DESCRIPTION
18-----------
19The `lttng remove-trigger` command removes the trigger named 'NAME'.
20
21See man:lttng-concepts(7) to learn more about LTTng triggers.
22
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.
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
28user with the option:--owner-uid option.
29
30
31OPTIONS
32-------
33Identification
34~~~~~~~~~~~~~~
35option:--owner-uid='UID'::
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
41
42include::common-cmd-help-options.txt[]
43
44
45include::common-cmd-footer.txt[]
46
47
48SEE ALSO
49--------
50man:lttng(1),
51man:lttng-add-trigger(1),
52man:lttng-concepts(7),
53man:lttng-list-triggers(1)
This page took 0.0241 seconds and 4 git commands to generate.