From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A44BA138334 for ; Fri, 6 Sep 2019 19:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC62E08A6; Fri, 6 Sep 2019 19:06:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22FAAE077A for ; Fri, 6 Sep 2019 19:06:34 +0000 (UTC) Received: from fserv.ben.kohler (107-207-243-132.lightspeed.spfdmo.sbcglobal.net [107.207.243.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: bkohler) by smtp.gentoo.org (Postfix) with ESMTPSA id B759734AC8A; Fri, 6 Sep 2019 19:06:32 +0000 (UTC) From: Ben Kohler To: gentoo-dev@lists.gentoo.org Cc: prefix@gentoo.org Subject: [gentoo-dev] [PATCH] prefix.eclass: minor @USAGE fix Date: Fri, 6 Sep 2019 14:06:30 -0500 Message-Id: <20190906190630.1293-1-bkohler@gentoo.org> X-Mailer: git-send-email 2.23.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: fe838c87-9d82-4746-92fb-09ed278ebdf7 X-Archives-Hash: 51aabc8ea1aa251cad3ecf580a3ea7ef Signed-off-by: Ben Kohler --- eclass/prefix.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass index 8ae3e3a531d..435e99fdf92 100644 --- a/eclass/prefix.eclass +++ b/eclass/prefix.eclass @@ -111,7 +111,7 @@ hprefixify() { } # @FUNCTION: prefixify_ro -# @USAGE: prefixify_ro . +# @USAGE: # @DESCRIPTION: # prefixify a read-only file. # copies the files to ${T}, prefixies it, echos the new file. -- 2.23.0