X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-disable-event.1.txt;h=595706eb3ace8701872cf36d169ed8b1a0c15778;hp=f135880c931566b70d6d9a7cf60d28dfb7db7625;hb=59b19c3c82a824b602b4e3cd70e1cb22448fcb9d;hpb=ce19b9ed9bd9591bd0c4d1998780082a490991fd diff --git a/doc/man/lttng-disable-event.1.txt b/doc/man/lttng-disable-event.1.txt index f135880c9..595706eb3 100644 --- a/doc/man/lttng-disable-event.1.txt +++ b/doc/man/lttng-disable-event.1.txt @@ -19,7 +19,7 @@ SYNOPSIS DESCRIPTION ----------- The `lttng disable-event` command disables one or more event rules -previously enabled by the linklttng:lttng-enable-event(1) command. +previously enabled by the man:lttng-enable-event(1) command. Event rules are always assigned to a channel when they are created. If the option:--channel option is omitted, the default channel named @@ -35,11 +35,11 @@ to disable named 'EVENT' must be specified. With the option:--kernel option, the event source type can be specified using one of the option:--tracepoint, option:--probe, option:--function, or option:--syscall options. See -linklttng:lttng-enable-event(1) for more details about event source +man:lttng-enable-event(1) for more details about event source types. Events can be disabled while tracing is active -(use linklttng:lttng-start(1) to make a tracing session active). +(use man:lttng-start(1) to make a tracing session active). include::common-cmd-options-head.txt[] @@ -67,11 +67,11 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-c, option:--channel='CHANNEL':: +option:-c 'CHANNEL', option:--channel='CHANNEL':: Disable 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':: Disable event rules in the tracing session named 'SESSION' instead of the current tracing session. @@ -112,5 +112,5 @@ include::common-cmd-footer.txt[] SEE ALSO -------- -linklttng:lttng-enable-event(1), -linklttng:lttng(1) +man:lttng-enable-event(1), +man:lttng(1)