Skip to content

Commit

Permalink
qapi/yank: Clean up documentaion of yank
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Markus Armbruster committed Feb 12, 2024
1 parent ca86608 commit e701cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions qapi/pragma.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@
'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
Expand Down
2 changes: 1 addition & 1 deletion qapi/yank.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e701cd7

Please sign in to comment.