commit: 6018032574616720916bcb7a7e1fae4ef699fedc
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 8 21:22:55 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 8 21:22:55 2016 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=60180325
ebuild-writing/eapi: replace weird unicode angle brackets
ebuild-writing/eapi/text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index aaa7033..c339e91 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -815,7 +815,7 @@ RDEPEND="dev-libs/foo:2=
<p>
<!-- We probably need an example here -->
<pre>
-USAGE: usex 〈USE flag〉 [true output] [false output] [true suffix]
[false suffix]
+USAGE: usex <USE flag> [true output] [false output] [true suffix] [false
suffix]
DESCRIPTION:
If USE flag is set, echo [true output][true suffix] (defaults to "yes"),
otherwise echo [false output][false suffix] (defaults to "no").