summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-config.txt
diff options
context:
space:
mode:
authorTaeung Song2016-02-04 10:25:10 +0100
committerArnaldo Carvalho de Melo2016-02-04 15:46:54 +0100
commit08b75b409e3799553a3536e628f1dba4c87d7c14 (patch)
tree4fcc66991fb54a2b7398f9297c4f9b322cc5f65b /tools/perf/Documentation/perf-config.txt
parentperf config: Document 'top.children' variable in man page (diff)
downloadkernel-qcow2-linux-08b75b409e3799553a3536e628f1dba4c87d7c14.tar.gz
kernel-qcow2-linux-08b75b409e3799553a3536e628f1dba4c87d7c14.tar.xz
kernel-qcow2-linux-08b75b409e3799553a3536e628f1dba4c87d7c14.zip
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 <treeze.taeung@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/1454577913-16401-6-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-config.txt')
-rw-r--r--tools/perf/Documentation/perf-config.txt9
1 files changed, 9 insertions, 0 deletions
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.<tool>.cmd'
+ or use different path using 'man.<tool>.path' config option.
+
SEE ALSO
--------
linkperf:perf[1]