Skip to content

Commit

Permalink
man: remove slash before @MODULE_DIRECTORY@
Browse files Browse the repository at this point in the history
... otherwise we get a double-slash in the manual.

Fixes: e2536ab ("man: Provide examples for paths")
Signed-off-by: Emil Velikov <[email protected]>
Link: #129
Signed-off-by: Lucas De Marchi <[email protected]>
  • Loading branch information
evelikov authored and lucasdemarchi committed Sep 13, 2024
1 parent 0afd12f commit c12b083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/depmod.8.scd
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit c12b083

Please sign in to comment.