diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-11 10:08:51 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-11 10:08:51 +0000 |
commit | 221fb005ec42210ed13f5163832a41b6d02c0b51 (patch) | |
tree | 8467dedb6fad81064725e95504bb948039c8449a | |
parent | 7d65969dbcaf7f4902e12d446009f67c8fb757e5 (diff) | |
download | portage-221fb005ec42210ed13f5163832a41b6d02c0b51.tar.gz portage-221fb005ec42210ed13f5163832a41b6d02c0b51.tar.bz2 portage-221fb005ec42210ed13f5163832a41b6d02c0b51.zip |
Add note that any value enables EPAUSE_IGNORE
svn path=/main/trunk/; revision=5552
-rw-r--r-- | man/make.conf.5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 304b5ea9e..f805de398 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -110,6 +110,7 @@ is specified. .B EPAUSE_IGNORE Defines whether or not to ignore short pauses that occur when displaying important informational messages. This variable is unset by default. +If it is set to any value pauses are ignored. .TP \fBFEATURES\fR = \fI"sandbox ccache"\fR Defines actions portage takes by default. These options should |