docs: use consistent markup for footnotes
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Oct 2024 09:45:46 +0000 (11:45 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Oct 2024 11:48:42 +0000 (13:48 +0200)
commit381d2c36e1242f849a55f4622e50b9a69cb92842
tree2151a3e5f0774565683f6797ede9ab63891f8249
parent232c3a848e8b291362e29835408011025031d88b
docs: use consistent markup for footnotes

Unfortunately, the definition of the footnote syntax requires
the author to use the awkward escaped space "\ " in the really common
case of "footnote marker at end of word or sentence"; and in fact the rST
documentation's examples of footnote syntax contain only artificial
examples that do *not* use the syntax.  This resulted in ugly rendering
of footnotes throughout QEMU's documentation.  Ensure the space is escaped
whenever the footnote must attach to the preceding word, and also use
a named reference for clarity.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/devel/atomics.rst
docs/devel/build-system.rst
docs/devel/loads-stores.rst
docs/devel/maintainers.rst
docs/devel/migration/mapped-ram.rst
docs/specs/fw_cfg.rst