diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-09-29 21:56:09 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-09-29 21:56:09 +0000 |
commit | ea08f33eb3ffe013ab37397e885e572c7d0734f7 (patch) | |
tree | e279addd8d21f667029849324b4fbd0ff83ffd08 | |
parent | 4f858093194e2c4a58fabdaec6b63936836d4a52 (diff) | |
download | portage-ea08f33eb3ffe013ab37397e885e572c7d0734f7.tar.gz portage-ea08f33eb3ffe013ab37397e885e572c7d0734f7.tar.bz2 portage-ea08f33eb3ffe013ab37397e885e572c7d0734f7.zip |
Update CONFIG_PROTECT docs to reflect that files are now supported.
svn path=/main/trunk/; revision=4565
-rw-r--r-- | man/make.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 0c75f47f9..5f299da19 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -81,12 +81,12 @@ Defaults to 5 seconds. This variable allows the user to disable \fIcollision\-protect\fR for specific files and/or directories. .TP -\fBCONFIG_PROTECT\fR = \fI[space delimited list of dirs]\fR -All directories that are defined here will have "config file protection" +\fBCONFIG_PROTECT\fR = \fI[space delimited list of files and/or directories]\fR +All files and/or directories that are defined here will have "config file protection" enabled for them. For more information, please see `emerge \-\-help config`. .TP -\fBCONFIG_PROTECT_MASK\fR = \fI[space delimited list of dirs]\fR -All directories that are defined here will have "config file protection" +\fBCONFIG_PROTECT_MASK\fR = \fI[space delimited list of files and/or directories]\fR +All files and/or directories that are defined here will have "config file protection" disabled for them. For more information, please see `emerge \-\-help config`. .TP .B CTARGET |