summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-09-06 11:35:03 -0500
committerBen Kohler <bkohler@gentoo.org>2020-03-31 09:54:35 -0500
commit3a5ca979aa9e1bb9d1a6d0dda7278d24573ba9bd (patch)
tree2225be8b2d5b1dafb921b11c315e8ba438d3e143
parentlinux-info.eclass: minor @USAGE syntax fixes (diff)
downloadgentoo-3a5ca979.tar.gz
gentoo-3a5ca979.tar.bz2
gentoo-3a5ca979.zip
linux-mod.eclass: minor @USAGE syntax fix
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--eclass/linux-mod.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index 5b1b8f65cee0..7c26a4a1539d 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() {