commit:     546b966a7f10773de891ab4e280e3aefe0c142c0
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 17:29:06 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 17:29:06 2023 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=546b966a

function-reference/query-functions: usev accepts two args in EAPI 8

Closes: https://bugs.gentoo.org/914590
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 function-reference/query-functions/text.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/function-reference/query-functions/text.xml 
b/function-reference/query-functions/text.xml
index 9d599e8..0233e26 100644
--- a/function-reference/query-functions/text.xml
+++ b/function-reference/query-functions/text.xml
@@ -39,10 +39,11 @@ query variables and similar state.
   </tr>
   <tr>
     <ti>
-      <c>usev flagname</c>
+      <c>usev flagname [true output]</c>
     </ti>
     <ti>
-      As <c>use</c>, echoes <c>flagname</c> upon success.
+      As <c>use</c>, but also echoes <c>flagname</c> upon success. In EAPI 8
+      and later, echoes the second argument instead, if it is specified.
     </ti>
   </tr>
   <tr>

Reply via email to