Remove latin abbreviations
[lttng-docs.git] / contents / using-lttng / instrumenting / c-application / building-linking / static-linking.md
index 23e049ad0c3b9b42e9eb6bc1b64c37cdf774557a..8d80a92f4a074ed0107f6a804cfa253169f2bb29 100644 (file)
@@ -119,7 +119,7 @@ system, replace `-ldl` with `-lc`:
 gcc -o app tp.a other.o files.o of.o your.o app.o -llttng-ust <strong>-lc</strong>
 </pre>
 
-The application can be started as usual, e.g.:
+The application can be started as usual, for example:
 
 <pre class="term">
 ./app
This page took 0.022555 seconds and 4 git commands to generate.