doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / man / tracef.3.txt
index dc2b293b1557de44f0ec86027f6db8cce5aebaff..7a39e668c81c353e72e85746d8535c20726fe9d7 100644 (file)
@@ -1,3 +1,6 @@
+// SPDX-FileCopyrightText: 2016 Philippe Proulx <pproulx@efficios.com>
+// SPDX-License-Identifier: CC-BY-4.0
+//
 tracef(3)
 =========
 :object-type: macro
@@ -5,7 +8,7 @@ tracef(3)
 
 NAME
 ----
-tracef, vtracef - LTTng-UST printf(3)-like interface
+tracef - LTTng-UST printf(3)-like interface
 
 
 SYNOPSIS
@@ -15,20 +18,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[]
 
This page took 0.023001 seconds and 4 git commands to generate.