[virtualization-guide] Fixed minor format problems with some example volume commands.

Justin Clift justinclift at fedoraproject.org
Thu Jun 17 15:24:24 UTC 2010


commit 48eacd562791a550127aa3276a6dbc8388ced7fc
Author: Justin Clift <justin at salasaga.org>
Date:   Fri Jun 18 01:22:22 2010 +1000

    Fixed minor format problems with some example volume commands.

 en-US/Storage_Concepts.xml |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/en-US/Storage_Concepts.xml b/en-US/Storage_Concepts.xml
index 80107ec..1430e9f 100644
--- a/en-US/Storage_Concepts.xml
+++ b/en-US/Storage_Concepts.xml
@@ -74,8 +74,7 @@
 					<para>
 						For example, a volume named <replaceable>firstimage</replaceable> in the <replaceable>guest_images</replaceable> pool.
 					</para>
-					<screen>virsh # vol-info --pool <replaceable>guest_images</replaceable>
-						<replaceable>firstimage</replaceable>
+					<screen>virsh # vol-info --pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable>
 Name:           <replaceable>firstimage</replaceable>
 Type:           block
 Capacity:       20.00 GB
@@ -146,10 +145,10 @@ virsh #</screen>
 						</para>
 					</formalpara>
 					<screen>virsh # vol-name /dev/<replaceable>guest_images</replaceable>/<replaceable>firstimage</replaceable>
-						<replaceable>firstimage</replaceable>
+<replaceable>firstimage</replaceable>
 
 virsh # vol-name <replaceable>Wlvnf7-a4a3-Tlje-lJDa-9eak-PZBv-LoZuUr</replaceable>
-						<replaceable>firstimage</replaceable>
+<replaceable>firstimage</replaceable>
 
 virsh #</screen>
 				</listitem>
@@ -162,8 +161,11 @@ virsh #</screen>
 					</formalpara>
 					<screen># virsh vol-path Wlvnf7-a4a3-Tlje-lJDa-9eak-PZBv-LoZuUr
 /dev/<replaceable>guest_images</replaceable>/<replaceable>firstimage</replaceable>
-# virsh vol-path --pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable> /dev/<replaceable>guest_images</replaceable>/<replaceable>firstimage</replaceable>
-</screen>
+
+# virsh vol-path --pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable>
+/dev/<replaceable>guest_images</replaceable>/<replaceable>firstimage</replaceable>
+
+virsh #</screen>
 				</listitem>
 				<listitem>
 					<formalpara>
@@ -174,7 +176,9 @@ virsh #</screen>
 					</formalpara>
 					<screen># virsh vol-key /dev/<replaceable>guest_images</replaceable>/<replaceable>firstimage</replaceable>
 Wlvnf7-a4a3-Tlje-lJDa-9eak-PZBv-LoZuUr
-# virsh vol-key --pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable> Wlvnf7-a4a3-Tlje-lJDa-9eak-PZBv-LoZuUr
+
+virsh # vol-key --pool <replaceable>guest_images</replaceable> <replaceable>firstimage</replaceable>
+Wlvnf7-a4a3-Tlje-lJDa-9eak-PZBv-LoZuUr
 
 virsh #</screen>
 				</listitem>


More information about the docs-commits mailing list