From c12b083629e6c03362acb4c2b9aea7768e463763 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 13 Sep 2024 13:02:54 +0100 Subject: [PATCH] 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 --- man/depmod.8.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_