diff options
author | Jiri Denemark <jdenemar@redhat.com> | 2012-08-31 08:22:57 +0200 |
---|---|---|
committer | Peter Krempa <pkrempa@redhat.com> | 2012-08-31 10:18:28 +0200 |
commit | b10ec38d52db5948abb43699110187f5ad15e560 (patch) | |
tree | fe7def057cc6cac907f73c5e9dc67e7ac3e89731 /docs | |
parent | doc: Fix emulator pinning example in formatdomain.html (diff) | |
download | libvirt-b10ec38d52db5948abb43699110187f5ad15e560.tar.gz libvirt-b10ec38d52db5948abb43699110187f5ad15e560.tar.bz2 libvirt-b10ec38d52db5948abb43699110187f5ad15e560.zip |
docs: Fix typo in CPU tuning
Diffstat (limited to 'docs')
-rw-r--r-- | docs/formatdomain.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index fbdf36bbd..671ce170e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -385,7 +385,7 @@ <vcpupin vcpu="1" cpuset="0,1"/> <vcpupin vcpu="2" cpuset="2,3"/> <vcpupin vcpu="3" cpuset="0,4"/> - <emulatorpin cpuset="1-3"/%gt; + <emulatorpin cpuset="1-3"/> <shares>2048</shares> <period>1000000</period> <quota>-1</quota> |