]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
man: modprobe: remove hard-coded /etc/modprobe.d references
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 8 Jul 2024 13:43:22 +0000 (14:43 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 9 Jul 2024 05:18:21 +0000 (00:18 -0500)
Point the users to modprobe.d(5) instead.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
man/modprobe.8.scd

index 321fa59caec9fd09f3cafe2a1ed5954775fe1f55..30ccc216364adcee36721c9285418f90c8bb1d3b 100644 (file)
@@ -21,10 +21,9 @@ modprobe - Add and remove modules from the Linux Kernel
 that for convenience, there is no difference between \_ and - in module names
 (automatic underscore conversion is performed). *modprobe* looks in the module
 directory @DISTCONFDIR@/`uname -r` for all the modules and other files, except
-for the optional configuration files in the /etc/modprobe.d directory (see
-*modprobe.d*(5)). *modprobe* will also use module options specified on the
-kernel command line in the form of <module>.<option> and blacklists in the form
-of modprobe.blacklist=<module>.
+for the optional configuration files (see *modprobe.d*(5)). *modprobe* will also
+use module options specified on the kernel command line in the form of
+<module>.<option> and blacklists in the form of modprobe.blacklist=<module>.
 
 Note that unlike in 2.4 series Linux kernels (which are not supported by this
 tool) this version of *modprobe* does not do anything to the module itself: the
@@ -56,8 +55,8 @@ database.
        by *udev*(7).
 
 *-C* _directory_, *--config* _directory_
-       This option overrides the default configuration directory
-       (/etc/modprobe.d).
+       This option overrides the default configuration directory. See
+       *modprobe.d*(5).
 
        This option is passed through *install* or *remove* commands to other
        *modprobe* commands in the MODPROBE_OPTIONS environment variable.