diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-08-22 13:35:59 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-08-22 13:35:59 -0700 |
commit | a3c1e7f0c05f7be8507453324e178d041cb88796 (patch) | |
tree | d361b8467abe6a4a2975a77c4b2f044adda97ece | |
parent | 3534aa843f22e84f5dd79a8306605d5178ec76c3 (diff) | |
download | portage-a3c1e7f0c05f7be8507453324e178d041cb88796.tar.gz portage-a3c1e7f0c05f7be8507453324e178d041cb88796.tar.bz2 portage-a3c1e7f0c05f7be8507453324e178d041cb88796.zip |
make.conf.5: document EMERGE_WARNING_DELAY
-rw-r--r-- | man/make.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index d83258c94..76f32f718 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -182,6 +182,12 @@ Controls the location of emerge.log and emerge-fetch.log. .br Defaults to /var/log. .TP +\fBEMERGE_WARNING_DELAY\fR = \fIinteger\fR +Determines how long the countdown delay will be after running +`emerge --unmerge` for a system package. +.br +Defaults to 10 seconds. +.TP .B EPAUSE_IGNORE Defines whether or not to ignore short pauses that occur when displaying important informational messages. This variable is unset by default. |