X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-enable-event.1.txt;h=f0755333c8f6ac510ae4b88d79211b4013a29c0b;hb=a3eae3c98f047a8e795a01471adf8f4f7563947b;hp=b58691ba018c900a331fe2e29b3f7ff0d67af3f4;hpb=d4f093aa457acf5492c099f40badcc8379c95fe9;p=lttng-tools.git diff --git a/doc/man/lttng-enable-event.1.txt b/doc/man/lttng-enable-event.1.txt index b58691ba0..f0755333c 100644 --- a/doc/man/lttng-enable-event.1.txt +++ b/doc/man/lttng-enable-event.1.txt @@ -12,7 +12,7 @@ SYNOPSIS Create or enable Linux kernel event rules: [verse] -*lttng* ['GENERAL OPTIONS'] *enable-event* option:--kernel +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *enable-event* option:--kernel [option:--probe='SOURCE' | option:--function='SOURCE' | option:--syscall] [option:--filter='EXPR'] [option:--session='SESSION'] [option:--channel='CHANNEL'] 'EVENT'[,'EVENT']... @@ -20,13 +20,13 @@ Create or enable Linux kernel event rules: Create or enable an "all" Linux kernel event rule: [verse] -*lttng* ['GENERAL OPTIONS'] *enable-event* option:--kernel option:--all [option:--syscall] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *enable-event* option:--kernel option:--all [option:--syscall] [option:--filter='EXPR'] [option:--session='SESSION'] [option:--channel='CHANNEL'] Create or enable application event rules: [verse] -*lttng* ['GENERAL OPTIONS'] *enable-event* +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *enable-event* (option:--userspace | option:--jul | option:--log4j | option:--python) [option:--filter='EXPR'] [option:--exclude='EVENT'[,'EVENT']...] [option:--loglevel='LOGLEVEL' | option:--loglevel-only='LOGLEVEL'] @@ -234,7 +234,7 @@ expression evaluates to false (the event is discarded). 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).