diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-07-09 23:08:03 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-07-09 23:08:03 +0200 |
commit | 65e152a4fa697b74ac7b7bf39bfd7fb6de876baa (patch) | |
tree | 49b1aaedd138e79607131acbba553558055ee0af /doc | |
parent | Fix return status in editor-variable lib and locale module, bug 473308. (diff) | |
download | eselect-65e152a4fa697b74ac7b7bf39bfd7fb6de876baa.tar.gz eselect-65e152a4fa697b74ac7b7bf39bfd7fb6de876baa.tar.bz2 eselect-65e152a4fa697b74ac7b7bf39bfd7fb6de876baa.zip |
Update description of "arch" function in developer guide.
* doc/developer-guide.txt: Update description of the "arch"
function.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guide.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index a24453a..9ecfdd9 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -486,8 +486,8 @@ 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 ``uname -m`` and ``uname -s`` based -lookup-table. +``arch`` falls back to a lookup-table based on the ``HOSTTYPE`` and +``OSTYPE`` bash variables. The ``envvar`` Function ,,,,,,,,,,,,,,,,,,,,,,, |