Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: lvm2.xml
Date: Wed, 11 Feb 2009 06:42:17
Message-Id: E1LX8nX-0000zP-0g@stork.gentoo.org
1 nightmorph 09/02/11 06:42:15
2
3 Modified: lvm2.xml
4 Log:
5 options are not permitted after the a flag; bug 258547
6
7 Revision Changes Path
8 1.25 xml/htdocs/doc/en/lvm2.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/lvm2.xml?r1=1.24&r2=1.25
13
14 Index: lvm2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- lvm2.xml 23 May 2008 19:49:18 -0000 1.24
21 +++ lvm2.xml 11 Feb 2009 06:42:14 -0000 1.25
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.24 2008/05/23 19:49:18 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.25 2009/02/11 06:42:14 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/lvm2.xml">
29 @@ -24,8 +24,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.6</version>
34 -<date>2007-11-03</date>
35 +<version>2.7</version>
36 +<date>2009-02-10</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -458,9 +458,9 @@
41 <comment>(Deactivate all volumes first)</comment>
42 # <i>vgchange -a n</i>
43 <comment>(Export all the volumes)</comment>
44 -# <i>vgexport -a vg</i>
45 +# <i>vgexport -a</i>
46 <comment>(Import all volumes)</comment>
47 -# <i>vgimport -a vg</i>
48 +# <i>vgimport -a</i>
49 <comment>(Reactivate all volumes)</comment>
50 # <i>vgchange -a y</i>
51 </pre>