qapi/yank: Clean up documentaion of yank

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>
This commit is contained in:
Markus Armbruster 2024-02-05 08:47:04 +01:00
parent ca86608f7b
commit e701cd77ab
2 changed files with 2 additions and 3 deletions

View File

@ -148,8 +148,7 @@
'query-rocker', 'query-rocker',
'query-rocker-ports', 'query-rocker-ports',
'query-stats-schemas', 'query-stats-schemas',
'watchdog-set-action', 'watchdog-set-action' ],
'yank' ],
# Externally visible types whose member names may use uppercase # Externally visible types whose member names may use uppercase
'member-name-exceptions': [ # visible in: 'member-name-exceptions': [ # visible in:
'ACPISlotType', # query-acpi-ospm-status 'ACPISlotType', # query-acpi-ospm-status

View File

@ -74,7 +74,7 @@
# Try to recover from hanging QEMU by yanking the specified instances. # Try to recover from hanging QEMU by yanking the specified instances.
# See @YankInstance for more information. # See @YankInstance for more information.
# #
# Takes a list of @YankInstance as argument. # @instances: the instances to be yanked
# #
# Returns: # Returns:
# - Nothing on success # - Nothing on success