commit: 8c734c537488647738d110a0e7a35848aa1dde7e Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Wed Dec 6 13:41:04 2017 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Wed Dec 6 13:42:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c734c53
eclass/prefix.eclass: use a long line for @USAGE This is only for making eclass-manpages happy. Closes: https://bugs.gentoo.org/637848 eclass/prefix.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass index eb5843182f3..8ae3e3a531d 100644 --- a/eclass/prefix.eclass +++ b/eclass/prefix.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: prefix.eclass @@ -48,8 +48,7 @@ eprefixify() { } # @FUNCTION: hprefixify -# @USAGE: [ -w <line match> ] [ -e <extended regex> ] [ -q <quotation char> ] -# <list of files> +# @USAGE: [ -w <line match> ] [ -e <extended regex> ] [ -q <quotation char> ] <list of files> # @DESCRIPTION: # Tries a set of heuristics to prefixify the given files. Dies if no # arguments are given, a file does not exist, or changing a file failed.
