diff options
author | Andrea Bolognani <abologna@redhat.com> | 2022-05-03 09:37:32 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-05-16 07:22:28 +0200 |
commit | 4ae65a52658c264caebcb3a31effccf582822a6d (patch) | |
tree | d3d6fa3888395dd6504de1bde5e8d3d6cb11b9c9 /qapi/machine.json | |
parent | 406dfba614edc8629f60f03eb7c26bf4e426137d (diff) |
qapi: Add missing separators between sections
This only affects readability. The generated documentation
doesn't change.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220503073737.84223-4-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/machine.json')
-rw-r--r-- | qapi/machine.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qapi/machine.json b/qapi/machine.json index c9bdae40eb..79901e1c09 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -299,6 +299,7 @@ # returning does not indicate that a guest has accepted the request or # that it has shut down. Many guests will respond to this command by # prompting the user in some way. +# # Example: # # -> { "execute": "system_powerdown" } |