Gentoo Archives: gentoo-dev

From: Michael Haubenwallner <haubi@g.o>
To: Ben Kohler <bkohler@g.o>, gentoo-dev@l.g.o
Cc: prefix@g.o
Subject: [gentoo-dev] Re: [PATCH] prefix.eclass: minor @USAGE fix
Date: Mon, 09 Sep 2019 07:14:06
Message-Id: 35d52725-6e6e-3622-32bd-dbadae949ca8@gentoo.org
In Reply to: [gentoo-dev] [PATCH] prefix.eclass: minor @USAGE fix by Ben Kohler
1 LGTM
2
3 On 9/6/19 9:06 PM, Ben Kohler wrote:
4 > Signed-off-by: Ben Kohler <bkohler@g.o>
5 > ---
6 > eclass/prefix.eclass | 2 +-
7 > 1 file changed, 1 insertion(+), 1 deletion(-)
8 >
9 > diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass
10 > index 8ae3e3a531d..435e99fdf92 100644
11 > --- a/eclass/prefix.eclass
12 > +++ b/eclass/prefix.eclass
13 > @@ -111,7 +111,7 @@ hprefixify() {
14 > }
15 >
16 > # @FUNCTION: prefixify_ro
17 > -# @USAGE: prefixify_ro <file>.
18 > +# @USAGE: <file>
19 > # @DESCRIPTION:
20 > # prefixify a read-only file.
21 > # copies the files to ${T}, prefixies it, echos the new file.
22 >