Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56062 - Typo in Code Listing 2.5
Summary: Typo in Code Listing 2.5
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Developers HOWTO (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/gentoo-h...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-04 08:27 UTC by Renat Lumpau (RETIRED)
Modified: 2004-07-04 08:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Renat Lumpau (RETIRED) gentoo-dev 2004-07-04 08:27:44 UTC
apache2? ( >=net-www/apache-2 ) : ( =net-www/apache-1.* )"

should be 

apache2? ( >=net-www/apache-2 ) : ( =net-www/apache-1* )"
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2004-07-04 08:34:12 UTC
Fixed. thanks for reporting.