From: Jérémie Galarneau Date: Fri, 20 Aug 2021 19:12:20 +0000 (-0400) Subject: Fix: man: lttng-rotate: trace file count/size limitation does not apply X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=342e427bf08266df80c5f316dd81268e77ce93c8 Fix: man: lttng-rotate: trace file count/size limitation does not apply Signed-off-by: Jérémie Galarneau Change-Id: I21f4809215df1b8e9b1cf24edabd478e9b530969 --- diff --git a/doc/man/lttng-rotate.1.txt b/doc/man/lttng-rotate.1.txt index c582126bd..ab30f8104 100644 --- a/doc/man/lttng-rotate.1.txt +++ b/doc/man/lttng-rotate.1.txt @@ -143,10 +143,6 @@ The `lttng rotate` command only works when: * The tracing session is created in normal mode or in network streaming mode (see man:lttng-create(1)). -* No channel was created with a configured trace file count or size - limit (see the nloption:--tracefile-size and - nloption:--tracefile-count options in man:lttng-enable-channel(1)). - * No immediate rotation (`lttng rotate`) is currently happening.