From: Mathieu Desnoyers Date: Wed, 26 Sep 2012 14:21:47 +0000 (-0400) Subject: Fix: manpage typo "-lllttng-ust" -> "-llttng-ust" X-Git-Tag: v2.0.6~8 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=881de2e9a72e53a81f7863653f7bbbf6beb8e2af Fix: manpage typo "-lllttng-ust" -> "-llttng-ust" Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/man/lttng-ust.3 b/doc/man/lttng-ust.3 index 88025c0e..c6f1935c 100644 --- a/doc/man/lttng-ust.3 +++ b/doc/man/lttng-ust.3 @@ -257,7 +257,7 @@ carefully: - If building the provider directly into the application, link the application with "\-llttng-ust". - If building a static library for the provider, link the static - library with "\-lllttng-ust". + library with "\-llttng-ust". - Include the tracepoint provider header into all C files using the provider. - Example: