diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-09-26 23:46:28 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-09-26 23:46:28 +0000 |
commit | e48f0bc2010c028461647bb50a53632852a5508e (patch) | |
tree | 4ef3ff739d59c7311d4daaa733e2177d35857cd2 | |
parent | 38756751f7b706fd4571859b7db5b094fd4a65a6 (diff) | |
download | portage-e48f0bc2010c028461647bb50a53632852a5508e.tar.gz portage-e48f0bc2010c028461647bb50a53632852a5508e.tar.bz2 portage-e48f0bc2010c028461647bb50a53632852a5508e.zip |
Fix a typo.
svn path=/main/trunk/; revision=7840
-rw-r--r-- | man/make.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 3b6f0861b..a94b655a0 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -138,7 +138,7 @@ SRC_URI digests are correct. This feature also affects digest generation via \fIdigest\fR feature is enabled). Existing digests for files that do not exist in ${DISTDIR} will be automatically assumed even when \fIassume\-digests\fR is not enabled. If a file exists in ${DISTDIR} but it's size does not match the -existing digest, the digest will be regenerated regardless of the whether or +existing digest, the digest will be regenerated regardless of whether or not \fIassume\-digests\fR is enabled. The \fBebuild\fR(1) \fBdigest\fR command has a \fB\-\-force\fR option that can be used to force regeneration of digests. .TP |