From: Emil Velikov Date: Fri, 13 Sep 2024 12:02:54 +0000 (+0100) Subject: man: remove slash before @MODULE_DIRECTORY@ X-Git-Tag: v34~364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c12b083629e6c03362acb4c2b9aea7768e463763;p=thirdparty%2Fkmod.git man: remove slash before @MODULE_DIRECTORY@ ... otherwise we get a double-slash in the manual. Fixes: e2536ab ("man: Provide examples for paths") Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/129 Signed-off-by: Lucas De Marchi --- diff --git a/man/depmod.8.scd b/man/depmod.8.scd index cb9cfb3d..7d2b3197 100644 --- a/man/depmod.8.scd +++ b/man/depmod.8.scd @@ -63,7 +63,7 @@ rather than the current kernel version (as returned by *uname -r*). depmod -b /my/build/staging/dir/ This expects all input files under - _/my/build/staging/dir/@MODULE_DIRECTORY@/$(uname -r)_ and generates + _/my/build/staging/dir@MODULE_DIRECTORY@/$(uname -r)_ and generates index files under that same directory. *-m* _moduledir_