aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf')
-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.*::
412 column by default. 412 column by default.
413 The default is 'true'. 413 The default is 'true'.
414 414
415man.*::
416 man.viewer::
417 This option can assign a tool to view manual pages when 'help'
418 subcommand was invoked. Supported tools are 'man', 'woman'
419 (with emacs client) and 'konqueror'. Default is 'man'.
420
421 New man viewer tool can be also added using 'man.<tool>.cmd'
422 or use different path using 'man.<tool>.path' config option.
423
415SEE ALSO 424SEE ALSO
416-------- 425--------
417linkperf:perf[1] 426linkperf:perf[1]