summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-03-20 19:39:04 +0100
committerUlrich Müller <ulm@gentoo.org>2014-03-20 19:39:04 +0100
commitef3481ab4c0c0dff4ea38069c75a7854509be5a0 (patch)
treeb870d50691739069e072235bda50873265d8af5e
parentUpdate list of standard actions in documentation. (diff)
downloadeselect-ef3481ab4c0c0dff4ea38069c75a7854509be5a0.tar.gz
eselect-ef3481ab4c0c0dff4ea38069c75a7854509be5a0.tar.bz2
eselect-ef3481ab4c0c0dff4ea38069c75a7854509be5a0.zip
developer-guide.txt: Fix wording for "arch" function.
-rw-r--r--doc/developer-guide.txt8
1 files 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
,,,,,,,,,,,,,,,,,,,,,,,