All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] perf tools: Remove redundant 'stat' in perf-kvm.txt.
@ 2013-12-09 22:47 Dongsheng Yang
  2013-12-09 22:47 ` [PATCH 2/3] perf tools: Remove duplicated 'runs' in perf-archive.txt Dongsheng Yang
  2013-12-09 22:47 ` [PATCH 3/3] perf tools: Fix typo in builtin-annotate.c Dongsheng Yang
  0 siblings, 2 replies; 5+ messages in thread
From: Dongsheng Yang @ 2013-12-09 22:47 UTC (permalink / raw)
  To: acme; +Cc: linux-kernel, Dongsheng Yang

Subcommand stat was added into manpage by bcf6edcd, but the usage of stat
was picked out for a new usage by 9a6d3166. So, the old 'stat' at the tail
is not needed any more.

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
---
 tools/perf/Documentation/perf-kvm.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-kvm.txt b/tools/perf/Documentation/perf-kvm.txt
index 96a9a1d..959dd75 100644
--- a/tools/perf/Documentation/perf-kvm.txt
+++ b/tools/perf/Documentation/perf-kvm.txt
@@ -12,7 +12,7 @@ SYNOPSIS
 	[--guestkallsyms=<path> --guestmodules=<path> | --guestvmlinux=<path>]]
 	{top|record|report|diff|buildid-list}
 'perf kvm' [--host] [--guest] [--guestkallsyms=<path> --guestmodules=<path>
-	| --guestvmlinux=<path>] {top|record|report|diff|buildid-list|stat}
+	| --guestvmlinux=<path>] {top|record|report|diff|buildid-list}
 'perf kvm stat [record|report|live] [<options>]
 
 DESCRIPTION
-- 
1.8.2.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-11 11:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 22:47 [PATCH 1/3] perf tools: Remove redundant 'stat' in perf-kvm.txt Dongsheng Yang
2013-12-09 22:47 ` [PATCH 2/3] perf tools: Remove duplicated 'runs' in perf-archive.txt Dongsheng Yang
2013-12-11 11:05   ` [tip:perf/core] perf archive: Remove duplicated 'runs' in man page tip-bot for Dongsheng Yang
2013-12-09 22:47 ` [PATCH 3/3] perf tools: Fix typo in builtin-annotate.c Dongsheng Yang
2013-12-11 11:05   ` [tip:perf/core] perf annotate: Fix typo tip-bot for Dongsheng Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.