]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virsh: man: Fix description of --live/--config usage
authorPeter Krempa <pkrempa@redhat.com>
Tue, 14 Oct 2014 07:41:24 +0000 (09:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 14 Oct 2014 07:41:24 +0000 (09:41 +0200)
dommemstat and blkdeviotune's man page incorrectly stated the usage of
--live and --config.

tools/virsh.pod

index eae91957e2ed5e57c83a655fadc3b901dbd143fb..cc5582176fa4986f58ea70a907fb61e6e4ee16b7 100644 (file)
@@ -772,7 +772,7 @@ respectfully with average value of zero.
 If I<--live> is specified, affect a running guest.
 If I<--config> is specified, affect the next boot of a persistent guest.
 If I<--current> is specified, affect the current guest state.
-Both I<--live> and I<--current> flags may be given, but I<--current> is
+Both I<--live> and I<--config> flags may be given, but I<--current> is
 exclusive. If no flag is specified, behavior is different depending
 on hypervisor.
 
@@ -1078,7 +1078,7 @@ cannot be mixed with non-zero values for read or write.
 If I<--live> is specified, affect a running guest.
 If I<--config> is specified, affect the next boot of a persistent guest.
 If I<--current> is specified, affect the current guest state.
-Both I<--live> and I<--current> flags may be given, but I<--current> is
+Both I<--live> and I<--config> flags may be given, but I<--current> is
 exclusive. If no flag is specified, behavior is different depending
 on hypervisor.