Skip to content

Commit 551d1aa

Browse files
committed
docs: formatdomain: fix superscripts
There needs to be a space before the :sup: directive. Signed-off-by: Ján Tomko <[email protected]>
1 parent 05c1b9e commit 551d1aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/formatdomain.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -896,12 +896,12 @@ Memory Allocation
896896
hotplugged later. The units for this value are determined by the optional
897897
attribute ``unit``, which defaults to "KiB" (kibibytes, 2\ :sup:`10` or
898898
blocks of 1024 bytes). Valid units are "b" or "bytes" for bytes, "KB" for
899-
kilobytes (10:sup:`3` or 1,000 bytes), "k" or "KiB" for kibibytes (1024
900-
bytes), "MB" for megabytes (10:sup:`6` or 1,000,000 bytes), "M" or "MiB" for
901-
mebibytes (2:sup:`20` or 1,048,576 bytes), "GB" for gigabytes (10:sup:`9` or
902-
1,000,000,000 bytes), "G" or "GiB" for gibibytes (2:sup:`30` or 1,073,741,824
903-
bytes), "TB" for terabytes (10:sup:`12` or 1,000,000,000,000 bytes), or "T"
904-
or "TiB" for tebibytes (2:sup:`40` or 1,099,511,627,776 bytes). However, the
899+
kilobytes (10\ :sup:`3` or 1,000 bytes), "k" or "KiB" for kibibytes (1024
900+
bytes), "MB" for megabytes (10\ :sup:`6` or 1,000,000 bytes), "M" or "MiB" for
901+
mebibytes (2\ :sup:`20` or 1,048,576 bytes), "GB" for gigabytes (10\ :sup:`9` or
902+
1,000,000,000 bytes), "G" or "GiB" for gibibytes (2\ :sup:`30` or 1,073,741,824
903+
bytes), "TB" for terabytes (10\ :sup:`12` or 1,000,000,000,000 bytes), or "T"
904+
or "TiB" for tebibytes (2\ :sup:`40` or 1,099,511,627,776 bytes). However, the
905905
value will be rounded up to the nearest kibibyte by libvirt, and may be
906906
further rounded to the granularity supported by the hypervisor. Some
907907
hypervisors also enforce a minimum, such as 4000KiB. In case

0 commit comments

Comments
 (0)