diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-08-22 11:42:01 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-08-22 11:42:01 +0200 |
commit | 91eda5f425a87a067dd07e0f9a71c288bd3350d5 (patch) | |
tree | 49ee70ac41a9df2c579c53401e26f790492355a7 | |
parent | Update version to 1.4.26 (diff) | |
download | eselect-91eda5f425a87a067dd07e0f9a71c288bd3350d5.tar.gz eselect-91eda5f425a87a067dd07e0f9a71c288bd3350d5.tar.bz2 eselect-91eda5f425a87a067dd07e0f9a71c288bd3350d5.zip |
Update documentation for "has"
* doc/developer-guide.txt: Update documentation for "has".
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/developer-guide.txt | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2023-08-22 Ulrich Müller <ulm@gentoo.org> + + * doc/developer-guide.txt: Update documentation for "has". + 2023-08-09 Ulrich Müller <ulm@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 |