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: multipath.xml
Date: Mon, 07 Feb 2011 21:27:04
Message-Id: 20110207212652.4EC1020054@flycatcher.gentoo.org
1 nightmorph 11/02/07 21:26:52
2
3 Modified: multipath.xml
4 Log:
5 fix sg_utils/multipath commands, from a suggestion sent by email
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/en/multipath.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/multipath.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/multipath.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/multipath.xml?r1=1.2&r2=1.3
13
14 Index: multipath.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- multipath.xml 11 Sep 2008 08:09:05 -0000 1.2
21 +++ multipath.xml 7 Feb 2011 21:26:52 -0000 1.3
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v 1.2 2008/09/11 08:09:05 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v 1.3 2011/02/07 21:26:52 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -29,8 +29,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1</version>
34 -<date>2008-09-10</date>
35 +<version>2</version>
36 +<date>2011-02-07</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -113,7 +113,7 @@
41 <pre caption="Installing multipath-tools and initial configuration">
42 # <i>emerge multipath-tools sg3_utils</i>
43 <comment>(Replace /dev/DEVICE with your disk to find its wwid)</comment>
44 -# <i>/usr/bin/sq_vpd ?page=di /dev/DEVICE</i>
45 +# <i>/usr/bin/sg_vpd --page=di /dev/DEVICE</i>
46 </pre>
47
48 <p>