diff options
author | John Helmert III <ajak@gentoo.org> | 2021-04-13 15:42:38 -0500 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-06-13 13:48:16 +0200 |
commit | 79871f29c8034612df39cc341f6ce33b0f48a41f (patch) | |
tree | 23ed7e1041cd7e78f0b69e663014916ca24c11e9 /function-reference | |
parent | archs/*: Update information on IRC channels (diff) | |
download | devmanual-79871f29c8034612df39cc341f6ce33b0f48a41f.tar.gz devmanual-79871f29c8034612df39cc341f6ce33b0f48a41f.tar.bz2 devmanual-79871f29c8034612df39cc341f6ce33b0f48a41f.zip |
function-reference/query-functions: document missing pms functions
Signed-off-by: John Helmert III <ajak@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'function-reference')
-rw-r--r-- | function-reference/query-functions/text.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/function-reference/query-functions/text.xml b/function-reference/query-functions/text.xml index da24380..b4be963 100644 --- a/function-reference/query-functions/text.xml +++ b/function-reference/query-functions/text.xml @@ -47,6 +47,17 @@ query variables and similar state. </tr> <tr> <ti> + <c>usex flag [true output] [false output] [true suffix] [false suffix]</c> + </ti> + <ti> + If <c>flag</c> is enabled, echo [true output][true suffix], otherwise + echo [false output][false suffix]. If unspecified, true and false outputs + are equal to "yes" and "no" respectively. The suffixes default to empty + strings. + </ti> + </tr> + <tr> + <ti> <c>use_enable flag str val</c> </ti> <ti> @@ -65,6 +76,15 @@ query variables and similar state. </tr> <tr> <ti> + <c>in_iuse flag</c> + </ti> + <ti> + Returns true if the ebuild can use <c>flag</c> in <c>use</c> queries, + false otherwise. + </ti> + </tr> + <tr> + <ti> <c>has word item...</c> </ti> <ti> |