X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Ftracef.3.txt;h=165e7261913f245f5d682c336dde369714c43a1d;hb=0bea03a701ae9ec58fea491177c36aa30efcc180;hp=dc2b293b1557de44f0ec86027f6db8cce5aebaff;hpb=ef30f1dc6fcd007e957a829cfa71ec492c7f335d;p=lttng-ust.git diff --git a/doc/man/tracef.3.txt b/doc/man/tracef.3.txt index dc2b293b..165e7261 100644 --- a/doc/man/tracef.3.txt +++ b/doc/man/tracef.3.txt @@ -5,7 +5,7 @@ tracef(3) NAME ---- -tracef, vtracef - LTTng-UST printf(3)-like interface +tracef - LTTng-UST printf(3)-like interface SYNOPSIS @@ -15,20 +15,17 @@ SYNOPSIS [verse] #define *tracef*('fmt', ...) -#define *vtracef*('fmt', 'ap') Link with `-llttng-ust -llttng-ust-common`. DESCRIPTION ----------- -The `tracef()` and `vtracef()` 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 `tracef()` 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_tracef(3) and man:lttng_ust_vtracef(3) which -are part of version{nbsp}1 of the API and have the `lttng_ust_` -namespace. +Prefer using man:lttng_ust_tracef(3) which is part of version{nbsp}1 of +the API and has the `lttng_ust_` namespace. include::common-footer.txt[]