Fix: typo in enable-channel man and help
authorDavid Goulet <dgoulet@efficios.com>
Mon, 29 Apr 2013 16:58:19 +0000 (12:58 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 29 Apr 2013 16:58:19 +0000 (12:58 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng.1
src/bin/lttng/commands/enable_channels.c

index 934f12381b99be100f3a41c81aac59b1cd225266..41885a8547b3028fdf1fa667fa3c37e7e29052a9 100644 (file)
@@ -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.
index f298003ba87a308d846051c84ef8f341df13a0e4..fbf02a0580c520fc37f9baf62cdd3ec2a962387c 100644 (file)
@@ -120,7 +120,7 @@ static void usage(FILE *ofp)
        fprintf(ofp, "      --buffers-pid        Use per PID buffer (-u only)\n");
        fprintf(ofp, "      --buffers-global     Use shared buffer for the whole system (-k only)\n");
        fprintf(ofp, "  -C, --tracefile-size SIZE\n");
-       fprintf(ofp, "                           Maximum size of of each tracefile within a stream (in bytes).\n");
+       fprintf(ofp, "                           Maximum size of each tracefile within a stream (in bytes).\n");
        fprintf(ofp, "  -W, --tracefile-count COUNT\n");
        fprintf(ofp, "                           Used in conjunction with -C option, this will limit the number\n");
        fprintf(ofp, "                           of files created to the specified count.\n");
This page took 0.029175 seconds and 5 git commands to generate.