doc/man: remove vtracef() and vtracelog() manual pages
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 9 Jun 2021 19:26:01 +0000 (15:26 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Jun 2021 19:58:59 +0000 (15:58 -0400)
Following 2268c76f ("Remove vtracelog and vtracef from v0 compat API"),
this patch removes the manual pages of vtracef() and vtracelog() which
don't exist.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I1a07c74b330015ee74bb92235db2171066751503

.gitignore
doc/man/Makefile.am
doc/man/tracef.3.txt
doc/man/tracelog.3.txt

index 884189be234f4fadd90fa1ba2606f4a77a36f5b4..3e36981fe68408a0c8d5baa19c43430fdac7aba5 100644 (file)
@@ -71,8 +71,6 @@ cscope.*
 /doc/man/lttng-ust.3
 /doc/man/tracef.3
 /doc/man/tracelog.3
-/doc/man/vtracef.3
-/doc/man/vtracelog.3
 /doc/man/lttng_ust_tracef.3
 /doc/man/lttng_ust_tracelog.3
 /doc/man/lttng_ust_vtracef.3
index fed0e344b16b7b1453392b786c4d550201720658..4072c512fffd78fee9602feddfe6c6b7d04fdce4 100644 (file)
@@ -20,7 +20,7 @@ MAN3_NAMES = \
        tracelog
 
 # Man page aliases (generated from other sources):
-MAN3_ALIASES = lttng_ust_vtracef.3 lttng_ust_vtracelog.3 vtracef.3 vtracelog.3
+MAN3_ALIASES = lttng_ust_vtracef.3 lttng_ust_vtracelog.3
 
 # troff man pages:
 MAN3_TROFF = \
@@ -92,15 +92,10 @@ XTO = $(xmlto_verbose)$(XMLTO) -m $(XSL_FILE) man
 %.3.xml: $(srcdir)/%.3.txt $(COMMON_DEPS)
        $(ADOC_DOCBOOK) -o $@ $<
 
-# These pair of files are generated by a single invocation of xmlto, use an
-# empty rule that depends on a fake intermediate file to track the dependencies
-# without resorting to Group Targets which were only introduced in GNU Make 4.3.
-tracef.3 vtracef.3: tracef.3.alias
-       @# Empty recipe to mark tracef.3 and vtracef.3 as rebuilt
-
-tracelog.3 vtracelog.3: tracelog.3.alias
-       @# Empty recipe to mark tracelog.3 and vtracelog.3 as rebuilt
-
+# These pair of files are generated by a single invocation of xmlto, use
+# an empty rule that depends on a fake intermediate file to track the
+# dependencies without resorting to Group Targets which were only
+# introduced in GNU Make 4.3.
 lttng_ust_tracef.3 lttng_ust_vtracef.3: lttng_ust_tracef.3.alias
        @# Empty recipe to mark lttng_ust_tracef.3 and lttng_ust_vtracef.3 as rebuilt
 
index dc2b293b1557de44f0ec86027f6db8cce5aebaff..165e7261913f245f5d682c336dde369714c43a1d 100644 (file)
@@ -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[]
 
index 13284636fdc48ec8a512f4677bef5e0098957613..5f1603b9ca2e683d08ac07325cf3e48003a9d5f7 100644 (file)
@@ -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[]
This page took 0.027274 seconds and 4 git commands to generate.