From 7ef9f30c91f7945dab14430f3c2d6ce28debf9d8 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 23 May 2012 14:31:07 -0400 Subject: doc: Don't reference /etc/modprobe.conf kmod doesn't read /etc/modprobe.conf at all, so don't mention it in the modprobe man page. Point users to modprobe.d(5) instead. --- man/modprobe.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/modprobe.xml b/man/modprobe.xml index e98e44e..0e101a8 100644 --- a/man/modprobe.xml +++ b/man/modprobe.xml @@ -80,10 +80,10 @@ modprobe looks in the module directory /lib/modules/`uname -r` for all the modules and other files, except for the optional - /etc/modprobe.conf configuration file and + configuration files in the /etc/modprobe.d directory (see - modprobe.conf5 + modprobe.d5 ). modprobe will also use module options specified on the kernel command line in the form of <module>.<option> and blacklists in the form of -- cgit v1.2.3