From: David Goulet Date: Tue, 25 Jun 2013 16:05:11 +0000 (-0400) Subject: Fix: clarify tracefile size/count in lttng.1 man X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=cea28771668f6fd337d00466ea9f01c12cda7467 Fix: clarify tracefile size/count in lttng.1 man Fixes #572 Signed-off-by: David Goulet --- 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.