From 04fc40add7c59d75d259a7446f1f4edb32bf1967 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 11 Sep 2014 11:19:05 -0400 Subject: [PATCH] Documentation: clarify event name in lttng-ust.3 Signed-off-by: Mathieu Desnoyers --- doc/man/lttng-ust.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man/lttng-ust.3 b/doc/man/lttng-ust.3 index 380c9fce..0c8405fc 100644 --- a/doc/man/lttng-ust.3 +++ b/doc/man/lttng-ust.3 @@ -92,11 +92,11 @@ TRACEPOINT_EVENT( sample_component, /* - * tracepoint name, same format as sample provider. Does not - * need to be declared before. in this case the name is - * "message" + * tracepoint name, characters permitted follow the same + * constraints as the provider name. The name of this example + * event is "sample_event". */ - message, + sample_event, /* * TP_ARGS macro contains the arguments passed for the tracepoint -- 2.34.1