From 36b160dcdb607351e6c9dcabdf9659a56da4e804 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 28 Jul 2017 15:25:07 -0400 Subject: [PATCH] lttng-ust(3): specify "If set" instead of "if set to 1" for some variables The actual library's behaviour is to check if the environment variable is set, not only if it's set to the string `1`. Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- doc/man/lttng-ust.3.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt index 16bcb933..595a426a 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -1299,7 +1299,7 @@ are located in a specific directory under `$LTTNG_HOME` (or `$HOME` if https://github.com/lttng/lttng-ust/tree/master/doc/examples/clock-override[`examples/clock-override`]. `LTTNG_UST_DEBUG`:: - Activates `liblttng-ust`'s debug and error output if set to `1`. + If set, enable `liblttng-ust`'s debug and error output. `LTTNG_UST_GETCPU_PLUGIN`:: Path to the shared object which acts as the `getcpu()` override @@ -1318,9 +1318,8 @@ with time constraints on the process startup time. Default: {lttng_ust_register_timeout}. `LTTNG_UST_WITHOUT_BADDR_STATEDUMP`:: - Prevents `liblttng-ust` from performing a base address state dump - (see the <> section above) if - set to `1`. + If set, prevents `liblttng-ust` from performing a base address state + dump (see the <> section above). include::common-footer.txt[] -- 2.34.1