[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 18/20] qapi: ensure all errors sections are uniformly typset
From: |
John Snow |
Subject: |
[PATCH 18/20] qapi: ensure all errors sections are uniformly typset |
Date: |
Tue, 14 May 2024 17:57:37 -0400 |
Transactions have the only instance of an Errors section that isn't a
rST list; turn it into one.
Signed-off-by: John Snow <jsnow@redhat.com>
---
qapi/transaction.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/transaction.json b/qapi/transaction.json
index 5749c133d4a..07afc269d54 100644
--- a/qapi/transaction.json
+++ b/qapi/transaction.json
@@ -235,7 +235,7 @@
# additional detail.
#
# Errors:
-# Any errors from commands in the transaction
+# - Any errors from commands in the transaction
#
# Note: The transaction aborts on the first failure. Therefore, there
# will be information on only one failed operation returned in an
--
2.44.0
- [PATCH 05/20] qapi/parser: adjust info location for doc body section, (continued)
- [PATCH 11/20] qapi/schema: add doc_visible property to QAPISchemaDefinition, John Snow, 2024/05/14
- [PATCH 15/20] qapi: remove developer factoring comments from QAPI doc blocks, John Snow, 2024/05/14
- [PATCH 12/20] qapi/source: allow multi-line QAPISourceInfo advancing, John Snow, 2024/05/14
- [PATCH 16/20] qapi: rewrite StatsFilter comment, John Snow, 2024/05/14
- [PATCH 14/20] qapi: fix non-compliant JSON examples, John Snow, 2024/05/14
- [PATCH 17/20] qapi: rewrite BlockExportOptions doc block, John Snow, 2024/05/14
- [PATCH 18/20] qapi: ensure all errors sections are uniformly typset,
John Snow <=
- [PATCH 19/20] qapi: convert "Note" sections to plain rST, John Snow, 2024/05/14
- [PATCH 20/20] qapi: convert "Example" sections to rST, John Snow, 2024/05/14
- Re: [PATCH 00/20] qapi: new sphinx qapi domain pre-requisites, Stefan Hajnoczi, 2024/05/16