Fix lttng UI: fix arg parsing, round size to next power of two
[lttng-tools.git] / doc / man / lttng.1
index 934f12381b99be100f3a41c81aac59b1cd225266..37c206398deeb1771813ca7592d8cafff7f27863 100644 (file)
@@ -327,11 +327,11 @@ same type.
 \-\-overwrite
         Flight recorder mode : overwrites events when subbuffers are full
 \-\-subbuf-size SIZE
-        Subbuffer size in bytes (default: 4096, kernel default: 262144)
-        Needs to be a power of 2 for both tracers
+        Subbuffer size in bytes {+k,+M,+G} (default: 4096, kernel default: 262144)
+        Rounded up to the next power of 2.
 \-\-num-subbuf NUM
         Number of subbuffers (default: 4)
-        Needs to be a power of 2 for both tracers
+        Rounded up to the next power of 2.
 \-\-switch-timer USEC
         Switch subbuffer timer interval in µsec (default: 0)
 \-\-read-timer USEC
@@ -346,7 +346,7 @@ same type.
 \-\-buffers-global
         Use shared buffer for the whole system (\-k only)
 \-C, \-\-tracefile-size SIZE
-        Maximum size of of each tracefile within a stream (in bytes).
+        Maximum size of each tracefile within a stream (in bytes).
 \-W, \-\-tracefile-count COUNT
         Used in conjunction with \-C option, this will limit the number
         of files created to the specified count.
This page took 0.023363 seconds and 4 git commands to generate.