From: Michal Suchanek Date: Tue, 18 Jul 2023 12:01:53 +0000 (+0200) Subject: man/depmod.d: Fix incorrect /usr/lib search path X-Git-Tag: v32~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e7effbdc00307d0d1e83115e0d00cc75aae5cc6;p=thirdparty%2Fkmod.git man/depmod.d: Fix incorrect /usr/lib search path depmod searches /lib/depmod.d but the man page says /usr/lib/depmod.d is searched. Align the documentation with the code. Signed-off-by: Michal Suchanek Link: https://lore.kernel.org/r/9c5a6356b1a111eb6e17ddb110494b7f1d1b44c0.1689681454.git.msuchanek@suse.de Signed-off-by: Lucas De Marchi --- diff --git a/man/depmod.d.xml b/man/depmod.d.xml index 76548e92..8d3d821c 100644 --- a/man/depmod.d.xml +++ b/man/depmod.d.xml @@ -39,7 +39,7 @@ - /usr/lib/depmod.d/*.conf + /lib/depmod.d/*.conf /usr/local/lib/depmod.d/*.conf /run/depmod.d/*.conf /etc/depmod.d/*.conf