[libvirt PATCH] docs: formatdomain: fix superscripts

Ján Tomko posted 1 patch 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/551d1aa1fd14e9c66977b8af61f3d1af9ed6fd03.1597184747.git.jtomko@redhat.com
docs/formatdomain.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[libvirt PATCH] docs: formatdomain: fix superscripts
Posted by Ján Tomko 3 years, 7 months ago
There needs to be a space before the :sup: directive.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
Pushed as trivial.

 docs/formatdomain.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index 218f0c1718..8365fc8bbb 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -896,12 +896,12 @@ Memory Allocation
    hotplugged later. The units for this value are determined by the optional
    attribute ``unit``, which defaults to "KiB" (kibibytes, 2\ :sup:`10` or
    blocks of 1024 bytes). Valid units are "b" or "bytes" for bytes, "KB" for
-   kilobytes (10:sup:`3` or 1,000 bytes), "k" or "KiB" for kibibytes (1024
-   bytes), "MB" for megabytes (10:sup:`6` or 1,000,000 bytes), "M" or "MiB" for
-   mebibytes (2:sup:`20` or 1,048,576 bytes), "GB" for gigabytes (10:sup:`9` or
-   1,000,000,000 bytes), "G" or "GiB" for gibibytes (2:sup:`30` or 1,073,741,824
-   bytes), "TB" for terabytes (10:sup:`12` or 1,000,000,000,000 bytes), or "T"
-   or "TiB" for tebibytes (2:sup:`40` or 1,099,511,627,776 bytes). However, the
+   kilobytes (10\ :sup:`3` or 1,000 bytes), "k" or "KiB" for kibibytes (1024
+   bytes), "MB" for megabytes (10\ :sup:`6` or 1,000,000 bytes), "M" or "MiB" for
+   mebibytes (2\ :sup:`20` or 1,048,576 bytes), "GB" for gigabytes (10\ :sup:`9` or
+   1,000,000,000 bytes), "G" or "GiB" for gibibytes (2\ :sup:`30` or 1,073,741,824
+   bytes), "TB" for terabytes (10\ :sup:`12` or 1,000,000,000,000 bytes), or "T"
+   or "TiB" for tebibytes (2\ :sup:`40` or 1,099,511,627,776 bytes). However, the
    value will be rounded up to the nearest kibibyte by libvirt, and may be
    further rounded to the granularity supported by the hypervisor. Some
    hypervisors also enforce a minimum, such as 4000KiB. In case
-- 
2.26.2