diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-17 12:28:33 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-23 15:06:36 +0100 |
commit | 108416f08c8e241b57c05ab4dbce6212eb2a6d87 (patch) | |
tree | ef9f6d251cb60e5c7d7cec71d58eaf58365d7f8b /eclass-writing | |
parent | eclass-writing: Use "required" instead of "not optional" (diff) | |
download | devmanual-108416f08c8e241b57c05ab4dbce6212eb2a6d87.tar.gz devmanual-108416f08c8e241b57c05ab4dbce6212eb2a6d87.tar.bz2 devmanual-108416f08c8e241b57c05ab4dbce6212eb2a6d87.zip |
eclass-writing: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Bug: https://bugs.gentoo.org/835396
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass-writing')
-rw-r--r-- | eclass-writing/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index 795ccd0..be57372 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -311,7 +311,7 @@ variables are as follows: <th>description</th> </tr> <tr> - <ti nowrap="nowrap"><c>@ECLASS-VARIABLE:</c></ti> + <ti nowrap="nowrap"><c>@ECLASS_VARIABLE:</c></ti> <ti>Yes</ti> <ti>Name of the eclass variable to which the documentation applies</ti> <ti> |