From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1560155-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 824EC158004 for <garchives@archives.gentoo.org>; Thu, 5 Oct 2023 18:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C233C2BC01A; Thu, 5 Oct 2023 18:59:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A35C12BC01A for <gentoo-commits@lists.gentoo.org>; Thu, 5 Oct 2023 18:59:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 986E8335CB7 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Oct 2023 18:58:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC4B09C8 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Oct 2023 18:58:57 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1696181346.546b966a7f10773de891ab4e280e3aefe0c142c0.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/query-functions/ X-VCS-Repository: proj/devmanual X-VCS-Files: function-reference/query-functions/text.xml X-VCS-Directories: function-reference/query-functions/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 546b966a7f10773de891ab4e280e3aefe0c142c0 X-VCS-Branch: master Date: Thu, 5 Oct 2023 18:58:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f67864b3-2ba1-4798-8b36-5c3e4de8c072 X-Archives-Hash: 01ffbc97d430a3d2cb1dfb8fb9a2c615 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>