X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-remove-trigger.1.txt;h=a0dfb570953b73a96fe12282a1bfe576f1eb86c7;hp=645ef152f0e64f5ee1ad1c037c2ebe9690a98070;hb=484b2a0cbefcf0c7072622a5a411ea5ed849da28;hpb=574d2e89b608d9f8d42956ec9651fc6bd62a6d8f diff --git a/doc/man/lttng-remove-trigger.1.txt b/doc/man/lttng-remove-trigger.1.txt index 645ef152f..a0dfb5709 100644 --- a/doc/man/lttng-remove-trigger.1.txt +++ b/doc/man/lttng-remove-trigger.1.txt @@ -1,29 +1,43 @@ lttng-remove-trigger(1) -======================== -:revdate: 20 January 2020 +======================= +:revdate: 5 March 2021 NAME ---- -lttng-remove-trigger - Remove LTTng triggers +lttng-remove-trigger - Remove an LTTng trigger SYNOPSIS -------- - [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *remove-trigger* 'ID' +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *remove-trigger* [option:--owner-id='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. -The `lttng remove-trigger` command removes the trigger with the given -'ID'. +List the available triggers and their name 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. OPTIONS ------- +Identification +~~~~~~~~~~~~~~ +option:--owner-id='UID':: + Remove the trigger named 'NAME' of the Unix user having the user ID + 'UID'. ++ +You may only use this option if your Unix user is `root`. + include::common-cmd-help-options.txt[] @@ -34,5 +48,5 @@ include::common-cmd-footer.txt[] SEE ALSO -------- man:lttng-add-trigger(1), -man:lttng-list-trigger(1), +man:lttng-list-triggers(1), man:lttng(1)