Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1304432

[PATCH v13 11/23] perf config: Document 'man.viewer' variable in man page

Path csiph.com!feeder.erje.net!2.us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Taeung Song <treeze.taeung@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v13 11/23] perf config: Document 'man.viewer' variable in man page
Date Fri, 08 Jan 2016 12:50:03 +0100
Message-ID <qODIn-67Q-41@gated-at.bofh.it> (permalink)
References <qODIl-67Q-3@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=b2zQ6rqzzLmxePfXRQ61J8aqVi/MN4Y3Hnyk18CwwmY=; b=Ymt14bP2t5rzc5LVkEtctwbWDeU2YWm2OR39O6xTlE7CeM6rT4t13DPqMdw3TOuk3+ HB+yloXNvOIB3hXJ2cDJ/ouzC4lbB+FBg2kTCRbReUxNz4T17nqYFLXKj0UNmZ/vLIlw dRjWnF/hbX31bCJMVAZCC6fSaWyIlZudQOeSTwxqvD1gCMaRZk2eYJl6i8615vQak6mo uvWGbPuba9+0kugTqo1yFOIrsLGI4ZqEvOmRyandTN2/nbBnbtL/UNLla653RqrwbVnF 3pOQaJmR/zaWFKlm7dORqoz3NMILy3juYhhEMcmA7jCyoh/CL06Nj7Bj9C098ZkuidUn 1Eww==
X-Received by 10.98.67.212 with SMTP id l81mr3568063pfi.90.1452253225493; Fri, 08 Jan 2016 03:40:25 -0800 (PST)
X-Mailer git-send-email 2.5.0
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 32
Organization linux.* mail to news gateway
X-Original-Cc linux-kernel@vger.kernel.org, Jiri Olsa <jolsa@kernel.org>, Namhyung Kim <namhyung@kernel.org>, Ingo Molnar <mingo@kernel.org>, Taeung Song <treeze.taeung@gmail.com>
X-Original-Date Fri, 8 Jan 2016 20:39:41 +0900
X-Original-Message-ID <1452253193-30502-12-git-send-email-treeze.taeung@gmail.com>
X-Original-References <1452253193-30502-1-git-send-email-treeze.taeung@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1304432

Show key headers only | View raw


Explain 'man.viewer' variable and how to add
new man viewer tools.

Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
---
 tools/perf/Documentation/perf-config.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt
index 882f591..b7172b2 100644
--- a/tools/perf/Documentation/perf-config.txt
+++ b/tools/perf/Documentation/perf-config.txt
@@ -413,6 +413,15 @@ top.*::
 		as well as 'Self' overhead 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]
-- 
2.5.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v13 00/22] perf config: Add functionalities into perf-config and document config info Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 16/23] perf config: Collect configs to handle config variables Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 18/23] perf config: Add a option 'skel' to perf-config Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 20/23] perf config: Add 'get' functionality Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 01/23] perf config: Document variables for 'colors' section in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 11/23] perf config: Document 'man.viewer' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 17/23] perf config: Add 'list-all' option to perf-config Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 04/23] perf config: Document variables for 'annotate' section in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 06/23] perf config: Document 'hist.percentage' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 19/23] perf config: Add --verbose option for showing config description Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 13/23] perf config: Document 'kmem.default' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 23/23] perf config: Add a option 'remove' to perf-config Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 05/23] perf config: Document variables for 'help' section in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 10/23] perf config: Document 'top.children' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 21/23] perf config: Add 'set' feature Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 03/23] perf config: Document 'buildid.dir' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100
  [PATCH v13 07/23] perf config: Document 'ui.show-headers' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-01-08 12:50 +0100

csiph-web