Docs: lttng-add-trigger and lttng-remove-trigger refer to owner-id
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 23 Apr 2021 22:29:29 +0000 (18:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 23 Apr 2021 22:29:29 +0000 (18:29 -0400)
The proper name of the option is --owner-uid.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I8db096acc5ddd06107762a44ebfda8eaf96ba0d4

doc/man/lttng-add-trigger.1.txt
doc/man/lttng-remove-trigger.1.txt

index e29ddf7c395aeabc55135c2690d2e2ad62893d3a..ccca9da0f8b4353e19dc9d1cd2157505e9556e0e 100644 (file)
@@ -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 <<cond-spec,condition
 specifier>> and its actions with one or more <<action-spec,action
@@ -287,7 +287,7 @@ option:--name='NAME'::
     Set the unique name of the trigger to add to 'NAME' instead of the
     `add-trigger` command automatically assigning one.
 
-option:--owner-id='UID'::
+option:--owner-uid='UID'::
     Add the trigger as the Unix user having the user ID 'UID'.
 +
 You may only use this option if your Unix user is `root`.
index a0dfb570953b73a96fe12282a1bfe576f1eb86c7..e51fd10d0b7ad7cc8724f4e6d4373ef4e0321273 100644 (file)
@@ -11,7 +11,7 @@ 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
@@ -25,14 +25,14 @@ 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'.
 +
This page took 0.026623 seconds and 4 git commands to generate.