瀏覽代碼

perf diff: Improve the help text

Fix the short line displayed by 'perf' and also fix some other
details in the longer text.

Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 15 年之前
父節點
當前提交
d30531c672
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      tools/perf/Documentation/perf-diff.txt

+ 4 - 4
tools/perf/Documentation/perf-diff.txt

@@ -3,7 +3,7 @@ perf-diff(1)
 
 
 NAME
 NAME
 ----
 ----
-perf-diff - Read perf.data (created by perf record) and display the profile
+perf-diff - Read two perf.data files and display the differential profile
 
 
 SYNOPSIS
 SYNOPSIS
 --------
 --------
@@ -12,7 +12,7 @@ SYNOPSIS
 
 
 DESCRIPTION
 DESCRIPTION
 -----------
 -----------
-This command displays the performance difference among two perf.data files
+This command displays the performance difference amongst two perf.data files
 captured via perf record.
 captured via perf record.
 
 
 If no parameters are passed it will assume perf.data.old and perf.data.
 If no parameters are passed it will assume perf.data.old and perf.data.
@@ -21,10 +21,10 @@ OPTIONS
 -------
 -------
 -p::
 -p::
 --percentage::
 --percentage::
-	Show percentages instead of raw counters
+	Show percentages instead of raw counts
 -v::
 -v::
 --verbose::
 --verbose::
-	Be verbose, for instance, show the raw counters in addition to the
+	Be verbose, for instance, show the raw counts in addition to the
 	diff.
 	diff.
 SEE ALSO
 SEE ALSO
 --------
 --------