Re: [PATCH for-6.1 00/10] docs: Format literals correctly in rST

2021-07-26 Thread Richard Henderson
On 7/26/21 4:23 AM, Peter Maydell wrote: Peter Maydell (10): docs/devel/build-system.rst: Format literals correctly docs/devel/build-system.rst: Correct typo in example code docs/devel/ebpf_rss.rst: Format literals correctly docs/devel/migration.rst: Format literals correctly docs/

[PATCH for-6.1 00/10] docs: Format literals correctly in rST

2021-07-26 Thread Peter Maydell
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, whi