diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-05-09 23:14:03 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-05-09 23:14:03 +0000 |
commit | b22edffe32827690c0a3082003fdb71e4d8366d6 (patch) | |
tree | 6efa6b66fe64ffdb3d2a7707e0b21686d9eb04c3 | |
parent | 187e6e8a6a531a950ee576cf9c52ab032188d62a (diff) | |
download | portage-b22edffe32827690c0a3082003fdb71e4d8366d6.tar.gz portage-b22edffe32827690c0a3082003fdb71e4d8366d6.tar.bz2 portage-b22edffe32827690c0a3082003fdb71e4d8366d6.zip |
fix typo from previous commit
svn path=/main/trunk/; revision=6512
-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 17e936771..6b22daf12 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -185,7 +185,7 @@ Do not delete the ${T} directory after the merge process. .TP .B keepwork Do not delete the ${WORKDIR} directory after the merge process. This also -disables most the clean phase that is run prior to each build. This causes it +disables most of the clean phase that is run prior to each build. This causes it to interfere with normal emerge operation and therefore it should not be left enabled for more than a short period of time. .TP |