diff options
author | Mike McCallister <mike@mccllstr.com> | 2011-07-12 17:03:13 -0500 |
---|---|---|
committer | Mike McCallister <mike@mccllstr.com> | 2011-07-12 17:03:13 -0500 |
commit | d1352fc4a15536090758e4654324a792264cf327 (patch) | |
tree | dd9d909c9fa302f0087d1a994e8cd7c39b31e9cc /doc/appendix/guides | |
parent | 5c7e54e7edd7f14522398c31b13b10ddb0f8eb17 (diff) | |
download | bcfg2-d1352fc4a15536090758e4654324a792264cf327.tar.gz bcfg2-d1352fc4a15536090758e4654324a792264cf327.tar.bz2 bcfg2-d1352fc4a15536090758e4654324a792264cf327.zip |
Minor change to better use Sphinx syntax for environment variables.
Has the benefit that environment variable names will now be visible in
the documentation index.
Diffstat (limited to 'doc/appendix/guides')
-rw-r--r-- | doc/appendix/guides/gentoo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/appendix/guides/gentoo.txt b/doc/appendix/guides/gentoo.txt index e818364ce..d635e310b 100644 --- a/doc/appendix/guides/gentoo.txt +++ b/doc/appendix/guides/gentoo.txt @@ -39,7 +39,7 @@ Package Repository You’ll need (to make) at least one archive of binary packages. The Portage driver calls ``emerge`` with the ``-getbinpkgonly`` option. See :manpage:`make.conf(5)` and :manpage:`emerge(1)` manpages, specifically -the *PORTAGE_BINHOST* environment variable. +the :envvar:`PORTAGE_BINHOST` environment variable. Time Saver: quickpkg -------------------- |