doc: add -llttng-ust-common to linking cmd in manpages
[lttng-ust.git] / doc / man / tracelog.3.txt
index 544d027a43888f2d20a7e41b0ce262d69fada9c6..1f97a0bdd68b092c4bfa7d93df49b7b1681b91c1 100644 (file)
@@ -17,7 +17,7 @@ SYNOPSIS
 #define *tracelog*('level', 'fmt', ...)
 #define *vtracelog*('level', 'fmt', 'ap')
 
-Link with `-llttng-ust`.
+Link with `-llttng-ust -llttng-ust-common`.
 
 
 DESCRIPTION
@@ -115,7 +115,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 all the `tracelog()`
This page took 0.023389 seconds and 4 git commands to generate.