Gentoo Archives: gentoo-doc

From: Daniel Meltzer <dmeltzer.gentoo@×××××.com>
To: gentoo-doc@l.g.o
Cc: Daniel Meltzer <dmeltzer.gentoo@×××××.com>
Subject: [gentoo-doc] [PATCH 2/3] Fix minor typo
Date: Thu, 17 Jan 2013 05:06:03
Message-Id: 1358399053-8527-2-git-send-email-dmeltzer.gentoo@gmail.com
In Reply to: [gentoo-doc] [PATCH 1/3] Bring gentoo-x86-quickinstall in line with many of the changes that have been made to the official handbook. It would probably make sense down the line to turn this into a 64 bit quickinstall guide, as that's rapidly becoming the common denominator for new users. This commit makes the following changes: by Daniel Meltzer
1 ---
2 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml b/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
6 index ccc72ee..a73e214 100644
7 --- a/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
8 +++ b/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
9 @@ -82,7 +82,7 @@ Fetch the latest portage snapshot from the mirrors using emerge-webrsync.
10
11 <pre caption="Running emerge-webrsync to install a Portage snapshot">
12 livecd / # <i>mkdir /usr/portage</i>
13 -livecd / # <i>emerge webrsync</i>
14 +livecd / # <i>emerge-webrsync</i>
15 </pre>
16
17 </body>
18 --
19 1.7.12.4