summaryrefslogtreecommitdiff
path: root/docs/formatdomain.rst
diff options
context:
space:
mode:
authorLin Ma <lma@suse.com>2022-08-17 16:19:42 +0800
committerJim Fehlig <jfehlig@suse.com>2022-08-17 08:16:23 -0600
commitd81ae1f24405b33c2bcd11dc16469d5d569abe58 (patch)
treedeb7cde7b1c9b38dc0644af888e26f9880ea5c97 /docs/formatdomain.rst
parente76969c9b28e2812a9682f6be5e7674bb73e8893 (diff)
downloadlibvirt-d81ae1f24405b33c2bcd11dc16469d5d569abe58.tar.gz
docs: Fix missing slashes in the maxphysaddr example
Signed-off-by: Lin Ma <lma@suse.com> Reviewed-by: Jim Fehlig <jfehlig@suse.com>
Diffstat (limited to 'docs/formatdomain.rst')
-rw-r--r--docs/formatdomain.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index ed0d9c1959..56ca5efe43 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -1336,7 +1336,7 @@ following collection of elements. :since:`Since 0.7.5`
<vendor>Intel</vendor>
<topology sockets='1' dies='1' cores='2' threads='1'/>
<cache level='3' mode='emulate'/>
- <maxphysaddr mode='emulate' bits='42'>
+ <maxphysaddr mode='emulate' bits='42'/>
<feature policy='disable' name='lahf_lm'/>
</cpu>
...
@@ -1353,7 +1353,7 @@ following collection of elements. :since:`Since 0.7.5`
<cpu mode='host-passthrough' migratable='off'>
<cache mode='passthrough'/>
- <maxphysaddr mode='passthrough'>
+ <maxphysaddr mode='passthrough'/>
<feature policy='disable' name='lahf_lm'/>
...