From: Zac Medico Date: Thu, 8 Aug 2013 17:11:33 +0000 (-0700) Subject: man/emerge.1: fix ._cfg???? command, bug #480192 X-Git-Tag: v2.2.0_alpha196~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf892931fa344f89d51d038296ca7e374ce3b30f;p=portage.git man/emerge.1: fix ._cfg???? command, bug #480192 --- diff --git a/man/emerge.1 b/man/emerge.1 index 55e21a92b..bbcd84bf6 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Jul 2013" "Portage VERSION" "Portage" +.TH "EMERGE" "1" "Aug 2013" "Portage VERSION" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" @@ -1110,8 +1110,8 @@ deleted, which is of paramount importance. Protected directories are set using the \fICONFIG_PROTECT\fR variable, normally defined in make.globals. Directory exceptions to the CONFIG_PROTECTed directories can be specified using the \fICONFIG_PROTECT_MASK\fR variable. -To find files that need to be updated in /etc, type \fBfind /etc \-iname \'. -cfg????_*\'\fR. +To find files that need to be updated in /etc, type \fBfind /etc \-name +\[aq]._cfg????_*\[aq]\fR. .LP You can disable this feature by setting \fICONFIG_PROTECT="\-*"\fR in \fBmake.conf\fR(5).