From: Lucas De Marchi Date: Thu, 14 Nov 2024 16:28:37 +0000 (-0600) Subject: man: Fix reference to MODULEDIR X-Git-Tag: v34~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263ab7243cb1cb0b4dddf7b789d5b61865ba0955;p=thirdparty%2Fkmod.git man: Fix reference to MODULEDIR The expression used is , so keep it consistent with the option name. Fixes: e9f2580eaf27 ("man: Reword depmod's paths") Signed-off-by: Lucas De Marchi Reviewed-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/243 --- diff --git a/man/depmod.8.scd b/man/depmod.8.scd index 1e2315e7..c3d44279 100644 --- a/man/depmod.8.scd +++ b/man/depmod.8.scd @@ -20,17 +20,17 @@ uses this symbol, that second module clearly depends on the first module. These dependencies can get quite complex. *depmod* creates a list of module dependencies by reading each module under -//_version_. By default is -@MODULE_DIRECTORY@ and is empty. See options below to override when -needed. It determines what symbols each module exports and needs. This list is -written to *modules.dep*, and a binary hashed version named modules.dep.bin, in -the same directory. If filenames are given on the command line, only those -modules are examined (which is rarely useful unless all modules are listed). -*depmod* also creates a list of symbols provided by modules in the file named -modules.symbols and its binary hashed version, modules.symbols.bin. Finally, -*depmod* will output a file named modules.devname if modules supply special -device names (devname) that should be populated in /dev on boot (by a utility -such as systemd-tmpfiles). +//_version_. By default is @MODULE_DIRECTORY@ +and is empty. See options below to override when needed. It determines +what symbols each module exports and needs. This list is written to +*modules.dep*, and a binary hashed version named modules.dep.bin, in the same +directory. If filenames are given on the command line, only those modules are +examined (which is rarely useful unless all modules are listed). *depmod* also +creates a list of symbols provided by modules in the file named modules.symbols +and its binary hashed version, modules.symbols.bin. Finally, *depmod* will +output a file named modules.devname if modules supply special device names +(devname) that should be populated in /dev on boot (by a utility such as +systemd-tmpfiles). If a _version_ is provided, then that kernel version's module directory is used rather than the current kernel version (as returned by *uname -r*).