From e132a0d4a23036da549cb5d09ea9170183c45543 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 29 Apr 2013 12:58:19 -0400 Subject: [PATCH] Fix: typo in enable-channel man and help Signed-off-by: David Goulet --- doc/man/lttng.1 | 2 +- src/bin/lttng/commands/enable_channels.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 934f12381..41885a854 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -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. diff --git a/src/bin/lttng/commands/enable_channels.c b/src/bin/lttng/commands/enable_channels.c index f298003ba..fbf02a058 100644 --- a/src/bin/lttng/commands/enable_channels.c +++ b/src/bin/lttng/commands/enable_channels.c @@ -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"); -- 2.34.1