diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-11-19 22:47:29 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-11-19 22:47:29 +0000 |
commit | 2047f6c711383915cb0111504bf2093ea9c6cfd1 (patch) | |
tree | 5d86f281224ae6995058221ba6abc5b9b3e20aec /man/make.conf.5 | |
parent | Remove --fetchonly --resume time.sleep() call which is an artifact from the (diff) | |
download | portage-multirepo-2047f6c711383915cb0111504bf2093ea9c6cfd1.tar.gz portage-multirepo-2047f6c711383915cb0111504bf2093ea9c6cfd1.tar.bz2 portage-multirepo-2047f6c711383915cb0111504bf2093ea9c6cfd1.zip |
Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is
unset by default.
svn path=/main/trunk/; revision=12003
Diffstat (limited to 'man/make.conf.5')
-rw-r--r-- | man/make.conf.5 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index aa0875ed..530ef6ae 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -488,11 +488,9 @@ as K, M, or G. This variable should contain a command for portage to call in order to adjust the io priority of portage and it's subprocesses. The command string should contain a \\${PID} place-holder that will be substituted -with an integer pid. For more information about ionice, see \fBionice\fR(1). -Set this variable to an empty string if you do not want portage to call -ionice. -.br -Defaults to "ionice -c 3 -p \\${PID}". +with an integer pid. For example, a value of "ionice \-c 3 \-p \\${PID}" +will set idle io priority. For more information about ionice, see +\fBionice\fR(1). This variable is unset by default. .TP \fBPORTAGE_NICENESS\fR = \fI[number]\fR The value of this variable will be added to the current nice level that |