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-Tag: v2.11.8~11 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=a45d833b2f334fd0c952db51bad89911290e1acc 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.