diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-09-09 09:56:16 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-09-09 09:57:00 -0500 |
commit | 77276b22006af2b3031cbf6a351dfcdc43427786 (patch) | |
tree | c5c99797ee77867d71d09c48d30efddbcfdad55b /eclass/prefix.eclass | |
parent | app-text/diff-pdf: maintainer stable on amd64. (diff) | |
download | gentoo-77276b22006af2b3031cbf6a351dfcdc43427786.tar.gz gentoo-77276b22006af2b3031cbf6a351dfcdc43427786.tar.bz2 gentoo-77276b22006af2b3031cbf6a351dfcdc43427786.zip |
prefix.eclass: minor @USAGE fix
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'eclass/prefix.eclass')
-rw-r--r-- | eclass/prefix.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass index 8ae3e3a531d5..435e99fdf922 100644 --- a/eclass/prefix.eclass +++ b/eclass/prefix.eclass @@ -111,7 +111,7 @@ hprefixify() { } # @FUNCTION: prefixify_ro -# @USAGE: prefixify_ro <file>. +# @USAGE: <file> # @DESCRIPTION: # prefixify a read-only file. # copies the files to ${T}, prefixies it, echos the new file. |