aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-08-22 11:42:01 +0200
committerUlrich Müller <ulm@gentoo.org>2023-08-22 11:42:01 +0200
commit91eda5f425a87a067dd07e0f9a71c288bd3350d5 (patch)
tree49ee70ac41a9df2c579c53401e26f790492355a7 /doc
parentUpdate version to 1.4.26 (diff)
downloadeselect-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>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guide.txt4
1 files changed, 2 insertions, 2 deletions
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