summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-12-06 22:41:04 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-12-06 22:42:36 +0900
commit8c734c537488647738d110a0e7a35848aa1dde7e (patch)
tree0d629ef495653a6647a05058fd6d5424effb9b0a /eclass/prefix.eclass
parentapp-admin/setools: add checkpolicy dep for test (diff)
downloadgentoo-8c734c537488647738d110a0e7a35848aa1dde7e.tar.gz
gentoo-8c734c537488647738d110a0e7a35848aa1dde7e.tar.bz2
gentoo-8c734c537488647738d110a0e7a35848aa1dde7e.zip
eclass/prefix.eclass: use a long line for @USAGE
This is only for making eclass-manpages happy. Closes: https://bugs.gentoo.org/637848
Diffstat (limited to 'eclass/prefix.eclass')
-rw-r--r--eclass/prefix.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass
index eb5843182f31..8ae3e3a531d5 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.