X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fman%2Flttng-remove-trigger.1.txt;h=59d5da12220064b46b413001bb7c64a971ada917;hb=188419c4eee5d623605d6c7bd797c18ae8564647;hp=a0dfb570953b73a96fe12282a1bfe576f1eb86c7;hpb=484b2a0cbefcf0c7072622a5a411ea5ed849da28;p=lttng-tools.git diff --git a/doc/man/lttng-remove-trigger.1.txt b/doc/man/lttng-remove-trigger.1.txt index a0dfb5709..59d5da122 100644 --- a/doc/man/lttng-remove-trigger.1.txt +++ b/doc/man/lttng-remove-trigger.1.txt @@ -1,6 +1,6 @@ lttng-remove-trigger(1) ======================= -:revdate: 5 March 2021 +:revdate: 29 April 2021 NAME @@ -11,28 +11,28 @@ lttng-remove-trigger - Remove an LTTng trigger SYNOPSIS -------- [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *remove-trigger* [option:--owner-id='UID'] 'NAME' +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *remove-trigger* [option:--owner-uid='UID'] 'NAME' DESCRIPTION ----------- The `lttng remove-trigger` command removes the trigger named 'NAME'. -See man:lttng-add-trigger(1) to learn more about LTTng triggers. +See man:lttng-concepts(7) to learn more about LTTng triggers. -List the available triggers and their name with the -man:lttng-list-triggers(1) command. +List the triggers of your Unix user, or of all users if your +Unix user is `root`, with the man:lttng-list-triggers(1) command. The `remove-trigger` command removes a trigger which belong to your Unix user. If your Unix user is `root`, you can remove the trigger of another -user with the option:--owner-id option. +user with the option:--owner-uid option. OPTIONS ------- Identification ~~~~~~~~~~~~~~ -option:--owner-id='UID':: +option:--owner-uid='UID':: Remove the trigger named 'NAME' of the Unix user having the user ID 'UID'. + @@ -47,6 +47,7 @@ include::common-cmd-footer.txt[] SEE ALSO -------- +man:lttng(1), man:lttng-add-trigger(1), -man:lttng-list-triggers(1), -man:lttng(1) +man:lttng-concepts(7), +man:lttng-list-triggers(1)