commit | f113bee01956d4a2efde461443b09ab1020f4b17 | [log] [tgz] |
---|---|---|
author | Dongsheng Yang <[email protected]> | Mon Dec 09 17:47:47 2013 -0500 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Dec 09 15:21:45 2013 -0300 |
tree | 7d84c6dbd75beeee22834ce7927e95e5c472c3f3 | |
parent | 476b3a865f8a3734f74cf659cfa510856a105b1a [diff] |
perf archive: Remove duplicated 'runs' in man page Two 'runs' here breaks the sentence in Description of 'perf archive' command. Signed-off-by: Dongsheng Yang <[email protected]> Link: http://lkml.kernel.org/r/78a15a9f4f500b6074a1e25917d6e8251f894628.1386629050.git.yangds.fnst@cn.fujitsu.com Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
diff --git a/tools/perf/Documentation/perf-archive.txt b/tools/perf/Documentation/perf-archive.txt index 5032a14..ac6ecbb 100644 --- a/tools/perf/Documentation/perf-archive.txt +++ b/tools/perf/Documentation/perf-archive.txt
@@ -12,9 +12,9 @@ DESCRIPTION ----------- -This command runs runs perf-buildid-list --with-hits, and collects the files -with the buildids found so that analysis of perf.data contents can be possible -on another machine. +This command runs perf-buildid-list --with-hits, and collects the files with the +buildids found so that analysis of perf.data contents can be possible on another +machine. SEE ALSO