commit: 3a5ca979aa9e1bb9d1a6d0dda7278d24573ba9bd
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 6 16:35:03 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 14:54:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5ca979
linux-mod.eclass: minor @USAGE syntax fix
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
eclass/linux-mod.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index 5b1b8f65cee..7c26a4a1539 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -214,7 +214,7 @@ use_m() {
}
# @FUNCTION: convert_to_m
-# @USAGE: /path/to/the/file
+# @USAGE: </path/to/the/file>
# @DESCRIPTION:
# It converts a file (e.g. a makefile) to use M= instead of SUBDIRS=
convert_to_m() {