From f8ed5ee139effe73f8322421580c599068698a90 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 7 Nov 2024 15:44:30 +0000 Subject: [PATCH] man: add modprobe.conf.5 manpage link Seemingly Fedora and friends have been carrying this one for years. Just add it to kmod itself so that people using multiple distros have consistent experience. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/231 Signed-off-by: Lucas De Marchi --- man/meson.build | 1 + man/modprobe.conf.5 | 1 + 2 files changed, 2 insertions(+) create mode 100644 man/modprobe.conf.5 diff --git a/man/meson.build b/man/meson.build index 0b217113..a9eb3cf0 100644 --- a/man/meson.build +++ b/man/meson.build @@ -36,6 +36,7 @@ foreach tuple : _man_pages endforeach _man_aliases = [ + ['5', 'modprobe.conf', 'modprobe.d.5'], ['5', 'modules.dep.bin', 'modules.dep.5'], ] diff --git a/man/modprobe.conf.5 b/man/modprobe.conf.5 new file mode 100644 index 00000000..07e777a0 --- /dev/null +++ b/man/modprobe.conf.5 @@ -0,0 +1 @@ +.so modprobe.d.5 -- 2.47.2