Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
The `:not:` macro is used to emphasize on _not_.
+### escwc
+
+The `:escwc:` macro is used to output `\*` literally in the man page,
+which is not so easy to do otherwise.
+
+
Includes
--------
# Usage: :not:
:not:=not
+# escwc macro
+#
+# Usage: :escwc:
+:escwc:=escwc
+
# linklttng macro expansions
ifdef::backend-docbook[]
[linklttng-inlinemacro]
NOT
endif::backend-docbook[]
+# escwc macro expansions
+ifdef::backend-docbook[]
+[escwc-inlinemacro]
+<literal>\e*</literal>
+endif::backend-docbook[]
+
# configure XML man page header
ifdef::doctype-manpage[]
ifdef::backend-docbook[]
C integer and floating point number constants are supported, as well as
literal strings between double quotes (`"`). Literal strings can contain
a wildcard character (`*`) at the end to match more than one string.
-This wildcard can be escaped using `\\*`.
+This wildcard can be escaped using :escwc:.
LTTng-UST enumeration fields can be compared to integer values (fields
or constants).