From: Mathieu Desnoyers Date: Thu, 11 Sep 2014 15:19:05 +0000 (-0400) Subject: Documentation: clarify event name in lttng-ust.3 X-Git-Tag: v2.6.0-rc1~13 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=04fc40add7c59d75d259a7446f1f4edb32bf1967 Documentation: clarify event name in lttng-ust.3 Signed-off-by: Mathieu Desnoyers --- 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