Fix: clarify tracefile size/count in lttng.1 man
authorDavid Goulet <dgoulet@efficios.com>
Tue, 25 Jun 2013 16:05:11 +0000 (12:05 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 25 Jun 2013 16:05:11 +0000 (12:05 -0400)
Fixes #572

Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng.1

index 283367190a30e010805db1cb3d8d971931ff794c..e650d24264c27e50b65d59973c26c5935fc69e4f 100644 (file)
@@ -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.
 
This page took 0.027164 seconds and 5 git commands to generate.