From: Arnaldo Carvalho de Melo Date: Wed, 7 Aug 2013 18:55:48 +0000 (-0300) Subject: perf annotate browser: Improve description of '?' hotkey X-Git-Tag: upstream/snapshot3+hdmi~4458^3~18^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcd9fef9a64b84520852e0247d6796893e28864c;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git perf annotate browser: Improve description of '?' hotkey The previous description: "Search previous string" is usually associated with the 'N' following a '/string', the opposite of 'n', which is 'Search next string' in the direction established with '/' or '?'. So change it to 'Search string backwards', to clarify that. The 'N' hotkey remains to be implemented with the semantic described above. Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-5lw5y15d7vv308xbpm8pqe4g@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c index 0f88a77..7d75497 100644 --- a/tools/perf/ui/browsers/annotate.c +++ b/tools/perf/ui/browsers/annotate.c @@ -732,7 +732,7 @@ static int annotate_browser__run(struct annotate_browser *browser, "s Toggle source code view\n" "/ Search string\n" "r Run available scripts\n" - "? Search previous string\n"); + "? Search string backwards\n"); continue; case 'r': {