commit: ef3481ab4c0c0dff4ea38069c75a7854509be5a0
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 18:39:04 2014 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 18:39:04 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=ef3481ab
developer-guide.txt: Fix wording for "arch" function.
---
doc/developer-guide.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 2191ad5..63e6389 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -481,10 +481,10 @@ These are implemented in ``libs/package-manager.bash``.
The ``arch`` Function
,,,,,,,,,,,,,,,,,,,,,
-The ``arch`` function returns the correct value of ${ARCH} for the
-current system. If the package manager cannot provide this information,
-``arch`` falls back to a lookup-table based on the ``HOSTTYPE`` and
-``OSTYPE`` bash variables.
+The ``arch`` function returns the correct value of the ``ARCH`` variable
+for the current system. If the package manager cannot provide this
+information, ``arch`` falls back to a lookup-table based on the
+``HOSTTYPE`` and ``OSTYPE`` bash variables.
The ``envvar`` Function
,,,,,,,,,,,,,,,,,,,,,,,