X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng.1;h=e650d24264c27e50b65d59973c26c5935fc69e4f;hb=cea28771668f6fd337d00466ea9f01c12cda7467;hp=283367190a30e010805db1cb3d8d971931ff794c;hpb=d39829a1f4d1e656561e05bcd9c4d43d9e9a5579;p=lttng-tools.git 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.