[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/18] qapi/yank: Tweak @yank's error description for consistency
From: |
Markus Armbruster |
Subject: |
[PULL 07/18] qapi/yank: Tweak @yank's error description for consistency |
Date: |
Mon, 4 Mar 2024 07:32:25 +0100 |
Phrase it like "If <condition>, <error>", like we do elsewhere.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240227113921.236097-8-armbru@redhat.com>
---
qapi/yank.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/yank.json b/qapi/yank.json
index fffb39a397..89f2f4d199 100644
--- a/qapi/yank.json
+++ b/qapi/yank.json
@@ -79,7 +79,7 @@
# @instances: the instances to be yanked
#
# Errors:
-# - @DeviceNotFound error, if any of the YankInstances doesn't exist
+# - If any of the YankInstances doesn't exist, DeviceNotFound
#
# Example:
#
--
2.44.0
- [PULL 03/18] qapi: New documentation section tag "Errors", (continued)
- [PULL 03/18] qapi: New documentation section tag "Errors", Markus Armbruster, 2024/03/04
- [PULL 09/18] qga/qapi-schema: Delete useless "Returns" sections, Markus Armbruster, 2024/03/04
- [PULL 12/18] qga/qapi-schema: Fix guest-set-memory-blocks documentation, Markus Armbruster, 2024/03/04
- [PULL 14/18] docs/devel/writing-monitor-commands: Repair a decade of rot, Markus Armbruster, 2024/03/04
- [PULL 17/18] qapi: New strv_from_str_list(), Markus Armbruster, 2024/03/04
- [PULL 10/18] qga/qapi-schema: Clean up "Returns" sections, Markus Armbruster, 2024/03/04
- [PULL 08/18] qga/qapi-schema: Move error documentation to new "Errors" sections, Markus Armbruster, 2024/03/04
- [PULL 16/18] qapi: New QAPI_LIST_LENGTH(), Markus Armbruster, 2024/03/04
- [PULL 05/18] qapi: Delete useless "Returns" sections, Markus Armbruster, 2024/03/04
- [PULL 11/18] qga/qapi-schema: Tweak documentation of fsfreeze commands, Markus Armbruster, 2024/03/04
- [PULL 07/18] qapi/yank: Tweak @yank's error description for consistency,
Markus Armbruster <=
- [PULL 06/18] qapi: Clean up "Returns" sections, Markus Armbruster, 2024/03/04
- [PULL 15/18] docs/devel/writing-monitor-commands: Minor improvements, Markus Armbruster, 2024/03/04
- [PULL 13/18] qapi: Reject "Returns" section when command doesn't return anything, Markus Armbruster, 2024/03/04
- [PULL 04/18] qapi: Move error documentation to new "Errors" sections, Markus Armbruster, 2024/03/04
- [PULL 18/18] migration: simplify exec migration functions, Markus Armbruster, 2024/03/04
- Re: [PULL 00/18] QAPI patches patches for 2024-03-04, Peter Maydell, 2024/03/05