lttng-{enable,disable}-rotation.1.txt: both types can be specified
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 9 Nov 2018 00:08:48 +0000 (19:08 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 16 Nov 2018 20:48:07 +0000 (15:48 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/lttng-disable-rotation.1.txt
doc/man/lttng-enable-rotation.1.txt

index c0b89ad078651ec177796bbd6b1f1e1792865d63..5c79abba3da4efb68f784c8c0e2339a9bc918467 100644 (file)
@@ -10,8 +10,8 @@ lttng-disable-rotation - Unset a tracing session's rotation schedule
 SYNOPSIS
 --------
 [verse]
-*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* (option:--timer | option:--size)
-      [option:--session='SESSION']
+*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* [option:--session='SESSION']
+      (option:--timer | option:--size | option:--timer option:--size)
 
 
 DESCRIPTION
@@ -26,8 +26,6 @@ include::common-cmd-options-head.txt[]
 
 Rotation schedule condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
-One of:
-
 option:--size::
     Unset the rotation schedule previously set with the nloption:--size
     option of the man:lttng-enable-rotation(1) command.
index eb7622d54f86034169afaf37924440030005551b..37c9e2c7be4fa021d12aaf9aa47dd76aced9f603 100644 (file)
@@ -10,8 +10,8 @@ lttng-enable-rotation - Set a tracing session's rotation schedule
 SYNOPSIS
 --------
 [verse]
-*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *enable-rotation* (option:--timer='PERIOD' | option:--size='SIZE')
-      [option:--session='SESSION']
+*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *enable-rotation* [option:--session='SESSION']
+      (option:--timer='PERIOD' | option:--size='SIZE' | option:--timer='PERIOD' option:--size='SIZE')
 
 
 DESCRIPTION
@@ -41,6 +41,8 @@ part of the current trace chunk is greater than 'SIZE'. Therefore the
 nloption:--monitor-timer option in man:lttng-enable-channel(1) for more
 information about the monitor timer.
 
+You can combine the option:--timer and option:--size options.
+
 The naming convention of a trace chunk archive which an automatic
 rotation creates is the same as with the immediate rotation command,
 man:lttng-rotate(1).
@@ -57,8 +59,6 @@ include::common-cmd-options-head.txt[]
 
 Rotation schedule condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
-One of:
-
 option:--size='SIZE'::
     Set a rotation schedule so that an automatic rotation occurs every
     time the total size of the flushed part of the current trace chunk
This page took 0.02765 seconds and 5 git commands to generate.