diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-09-30 19:35:29 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-09-30 19:35:29 +0000 |
commit | 8b5f3ce9b72f2f63af6d4b8292d5a531a7ac1b01 (patch) | |
tree | dcdd94cdaf5141ec0b5483acaafdace05ee0d56c | |
parent | 9f0913fa660eabbc1b2a3223d57f72098a6aa4a7 (diff) | |
download | portage-8b5f3ce9b72f2f63af6d4b8292d5a531a7ac1b01.tar.gz portage-8b5f3ce9b72f2f63af6d4b8292d5a531a7ac1b01.tar.bz2 portage-8b5f3ce9b72f2f63af6d4b8292d5a531a7ac1b01.zip |
Fix misspelling of dependencies for bug #149645.
svn path=/main/trunk/; revision=4568
-rw-r--r-- | man/emerge.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 7c87e3cc9..7142729e9 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -380,7 +380,7 @@ in order to indicate their status: \fI() circumfix\fR = forced, masked, or removed .TP .BR "\-\-with\-bdeps < y | n >" -In dependency calculations, pull in build time dependendencies that are not +In dependency calculations, pull in build time dependencies that are not strictly required. This defaults to \'n\' for installation actions and \'y\' for the \-\-depclean action. This setting can be added to EMERGE_DEFAULT_OPTS (see make.conf(5)) and later overridden via the command |