Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <yangds.fnst@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/78a15a9f4f500b6074a1e25917d6e8251f894628.1386629050.git.yangds.fnst@cn.fujitsu.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Dongsheng Yang and committed by
Arnaldo Carvalho de Melo
f113bee0 476b3a86

+3 -3
+3 -3
tools/perf/Documentation/perf-archive.txt
··· 12 12 13 13 DESCRIPTION 14 14 ----------- 15 - This command runs runs perf-buildid-list --with-hits, and collects the files 16 - with the buildids found so that analysis of perf.data contents can be possible 17 - on another machine. 15 + This command runs perf-buildid-list --with-hits, and collects the files with the 16 + buildids found so that analysis of perf.data contents can be possible on another 17 + machine. 18 18 19 19 20 20 SEE ALSO