Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263147 - simple mistype in example code
Summary: simple mistype in example code
Status: RESOLVED INVALID
Alias: None
Product: Documentation
Classification: Unclassified
Component: Project-specific documentation (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://www.gentoo.org/proj/en/base/em...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 17:40 UTC by Jon Malachowski
Modified: 2009-03-20 19:04 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 Jon Malachowski 2009-03-20 17:40:28 UTC
"
Code Listing 1.1: Install gentoo-sources into sysroot
# xmerge -av gentoo-sources
"

should most probably be
"
Code Listing 1.1: Install gentoo-sources into sysroot
# emerge -av gentoo-sources
"

Reproducible: Always

Steps to Reproduce:
1. goto http://www.gentoo.org/proj/en/base/embedded/handbook/index.xml?part=1&chap=6#doc_chap1 for help
2. try the example code "xmerge -av gentoo-sources"
3. realize that 'xmerge' should probably be 'emerge'
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2009-03-20 18:46:02 UTC
That's not a mistake, xmerge is a wrapper script given here:
http://www.gentoo.org/proj/en/base/embedded/handbook/index.xml?part=1&chap=5#doc_chap4
Comment 2 Jon Malachowski 2009-03-20 19:04:27 UTC
Whoops.

I was sent a link that limited the scope of the article to chapter 6.  Preventing me from noticing that script from chapter 5.  Thank you for correcting me.  Sorry to bother you.