qemu-e2k/docs/system/riscv
Peter Maydell 6df743dc31 docs: Format literals correctly
In rST markup, single backticks `like this` represent "interpreted
text", which can be handled as a bunch of different things if tagged
with a specific "role":
https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#interpreted-text
(the most common one for us is "reference to a URL, which gets
hyperlinked").

The default "role" if none is specified is "title_reference",
intended for references to book or article titles, and it renders
into the HTML as <cite>...</cite> (usually comes out as italics).

This commit fixes various places in the manual which were
using single backticks when double backticks (for literal text)
were intended, and covers those files where only one or two
instances of these errors were made.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2021-08-02 11:42:38 +01:00
..
microchip-icicle-kit.rst docs: Format literals correctly 2021-08-02 11:42:38 +01:00
shakti-c.rst docs: Add documentation for shakti_c machine 2021-05-11 20:02:06 +10:00
sifive_u.rst docs/system: riscv: Fix CLINT name in the sifive_u doc 2021-07-15 08:56:00 +10:00
virt.rst docs: Format literals correctly 2021-08-02 11:42:38 +01:00