diff options
author | Andrea Bolognani | 2022-05-03 09:37:30 +0200 |
---|---|---|
committer | Markus Armbruster | 2022-05-16 07:22:28 +0200 |
commit | f39057d58b9edc37fd82e3ea8a034fc7353c46e8 (patch) | |
tree | 5c11247d46346a002dad5d340d7e79c3f8c2ebb4 | |
parent | qapi: Fix malformed "Since:" section tags (diff) | |
download | qemu-f39057d58b9edc37fd82e3ea8a034fc7353c46e8.tar.gz qemu-f39057d58b9edc37fd82e3ea8a034fc7353c46e8.tar.xz qemu-f39057d58b9edc37fd82e3ea8a034fc7353c46e8.zip |
qapi: Drop stray trailing symbol
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220503073737.84223-2-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qapi/run-state.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/run-state.json b/qapi/run-state.json index 8124220bd9..15d6c9a2ed 100644 --- a/qapi/run-state.json +++ b/qapi/run-state.json @@ -348,7 +348,7 @@ # # @poweroff: Shutdown the VM and exit # -# @pause: pause the VM# +# @pause: pause the VM # # Since: 6.0 ## |