[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 05/12] qapi: Fix argument markup in drive-mirror documentation
From: |
Markus Armbruster |
Subject: |
[PATCH 05/12] qapi: Fix argument markup in drive-mirror documentation |
Date: |
Fri, 22 Mar 2024 15:09:03 +0100 |
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
qapi/block-core.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 1874f880a8..64668b080d 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -2117,7 +2117,7 @@
# Start mirroring a block device's writes to a new destination.
# target specifies the target of the new image. If the file exists,
# or if it is a device, it will be used as the new destination for
-# writes. If it does not exist, a new file will be created. format
+# writes. If it does not exist, a new file will be created. @format
# specifies the format of the mirror image, default is to probe if
# mode='existing', else the format of the source.
#
--
2.44.0
- [PATCH 00/12] qapi: Fairly trivial documentation work, Markus Armbruster, 2024/03/22
- [PATCH 03/12] qapi: Tidy up block-latency-histogram-set documentation some more, Markus Armbruster, 2024/03/22
- [PATCH 04/12] qapi: Tidy up indentation of add_client's example, Markus Armbruster, 2024/03/22
- [PATCH 02/12] qapi: Expand a few awkward abbreviations in documentation, Markus Armbruster, 2024/03/22
- [PATCH 01/12] qapi: Drop stray Arguments: line from qmp_capabilities docs, Markus Armbruster, 2024/03/22
- [PATCH 08/12] qapi: Start sentences with a capital letter, end them with a period, Markus Armbruster, 2024/03/22
- [PATCH 05/12] qapi: Fix argument markup in drive-mirror documentation,
Markus Armbruster <=
- [PATCH 07/12] qapi: Fix abbreviation punctuation in doc comments, Markus Armbruster, 2024/03/22
- [PATCH 09/12] qapi: Don't repeat member type in its documentation text, Markus Armbruster, 2024/03/22
- [PATCH 11/12] qapi: Correct documentation indentation and whitespace, Markus Armbruster, 2024/03/22
- [PATCH 12/12] qga/qapi-schema: Refill doc comments to conform to current conventions, Markus Armbruster, 2024/03/22
- [PATCH 06/12] qapi: Fix typo in request-ebpf documentation, Markus Armbruster, 2024/03/22
- [PATCH 10/12] qapi: Refill doc comments to conform to current conventions, Markus Armbruster, 2024/03/22