]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
man/modprobe.8: document --show-exports
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 30 May 2025 18:23:04 +0000 (19:23 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 13 Jun 2025 18:52:41 +0000 (13:52 -0500)
The option was introduced a few years ago, yet the manual page went
without an update. Add some basic documentation.

Cc: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>
Fixes: 3ada8df8 ("modprobe: add --show-exports")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/353
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
man/modprobe.8.scd

index 065313a694dbe8b5fe3ba708210c99eb8ff0b922..fd3de10578683f51ec0c33aa2bbeacbd372c7191 100644 (file)
@@ -75,6 +75,11 @@ database.
        For compatibility reasons *--dump-modversions* is also accepted for this
        option but will be removed after kmod 36.
 
+*--show-exports*
+       Print out a list of symbols exported by the module. This option is
+       commonly used to inspect the function list, while investigating loading
+       of modules with partial or missing dependencies.
+
 *-d*, *--dirname*
        Root directory for modules, / by default.