From 5490b085142c3c6ba72e120378d1ac765bd96b02 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 ed6cea73..21e0f736 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -1105,7 +1105,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 @@ -1124,9 +1124,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