[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-6.1 09/10] docs/about/removed-features: Fix markup error
|
From: |
Peter Maydell |
|
Subject: |
[PATCH for-6.1 09/10] docs/about/removed-features: Fix markup error |
|
Date: |
Mon, 26 Jul 2021 15:23:37 +0100 |
The section describing the removed feature "-usbdevice ccid" had a
typo so the markup started with single backtick and ended with double
backtick; fix it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
docs/about/removed-features.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst
index 28bb035043d..07d597847c9 100644
--- a/docs/about/removed-features.rst
+++ b/docs/about/removed-features.rst
@@ -124,7 +124,7 @@ devices. Drives the board doesn't pick up can no longer be
used with
'''''''''''''''''''''''''''''''''''''
This option was undocumented and not used in the field.
-Use `-device usb-ccid`` instead.
+Use ``-device usb-ccid`` instead.
RISC-V firmware not booted by default (removed in 5.1)
''''''''''''''''''''''''''''''''''''''''''''''''''''''
--
2.20.1
- [PATCH for-6.1 03/10] docs/devel/ebpf_rss.rst: Format literals correctly, (continued)
- [PATCH for-6.1 03/10] docs/devel/ebpf_rss.rst: Format literals correctly, Peter Maydell, 2021/07/26
- [PATCH for-6.1 04/10] docs/devel/migration.rst: Format literals correctly, Peter Maydell, 2021/07/26
- [PATCH for-6.1 06/10] docs/system/s390x/protvirt.rst: Format literals correctly, Peter Maydell, 2021/07/26
- [PATCH for-6.1 02/10] docs/devel/build-system.rst: Correct typo in example code, Peter Maydell, 2021/07/26
- [PATCH for-6.1 01/10] docs/devel/build-system.rst: Format literals correctly, Peter Maydell, 2021/07/26
- [PATCH for-6.1 05/10] docs/devel: Format literals correctly, Peter Maydell, 2021/07/26
- [PATCH for-6.1 08/10] docs: Format literals correctly, Peter Maydell, 2021/07/26
- [PATCH for-6.1 09/10] docs/about/removed-features: Fix markup error,
Peter Maydell <=
- [PATCH for-6.1 10/10] docs/tools/virtiofsd.rst: Delete stray backtick, Peter Maydell, 2021/07/26
- [PATCH for-6.1 07/10] docs/system/arm/cpu-features.rst: Format literals correctly, Peter Maydell, 2021/07/26
- Re: [PATCH for-6.1 00/10] docs: Format literals correctly in rST, Richard Henderson, 2021/07/26