aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>2013-12-04 17:56:43 -0500
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-12-04 13:04:44 -0500
commit316bd98a9aa47693215e0d3a5bcc83f51691ba93 (patch)
tree18d6bad80fb1dfd85fb4a50712f42953ae946f92
parented086d5b8a793955981f0726d8d66a03d801279b (diff)
perf kvm: Fix spurious '=' use in man page
As option --host and --guest request no input for it, there should not be a '=' after them in the man page sources. And --output expects a filename as the input, so there should be a '=' after it. This patch removes the needless '=' after --guest and --host, and adds a '=' after --output in perf-kvm.txt. Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> Cc: David Ahern <dsahern@gmail.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/6124d9eb10a3f1f6b399d1db660110bc7a60fd6b.1386197481.git.yangds.fnst@cn.fujitsu.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--tools/perf/Documentation/perf-kvm.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/perf/Documentation/perf-kvm.txt b/tools/perf/Documentation/perf-kvm.txt
index f52f94d9f66b..795322733c56 100644
--- a/tools/perf/Documentation/perf-kvm.txt
+++ b/tools/perf/Documentation/perf-kvm.txt
@@ -60,14 +60,14 @@ There are a couple of variants of perf kvm:
60OPTIONS 60OPTIONS
61------- 61-------
62-i:: 62-i::
63--input=:: 63--input=<path>::
64 Input file name. 64 Input file name.
65-o:: 65-o::
66--output:: 66--output=<path>::
67 Output file name. 67 Output file name.
68--host=:: 68--host::
69 Collect host side performance profile. 69 Collect host side performance profile.
70--guest=:: 70--guest::
71 Collect guest side performance profile. 71 Collect guest side performance profile.
72--guestmount=<path>:: 72--guestmount=<path>::
73 Guest os root file system mount directory. Users mounts guest os 73 Guest os root file system mount directory. Users mounts guest os