qapi/yank: Clean up documentaion of yank
authorMarkus Armbruster <armbru@redhat.com>
Mon, 5 Feb 2024 07:47:04 +0000 (08:47 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 12 Feb 2024 09:04:32 +0000 (10:04 +0100)
The command's doc comment describes the argument, but it's not marked
up as such.  Easy enough to fix.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240205074709.3613229-11-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
qapi/pragma.json
qapi/yank.json

index 0fa64742b538cf564c2b895d5c8f36d2f94498ea..544f138afa6c4e86520e38f38fb3cf2604726539 100644 (file)
         'query-rocker',
         'query-rocker-ports',
         'query-stats-schemas',
-        'watchdog-set-action',
-        'yank' ],
+        'watchdog-set-action' ],
     # Externally visible types whose member names may use uppercase
     'member-name-exceptions': [     # visible in:
         'ACPISlotType',             # query-acpi-ospm-status
index 60eda20816c41c8c58022beed2bf54d2b7caaae7..bfc71a07a6bd7888524c5664677d4938515e5915 100644 (file)
@@ -74,7 +74,7 @@
 # Try to recover from hanging QEMU by yanking the specified instances.
 # See @YankInstance for more information.
 #
-# Takes a list of @YankInstance as argument.
+# @instances: the instances to be yanked
 #
 # Returns:
 #     - Nothing on success