From 0e9929b4073b888da93ea3f1af2bb323b5d8fb8f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 17 May 2021 16:19:49 -0400 Subject: [PATCH] lttng-untrack(1): follow the style of lttng-track(1) for the example MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau Change-Id: I0c714eb2e504d118cfb3b48bf8e70f33d36d2352 --- doc/man/lttng-untrack.1.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/man/lttng-untrack.1.txt b/doc/man/lttng-untrack.1.txt index 363d8d718..28cb1bfcf 100644 --- a/doc/man/lttng-untrack.1.txt +++ b/doc/man/lttng-untrack.1.txt @@ -53,12 +53,13 @@ The `untrack` command removes values from _inclusion sets_ of process attributes. See man:lttng-track(1) to learn more about inclusion sets. -Example -~~~~~~~ + +Inclusion set example +~~~~~~~~~~~~~~~~~~~~~ A common operation is to create a tracing session (see -man:lttng-create(1)), remove all the entries from the PID tracker -inclusion set, start tracing, and then manually track PIDs while the -tracing session is active. +man:lttng-create(1)), remove all the entries from the Linux kernel +process ID inclusion set, start tracing, and then manually add PIDs +while the tracing session is active. Assume the maximum system PID is 7 for this example. @@ -79,7 +80,7 @@ Initial inclusion set: + [role="term"] ---- -$ lttng untrack --kernel --pid --all +$ lttng untrack --kernel --all --pid ---- + Inclusion set: -- 2.34.1