From: Taeung Song Date: Thu, 4 Feb 2016 09:25:10 +0000 (+0900) Subject: perf config: Document 'man.viewer' variable in man page X-Git-Tag: MMI-PSA29.97-13-9~8372^2~68^2~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=08b75b409e3799553a3536e628f1dba4c87d7c14;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git perf config: Document 'man.viewer' variable in man page Explain 'man.viewer' variable and how to add new man viewer tools. Signed-off-by: Taeung Song Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1454577913-16401-6-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt index 5e1db5ae53c4..fd3f048c9644 100644 --- a/tools/perf/Documentation/perf-config.txt +++ b/tools/perf/Documentation/perf-config.txt @@ -412,6 +412,15 @@ top.*:: column by default. The default is 'true'. +man.*:: + man.viewer:: + This option can assign a tool to view manual pages when 'help' + subcommand was invoked. Supported tools are 'man', 'woman' + (with emacs client) and 'konqueror'. Default is 'man'. + + New man viewer tool can be also added using 'man..cmd' + or use different path using 'man..path' config option. + SEE ALSO -------- linkperf:perf[1]