Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 31 Mar 2020 14:54:59
Message-Id: 1585666475.3a5ca979aa9e1bb9d1a6d0dda7278d24573ba9bd.bkohler@gentoo
1 commit: 3a5ca979aa9e1bb9d1a6d0dda7278d24573ba9bd
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 6 16:35:03 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 31 14:54:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5ca979
7
8 linux-mod.eclass: minor @USAGE syntax fix
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 eclass/linux-mod.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
16 index 5b1b8f65cee..7c26a4a1539 100644
17 --- a/eclass/linux-mod.eclass
18 +++ b/eclass/linux-mod.eclass
19 @@ -214,7 +214,7 @@ use_m() {
20 }
21
22 # @FUNCTION: convert_to_m
23 -# @USAGE: /path/to/the/file
24 +# @USAGE: </path/to/the/file>
25 # @DESCRIPTION:
26 # It converts a file (e.g. a makefile) to use M= instead of SUBDIRS=
27 convert_to_m() {