commit:     75d2ff149684a5b0650abc8256931ae4a224c610
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 16:35:59 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 16:35:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=75d2ff14

Replace "dep atom" by "package dependency specification".

* doc/developer-guide.txt: Replace the term "dep atom" by
"package dependency specification".

 ChangeLog               | 3 +++
 doc/developer-guide.txt | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4f6510e..821e7c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-05-29  Ulrich Müller  <u...@gentoo.org>
 
+       * doc/developer-guide.txt: Replace the term "dep atom" by
+       "package dependency specification".
+
        * libs/multilib.bash.in (get_libdir): New function.
        * doc/developer-guide.txt: Describe it.
        * libs/Makefile.am (dosed): Substitute @libdir@.

diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 408b2a7..076c5ca 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -503,13 +503,13 @@ The ``best_version`` function
 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
 
 The ``best_version`` function returns the highest available version for
-a given package dep atom.
+a given package dependency specification.
 
 The ``has_version`` function
 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,
 
-The ``has_version`` function checks whether a given versioned package
-dep atom is installed.
+The ``has_version`` function checks whether a package matching a given
+dependency specification is installed.
 
 The ``get_repositories`` function
 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

Reply via email to