diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-12-13 20:07:25 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-12-13 20:07:25 +0000 |
commit | b5aed0929e51116b1b75c7d9c9458db3c25917c0 (patch) | |
tree | 1f06a8eef7975da4153ea5c34c55c5e64d94a26a | |
parent | a3e8c2df90ef8dbfb3c6c6616c645e2fc1b3000e (diff) | |
download | portage-b5aed0929e51116b1b75c7d9c9458db3c25917c0.tar.gz portage-b5aed0929e51116b1b75c7d9c9458db3c25917c0.tar.bz2 portage-b5aed0929e51116b1b75c7d9c9458db3c25917c0.zip |
Bug #202126 - Replace an obsolete reference to `emerge --help config`
with a reference to the CONFIGURATION FILES section of emerge(1).
svn path=/main/trunk/; revision=8913
-rw-r--r-- | man/make.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index b7f6ec652..42182a826 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -85,11 +85,13 @@ files and/or directories. .TP \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`. +enabled for them. See the \fBCONFIGURATION FILES\fR section +of \fBemerge\fR(1) for more information. .TP \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`. +disabled for them. See the \fBCONFIGURATION FILES\fR section +of \fBemerge\fR(1) for more information. .TP .B CTARGET This variable is passed by the \fIebuild scripts\fR to the \fIconfigure\fR |