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.10.0~2 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=02f6677fcd391a8b702dc56fb2e7d3e4c4526951 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 28d66f25..9f9a1d53 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -1313,7 +1313,7 @@ affect application timings. 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 @@ -1332,9 +1332,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[]