summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-03-24 19:51:55 +0100
committerMaciej Wereski <m.wereski@partner.samsung.com>2015-04-02 17:24:21 +0200
commit7a5121bfa7eb7a643b4b1700c72e57590712f3cf (patch)
tree2ac61e0d57aee2f6fd444da60dbd290a2370ce1d
parentf824bbddbe27ca4ca642281e9132c76ed9d34bee (diff)
downloadlinux-3.10-7a5121bfa7eb7a643b4b1700c72e57590712f3cf.tar.gz
linux-3.10-7a5121bfa7eb7a643b4b1700c72e57590712f3cf.tar.bz2
linux-3.10-7a5121bfa7eb7a643b4b1700c72e57590712f3cf.zip
kdbus: Fix CONFIG_KDBUS help text
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 <jslaby@suse.cz> Signed-off-by: Daniel Mack <daniel@zonque.org> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--init/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index fef6383c671..631e9fb50e6 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -239,9 +239,10 @@ 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
+ If you have an ordinary machine, select M here: the
module will be called kdbus.
config FHANDLE