X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fman%2Ftracelog.3.txt;h=5f1603b9ca2e683d08ac07325cf3e48003a9d5f7;hb=7fce6bd50990f582e0b81401dd8ffc25841af626;hp=13284636fdc48ec8a512f4677bef5e0098957613;hpb=2268c76ff5381c518789280f334f04cc4e41bb14;p=lttng-ust.git diff --git a/doc/man/tracelog.3.txt b/doc/man/tracelog.3.txt index 13284636..5f1603b9 100644 --- a/doc/man/tracelog.3.txt +++ b/doc/man/tracelog.3.txt @@ -5,7 +5,7 @@ tracelog(3) NAME ---- -tracelog, vtracelog - LTTng-UST printf(3)-like interface with a log level +tracelog - LTTng-UST printf(3)-like interface with a log level SYNOPSIS @@ -15,20 +15,18 @@ SYNOPSIS [verse] #define *tracelog*('level', 'fmt', ...) -#define *vtracelog*('level', 'fmt', 'ap') Link with `-llttng-ust -llttng-ust-common`. DESCRIPTION ----------- -The `tracelog()` and `vtracelog()` macros are part of version{nbsp}0 of -the LTTng-UST API (see the ``Compatibility with previous APIs'' section -of man:lttng-ust(3)). +The `tracelog()` macro is part of version{nbsp}0 of the LTTng-UST API +(see the ``Compatibility with previous APIs'' section of +man:lttng-ust(3)). -Prefer using man:lttng_ust_tracelog(3) and man:lttng_ust_vtracelog(3) -which are part of version{nbsp}1 of the API and have the `lttng_ust_` -namespace. +Prefer using man:lttng_ust_tracelog(3) which is part of version{nbsp}1 +of the API and has the `lttng_ust_` namespace. include::common-footer.txt[]