Rename "tracing session" -> "recording session"
[lttng-tools.git] / doc / man / lttng-disable-rotation.1.txt
index b088c94f2a626b6b49bec614cb0b631449088bad..d719072e05aa395b2a335d4f2d269afb266f8d9c 100644 (file)
@@ -1,11 +1,11 @@
 lttng-disable-rotation(1)
 =========================
-:revdate: 17 May 2021
+:revdate: 14 June 2021
 
 
 NAME
 ----
-lttng-disable-rotation - Unset an LTTng tracing session rotation schedule
+lttng-disable-rotation - Unset an LTTng recording session rotation schedule
 
 
 SYNOPSIS
@@ -21,13 +21,13 @@ The `lttng disable-rotation` command unsets a rotation schedule,
 previously set with the man:lttng-enable-rotation(1) command, for:
 
 With the option:--session='SESSION' option::
-    The tracing session named 'SESSION'.
+    The recording session named 'SESSION'.
 
 Without the option:--session option::
-    The current tracing session (see man:lttng-concepts(7) to learn more
-    about the current tracing session).
+    The current recording session (see man:lttng-concepts(7) to learn
+    more about the current recording session).
 
-See man:lttng-concepts(7) to learn more about the tracing session
+See man:lttng-concepts(7) to learn more about the recording session
 rotation and trace chunk concepts.
 
 See the ``<<examples,EXAMPLES>>'' section below for usage examples.
@@ -50,8 +50,8 @@ option:--timer::
 Recording target
 ~~~~~~~~~~~~~~~~
 option:-s 'SESSION', option:--session='SESSION'::
-    Unset a rotation schedule for the tracing session named 'SESSION'
-    instead of the current tracing session.
+    Unset a rotation schedule for the recording session named 'SESSION'
+    instead of the current recording session.
 
 
 include::common-lttng-cmd-help-options.txt[]
@@ -63,7 +63,7 @@ include::common-lttng-cmd-after-options.txt[]
 [[examples]]
 EXAMPLES
 --------
-.Unset the size-based rotation schedule of the current tracing session.
+.Unset the size-based rotation schedule of the current recording session.
 ====
 See the option:--size option.
 
@@ -73,7 +73,7 @@ $ lttng disable-rotation --size
 ----
 ====
 
-.Unset the periodic rotation schedule of a specific tracing session.
+.Unset the periodic rotation schedule of a specific recording session.
 ====
 See the option:--timer and option:--session options.
 
This page took 0.025082 seconds and 5 git commands to generate.