From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754895AbbCXSwG (ORCPT ); Tue, 24 Mar 2015 14:52:06 -0400 Received: from svenfoo.org ([82.94.215.22]:41182 "EHLO mail.zonque.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752194AbbCXSwD (ORCPT ); Tue, 24 Mar 2015 14:52:03 -0400 From: Daniel Mack To: gregkh@linuxfoundation.org Cc: dh.herrmann@gmail.com, jslaby@suse.cz, tixxdz@opendz.org, linux-kernel@vger.kernel.org, Daniel Mack Subject: [PATCH] kdbus: Fix CONFIG_KDBUS help text Date: Tue, 24 Mar 2015 19:51:55 +0100 Message-Id: <1427223115-11513-1-git-send-email-daniel@zonque.org> X-Mailer: git-send-email 2.3.3 In-Reply-To: <55117F9F.7000701@suse.cz> References: <55117F9F.7000701@suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Drop a left-over from the times when documentation lived in a simple text file, which is no longer the case. Mention the auto-generated man-pages and HTML files instead. Reported-by: Jiri Slaby Signed-off-by: Daniel Mack --- Thanks for reporting this, Jiri! init/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index a7b462e..6bda631 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -268,10 +268,11 @@ config KDBUS D-Bus is a system for low-latency, low-overhead, easy to use interprocess communication (IPC). - See Documentation/kdbus.txt + See the man-pages and HTML files in Documentation/kdbus/ + that are generated by 'make mandocs' and 'make htmldocs'. - To compile this driver as a module, choose M here: the - module will be called kdbus. + If you have an ordinary machine, select M here. The module + will be called kdbus. config CROSS_MEMORY_ATTACH bool "Enable process_vm_readv/writev syscalls" -- 2.3.3