X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-enable-event.1.txt;h=1a80fe774aaa4a8ba7574ca056d719efbf5ab7ac;hp=afdbd6747e336fe4a42ae14c311d57011aeb7f57;hb=59b19c3c82a824b602b4e3cd70e1cb22448fcb9d;hpb=8c7190b7049112d4a3fb5b9d4f43ab5036a2b2de diff --git a/doc/man/lttng-enable-event.1.txt b/doc/man/lttng-enable-event.1.txt index afdbd6747..1a80fe774 100644 --- a/doc/man/lttng-enable-event.1.txt +++ b/doc/man/lttng-enable-event.1.txt @@ -353,11 +353,11 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-c, option:--channel='CHANNEL':: +option:-c 'CHANNEL', option:--channel='CHANNEL':: Create or enable event rules in the channel named 'CHANNEL' instead of the default channel name `channel0`. -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Create or enable event rules in the tracing session named 'SESSION' instead of the current tracing session. @@ -409,13 +409,13 @@ option:--loglevel-only='LOGLEVEL':: Filtering and exclusion ~~~~~~~~~~~~~~~~~~~~~~~ -option:-x, option:--exclude='EVENT'[,'EVENT']...:: +option:-x 'EVENT'[,'EVENT']..., option:--exclude='EVENT'[,'EVENT']...:: Exclude events named 'EVENT' from the event rule. This option can be used when the command's 'EVENT' argument contains a wildcard (`*`) to exclude specific names. Only available with application domains. -option:-f, option:--filter='EXPR':: +option:-f 'EXPR', option:--filter='EXPR':: Add filter expression condition to the event rule. Expression 'EXPR' must evaluate to true when executed against the dynamic values of event fields. See the <>