linux-mod.eclass: minor @USAGE syntax fix
authorBen Kohler <bkohler@gentoo.org>
Fri, 6 Sep 2019 16:35:03 +0000 (11:35 -0500)
committerBen Kohler <bkohler@gentoo.org>
Tue, 31 Mar 2020 14:54:35 +0000 (09:54 -0500)
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
eclass/linux-mod.eclass

index 5b1b8f65cee0c69fa7a94f5ab3afaaf348eb4e56..7c26a4a1539d868c36d752a0b8aaeefcda482df1 100644 (file)
@@ -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() {