From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-doc-cvs+bounces-4332-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 4CD45138247
	for <garchives@archives.gentoo.org>; Wed, 18 Dec 2013 11:40:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A4D07E0B06;
	Wed, 18 Dec 2013 11:40:47 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 3204FE0B06
	for <gentoo-doc-cvs@lists.gentoo.org>; Wed, 18 Dec 2013 11:40:47 +0000 (UTC)
Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4C49233E2EB
	for <gentoo-doc-cvs@lists.gentoo.org>; Wed, 18 Dec 2013 11:40:46 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 617)
	id BE7982004B; Wed, 18 Dec 2013 11:40:44 +0000 (UTC)
From: "Sven Vermeulen (swift)" <swift@gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml
X-VCS-Repository: gentoo
X-VCS-Files: hb-install-x86+amd64-disk.xml
X-VCS-Directories: xml/htdocs/doc/en/handbook
X-VCS-Committer: swift
X-VCS-Committer-Name: Sven Vermeulen
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Message-Id: <20131218114044.BE7982004B@flycatcher.gentoo.org>
Date: Wed, 18 Dec 2013 11:40:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org>
List-Help: <mailto:gentoo-doc-cvs+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org>
X-BeenThere: gentoo-doc-cvs@lists.gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: ffcdf514-b4e9-4959-8a2a-b25b3479a8ff
X-Archives-Hash: 6c4139e18244f5645a289f13aff617c6

swift       13/12/18 11:40:44

  Modified:             hb-install-x86+amd64-disk.xml
  Log:
  Fix vda->sda typo

Revision  Changes    Path
1.30                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.29&r2=1.30

Index: hb-install-x86+amd64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hb-install-x86+amd64-disk.xml	18 Dec 2013 10:13:54 -0000	1.29
+++ hb-install-x86+amd64-disk.xml	18 Dec 2013 11:40:44 -0000	1.30
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.29 2013/12/18 10:13:54 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.30 2013/12/18 11:40:44 swift Exp $ -->
 
 <sections>
 
@@ -13,7 +13,7 @@
 This chapter describes how to partition a disk for future usage.
 </abstract>
 
-<version>21</version>
+<version>22</version>
 <date>2013-12-18</date>
 
 <section>
@@ -380,7 +380,7 @@
 <pre caption="Starting parted">
 # <i>parted -a optimal /dev/sda</i>
 GNU Parted 2.3
-Using /dev/vda
+Using /dev/sda
 Welcome to GNU Parted! Type 'help' to view a list of commands.
 </pre>