From 91eda5f425a87a067dd07e0f9a71c288bd3350d5 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 22 Aug 2023 11:42:01 +0200 Subject: Update documentation for "has" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/developer-guide.txt: Update documentation for "has". Signed-off-by: Ulrich Müller --- ChangeLog | 4 ++++ doc/developer-guide.txt | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cce6fb2..e534492 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2023-08-22 Ulrich Müller + + * doc/developer-guide.txt: Update documentation for "has". + 2023-08-09 Ulrich Müller * configure.ac: Update version to 1.4.26. diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 16393cb..50f8bdd 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -371,8 +371,8 @@ These are implemented in ``libs/tests.bash``. The ``has`` function ,,,,,,,,,,,,,,,,,,,, -The ``has`` utility function is like Portage's ``hasq``. It returns true -if and only if the first parameter is equal to any of the remaining +The ``has`` utility function is like its Portage equivalent. It returns +true if and only if the first parameter is equal to any of the remaining parameters. The ``is_function`` function -- cgit v1.2.3-65-gdbad