doc/man: lttng-enable-channel(1): move limitations to own section
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Mar 2016 16:31:38 +0000 (12:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Mar 2016 18:58:12 +0000 (14:58 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/lttng-enable-channel.1.txt

index b5e7c947d20eda9c65bfd5dc75c96ab309353146..5a7f4c55fef34c91d6973fb86f33f81072adb9ba 100644 (file)
@@ -64,17 +64,8 @@ Existing enabled channels can be disabled using
 linklttng:lttng-disable-channel(1). Channels of a given session can be
 listed using linklttng:lttng-list(1).
 
-As of this version of LTTng, it is not possible to:
-
-* Reconfigure a channel once it is created.
-* Re-enable a disabled channel once its tracing session has been active
-  at least once.
-* Create a channel once its tracing session has been active
-  at least once.
-* Create a user space channel with a given buffering scheme
-  (option:--buffers-uid or option:--buffers-pid options) and create
-  a second user space channel with a different buffering scheme in the
-  same tracing session.
+See the <<limitations,LIMITATIONS>> section below for a list of
+limitations of this command to consider.
 
 
 Event loss modes
@@ -353,6 +344,23 @@ option:--switch-timer='PERIODUS'::
 include::common-cmd-help-options.txt[]
 
 
+[[limitations]]
+LIMITATIONS
+-----------
+As of this version of LTTng, it is not possible to perform the following
+actions with the `lttng enable-channel` command:
+
+* Reconfigure a channel once it is created.
+* Re-enable a disabled channel once its tracing session has been active
+  at least once.
+* Create a channel once its tracing session has been active
+  at least once.
+* Create a user space channel with a given buffering scheme
+  (option:--buffers-uid or option:--buffers-pid options) and create
+  a second user space channel with a different buffering scheme in the
+  same tracing session.
+
+
 include::common-cmd-footer.txt[]
 
 
This page took 0.025524 seconds and 4 git commands to generate.