From: Philippe Proulx Date: Fri, 28 Jul 2017 19:25:07 +0000 (-0400) Subject: lttng-ust(3): specify "If set" instead of "if set to 1" for some variables X-Git-Tag: v2.9.2~8 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=36b160dcdb607351e6c9dcabdf9659a56da4e804 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 --- 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[]