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: Mon, 09 Sep 2019 14:57:16
Message-Id: 1568041020.77276b22006af2b3031cbf6a351dfcdc43427786.bkohler@gentoo
1 commit: 77276b22006af2b3031cbf6a351dfcdc43427786
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 9 14:56:16 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 14:57:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77276b22
7
8 prefix.eclass: minor @USAGE fix
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 eclass/prefix.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass
16 index 8ae3e3a531d..435e99fdf92 100644
17 --- a/eclass/prefix.eclass
18 +++ b/eclass/prefix.eclass
19 @@ -111,7 +111,7 @@ hprefixify() {
20 }
21
22 # @FUNCTION: prefixify_ro
23 -# @USAGE: prefixify_ro <file>.
24 +# @USAGE: <file>
25 # @DESCRIPTION:
26 # prefixify a read-only file.
27 # copies the files to ${T}, prefixies it, echos the new file.