X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-disable-channel.1.txt;h=ccfb1a9fa7e1135e680a8804401044b467b9a1f5;hp=2470c23564fef7c66f24ea0e4412f84b88dabe73;hb=b61776fb63d4bb14df77c0b5a15de28beed7ddfc;hpb=4bf0a3323200d6a657c6b50953f7ee1aba74a09f diff --git a/doc/man/lttng-disable-channel.1.txt b/doc/man/lttng-disable-channel.1.txt index 2470c2356..ccfb1a9fa 100644 --- a/doc/man/lttng-disable-channel.1.txt +++ b/doc/man/lttng-disable-channel.1.txt @@ -1,6 +1,6 @@ lttng-disable-channel(1) -======================= - +======================== +:revdate: 28 November 2016 NAME ---- @@ -10,17 +10,17 @@ lttng-disable-channel - Disable LTTng channels SYNOPSIS -------- [verse] -*lttng* ['GENERAL OPTIONS'] *disable-channel* (option:--kernel | option:--userspace) +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-channel* (option:--kernel | option:--userspace) [option:--session='SESSION'] 'CHANNEL'[,'CHANNEL']... DESCRIPTION ----------- The `lttng disable-channel` command disables one or more channels -previously enabled by the linklttng:lttng-enable-channel(1) command. +previously enabled by the man:lttng-enable-channel(1) command. A channel is always contained in a tracing session -(see linklttng:lttng-create(1) for creating a tracing session). The +(see man:lttng-create(1) for creating a tracing session). The session in which a channel is disabled using `lttng disable-channel` can be specified using the option:--session option. If the option:--session option is omitted, the current tracing session is targeted. @@ -45,7 +45,7 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Disable channels in the tracing session named 'SESSION' instead of the current tracing session. @@ -58,5 +58,5 @@ include::common-cmd-footer.txt[] SEE ALSO -------- -linklttng:lttng-disable-channel(1), -linklttng:lttng(1) +man:lttng-disable-channel(1), +man:lttng(1)