On 05/30/2010 10:24 AM, Justin Clift wrote:
This is the corresponding patch for the virsh man page (virsh.pod).
It's diff-d against present git master.
Regards and best wishes,
Justin Clift
diff --git a/tools/virsh.pod b/tools/virsh.pod
index cf7585d..3bf79d5 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -667,7 +667,7 @@ Build a given pool.
Create and start a pool object from the XML I<file>.
=item B<pool-create-as> I<name> I<--print-xml> I<type> optional
I<source-host>
-I<source-path> I<source-dev> I<source-name> <target>
+I<source-path> I<source-dev> I<source-name> <target>
I<--source-format format>
Create and start a pool object I<name> from the raw parameters. If
I<--print-xml> is specified, then print the XML of the pool object
@@ -679,7 +679,7 @@ I<type>.
Create, but do not start, a pool object from the XML I<file>.
=item B<pool-define-as> I<name> I<--print-xml> I<type> optional
I<source-host>
-I<source-path> I<source-dev> I<source-name> <target>
+I<source-path> I<source-dev> I<source-name> <target>
I<--source-format format>
Create, but do not start, a pool object I<name> from the raw parameters. If
I<--print-xml> is specified, then print the XML of the pool object
ACK
- Cole