summaryrefslogtreecommitdiff
path: root/Documentation/perf_counter/util/parse-options.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-15 22:39:31 +0200
committerIngo Molnar <mingo@elte.hu>2009-06-06 15:15:48 +0200
commit6e6b754ffdb6415723686c733f13275397e44422 (patch)
treec254a4c252fc46d932f3adac97baaabe9e66f866 /Documentation/perf_counter/util/parse-options.c
parent502fc5c72a886ff9d4d7a596e65ecc4dd5e4d458 (diff)
downloadlwn-6e6b754ffdb6415723686c733f13275397e44422.tar.gz
lwn-6e6b754ffdb6415723686c733f13275397e44422.zip
perf_counter tools: Tidy up manpage details
Also fix a misalignment in usage string printing. Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/util/parse-options.c')
-rw-r--r--Documentation/perf_counter/util/parse-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/util/parse-options.c b/Documentation/perf_counter/util/parse-options.c
index e4d353395a60..b3affb1658d2 100644
--- a/Documentation/perf_counter/util/parse-options.c
+++ b/Documentation/perf_counter/util/parse-options.c
@@ -387,7 +387,7 @@ int usage_with_options_internal(const char * const *usagestr,
fprintf(stderr, "\n usage: %s\n", *usagestr++);
while (*usagestr && **usagestr)
- fprintf(stderr, " or: %s\n", *usagestr++);
+ fprintf(stderr, " or: %s\n", *usagestr++);
while (*usagestr) {
fprintf(stderr, "%s%s\n",
**usagestr ? " " : "",