From: Jérémie Galarneau Date: Fri, 23 Apr 2021 22:29:29 +0000 (-0400) Subject: Docs: lttng-add-trigger and lttng-remove-trigger refer to owner-id X-Git-Tag: v2.13.0-rc1~3 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d938377c86a9fd0f69881a6a03290bb436cb587d Docs: lttng-add-trigger and lttng-remove-trigger refer to owner-id The proper name of the option is --owner-uid. Signed-off-by: Jérémie Galarneau Change-Id: I8db096acc5ddd06107762a44ebfda8eaf96ba0d4 --- diff --git a/doc/man/lttng-add-trigger.1.txt b/doc/man/lttng-add-trigger.1.txt index e29ddf7c3..ccca9da0f 100644 --- a/doc/man/lttng-add-trigger.1.txt +++ b/doc/man/lttng-add-trigger.1.txt @@ -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 <> and its actions with one or more <