doc: add -llttng-ust-common to linking cmd in manpages
[lttng-ust.git] / doc / man / tracef.3.txt
index cdd23aec49f8f8d1f345a66738da4cd6c74f6b42..21456add358213d6104493841d3c17844e28f7be 100644 (file)
@@ -17,7 +17,7 @@ SYNOPSIS
 #define *tracef*('fmt', ...)
 #define *vtracef*('fmt', 'ap')
 
-Link with `-llttng-ust`.
+Link with `-llttng-ust -llttng-ust-common`.
 
 
 DESCRIPTION
@@ -80,7 +80,7 @@ like this:
 
 [role="term"]
 ----
-$ cc -o app app.c -llttng-ust
+$ cc -o app app.c -llttng-ust -llttng-ust-common
 ----
 
 You can create an LTTng tracing session, enable the `tracef()` events,
This page took 0.023356 seconds and 4 git commands to generate.