From: Philippe Proulx Date: Wed, 9 Jun 2021 19:39:25 +0000 (-0400) Subject: doc/man: only mention `-llttng-ust-common` in synopses (conditionally) X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=e9f549af207b2228357442e1fafa109bd459e6f3;hp=e9f549af207b2228357442e1fafa109bd459e6f3;p=lttng-ust.git doc/man: only mention `-llttng-ust-common` in synopses (conditionally) LTTng-UST only requires that you link your application or tracepoint provider package with `-llttng-ust-common` if you define `_LGPL_SOURCE` before you include, directly or indirectly, ``. The `_LGPL_SOURCE` definition is specific to the EfficiOS/LTTng projects. Because defining `_LGPL_SOURCE` is not considered the typical scenario, remove instructions to link with `-llttng-ust-common` throughout the manual pages, except in synopses, to make such instructions more readable/light. Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers Change-Id: I460a2f746d5e2904660a11b3151d0d01776361db ---