diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-10-26 21:43:25 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-10-26 21:43:25 -0700 |
commit | ced0da06aaf1bf9f89e9aa7947f58980ff98e365 (patch) | |
tree | 612424bd2d98dddc3a4f032e8129b66a589674d7 | |
parent | d47cf3efc797024749727464487ec0f155212b88 (diff) | |
download | portage-ced0da06aaf1bf9f89e9aa7947f58980ff98e365.tar.gz portage-ced0da06aaf1bf9f89e9aa7947f58980ff98e365.tar.bz2 portage-ced0da06aaf1bf9f89e9aa7947f58980ff98e365.zip |
man/make.conf.5: mention LINGUAS in USE_ORDER doc
The reason for env.d being in USE_ORDER is not really obvious, so
mention LINGUAS as an example (from bug #187016).
-rw-r--r-- | man/make.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 23d5e2ba7..b9206b4a5 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -886,7 +886,8 @@ USE from \fBebuild\fR(5) IUSE defaults USE from make.defaults and package.use in the repo (see \fBportage\fR(5)) .TP .B env.d -USE from the environment variables defined by files in \fI/etc/env.d/\fR +USE from the environment variables, such as LINGUAS, defined by files in +\fI/etc/env.d/\fR .RE .SH "REPORTING BUGS" |