commit:     91eda5f425a87a067dd07e0f9a71c288bd3350d5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 09:42:01 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 09:42:01 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=91eda5f4

Update documentation for "has"

* doc/developer-guide.txt: Update documentation for "has".

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 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  <u...@gentoo.org>
+
+       * doc/developer-guide.txt: Update documentation for "has".
+
 2023-08-09  Ulrich Müller  <u...@gentoo.org>
 
        * 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

Reply via email to