diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-09-06 11:35:03 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-03-31 09:54:35 -0500 |
commit | 3a5ca979aa9e1bb9d1a6d0dda7278d24573ba9bd (patch) | |
tree | 2225be8b2d5b1dafb921b11c315e8ba438d3e143 /eclass/linux-mod.eclass | |
parent | linux-info.eclass: minor @USAGE syntax fixes (diff) | |
download | gentoo-3a5ca979aa9e1bb9d1a6d0dda7278d24573ba9bd.tar.gz gentoo-3a5ca979aa9e1bb9d1a6d0dda7278d24573ba9bd.tar.bz2 gentoo-3a5ca979aa9e1bb9d1a6d0dda7278d24573ba9bd.zip |
linux-mod.eclass: minor @USAGE syntax fix
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 2 |
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() { |