From cea28771668f6fd337d00466ea9f01c12cda7467 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 25 Jun 2013 12:05:11 -0400 Subject: [PATCH] Fix: clarify tracefile size/count in lttng.1 man Fixes #572 Signed-off-by: David Goulet --- doc/man/lttng.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 283367190..e650d2426 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -371,8 +371,8 @@ not possible anymore to enable new channel for that session. .B EXAMPLES: $ lttng enable-channel -C 4096 -W 32 chan1 -For each stream, the maximum size of a trace file will be 4096 bytes divided -over a \fBmaximum\fP of 32 different files. The file count is appended after +For each stream, the maximum size of each trace file will be 4096 bytes, and +there will be a maximum of 32 different files. The file count is appended after the stream number as seen in the following example. The last trace file is smaller than 4096 since it was not completely filled. -- 2.34.1