From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756624AbcBIMMO (ORCPT ); Tue, 9 Feb 2016 07:12:14 -0500 Received: from terminus.zytor.com ([198.137.202.10]:35726 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755244AbcBIMMM (ORCPT ); Tue, 9 Feb 2016 07:12:12 -0500 Date: Tue, 9 Feb 2016 04:12:01 -0800 From: tip-bot for Taeung Song Message-ID: Cc: namhyung@kernel.org, tglx@linutronix.de, treeze.taeung@gmail.com, mingo@kernel.org, acme@redhat.com, jolsa@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com Reply-To: namhyung@kernel.org, mingo@kernel.org, treeze.taeung@gmail.com, tglx@linutronix.de, acme@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, jolsa@kernel.org In-Reply-To: <1454577913-16401-6-git-send-email-treeze.taeung@gmail.com> References: <1454577913-16401-6-git-send-email-treeze.taeung@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf config: Document 'man.viewer' variable in man page Git-Commit-ID: 08b75b409e3799553a3536e628f1dba4c87d7c14 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 08b75b409e3799553a3536e628f1dba4c87d7c14 Gitweb: http://git.kernel.org/tip/08b75b409e3799553a3536e628f1dba4c87d7c14 Author: Taeung Song AuthorDate: Thu, 4 Feb 2016 18:25:10 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 4 Feb 2016 11:46:54 -0300 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 --- 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 5e1db5ae..fd3f048 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]