diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-09-29 16:37:28 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-09-29 16:37:28 +0000 |
commit | b5c16a1f99366a07b4e2d6904cd0246dc1412c02 (patch) | |
tree | 07aff2e3dd451964d17a16547b6e1327b85f28b0 | |
parent | 8ee535c3a092d5b4faf91ca2c9efbfb19f9c81ef (diff) | |
download | portage-b5c16a1f99366a07b4e2d6904cd0246dc1412c02.tar.gz portage-b5c16a1f99366a07b4e2d6904cd0246dc1412c02.tar.bz2 portage-b5c16a1f99366a07b4e2d6904cd0246dc1412c02.zip |
Remove specific reference to the Gentoo Handbook.
svn path=/main/branches/2.0/; revision=2057
-rwxr-xr-x | bin/emerge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge index e1592c704..8e070a51a 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1252,7 +1252,7 @@ class depgraph: oldcomment = comment print print "For more information, see MASKED PACKAGES section in the emerge man page or " - print "section 2.2 \"Software Availability\" in the Gentoo Handbook." + print "refer to the Gentoo Handbook." if myparent: print "!!! "+red(xfrom) print |