From d938377c86a9fd0f69881a6a03290bb436cb587d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 23 Apr 2021 18:29:29 -0400 Subject: [PATCH] Docs: lttng-add-trigger and lttng-remove-trigger refer to owner-id MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The proper name of the option is --owner-uid. Signed-off-by: Jérémie Galarneau Change-Id: I8db096acc5ddd06107762a44ebfda8eaf96ba0d4 --- doc/man/lttng-add-trigger.1.txt | 6 +++--- doc/man/lttng-remove-trigger.1.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 <