]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Fix syntax for vcpupin description
authorJohn Ferlan <jferlan@redhat.com>
Fri, 6 Mar 2015 15:17:50 +0000 (10:17 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 9 Mar 2015 10:41:44 +0000 (06:41 -0400)
tools/virsh.pod

index f19601ee2d95ef9880bc12e2e95aad98dd606770..4670554e0cbe8b83bb266e2256fc4cf141871289 100644 (file)
@@ -2284,8 +2284,8 @@ I<vcpu> or omit I<vcpu> to list all at once.
 I<cpulist> is a list of physical CPU numbers. Its syntax is a comma
 separated list and a special markup using '-' and '^' (ex. '0-4', '0-3,^2') can
 also be allowed. The '-' denotes the range and the '^' denotes exclusive.
-If you want to reset vcpupin setting, that is, to pin vcpu all physical cpus,
-simply specify 'r' as a cpulist.
+If you want to reset vcpupin setting, that is, to pin the I<vcpu> to all
+physical cpus, simply specify 'r' as a I<cpulist>.
 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.