From 6df743dc31a6a0b618042da2b550993c6e9767d1 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 26 Jul 2021 15:23:36 +0100 Subject: 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 ... (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 Reviewed-by: Richard Henderson --- docs/interop/live-block-operations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/interop') diff --git a/docs/interop/live-block-operations.rst b/docs/interop/live-block-operations.rst index 477d085..9e3635b 100644 --- a/docs/interop/live-block-operations.rst +++ b/docs/interop/live-block-operations.rst @@ -781,7 +781,7 @@ the content of image [D]. } (6) [On *destination* QEMU] Finally, resume the guest vCPUs by issuing the - QMP command `cont`:: + QMP command ``cont``:: (QEMU) cont { -- cgit v1.1