From: Emil Velikov Date: Wed, 28 Jan 2026 15:08:37 +0000 (+0000) Subject: man/modprobe.8: use MODULE_DIRECTORY as applicable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c901291c03522558c1f04de96d4f4aef9f89fdeb;p=thirdparty%2Fkmod.git man/modprobe.8: use MODULE_DIRECTORY as applicable The original XML based documentation was referencing MODULE_DIRECTORY which got erroneously swapped to DISTCONFDIR during the scdoc conversion. Closes: https://github.com/kmod-project/kmod/issues/410 Fixes: f3a423b6 ("man: add scdoc based man pages") Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/pull/416 Signed-off-by: Lucas De Marchi --- diff --git a/man/modprobe.8.scd b/man/modprobe.8.scd index 16fa94d9..e397bde3 100644 --- a/man/modprobe.8.scd +++ b/man/modprobe.8.scd @@ -20,9 +20,9 @@ modprobe - Add and remove modules from the Linux Kernel *modprobe* intelligently adds or removes a module from the Linux kernel: note 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 (see *modprobe.d*(5)). *modprobe* will also -use module options specified on the kernel command line in the form of +directory @MODULE_DIRECTORY@/`uname -r` for all the modules and other files, +except 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 .