mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
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>
This commit is contained in:
parent
502fc5c72a
commit
6e6b754ffd
5 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
perf-help(1)
|
||||
===========
|
||||
============
|
||||
|
||||
NAME
|
||||
----
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
perf-list(1)
|
||||
==============
|
||||
============
|
||||
|
||||
NAME
|
||||
----
|
||||
|
@ -8,7 +8,7 @@ perf-list - List all symbolic event types
|
|||
SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
'perf list
|
||||
'perf list'
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
perf-stat(1)
|
||||
==========
|
||||
============
|
||||
|
||||
NAME
|
||||
----
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
perf-top(1)
|
||||
==========
|
||||
===========
|
||||
|
||||
NAME
|
||||
----
|
||||
|
|
|
@ -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 ? " " : "",
|
||||
|
|
Loading…
Reference in a new issue