diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-10-02 15:45:37 +0200 |
---|---|---|
committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2017-10-05 10:06:05 +0100 |
commit | a92725136cfcc0f2e307d0aef56f0e348b107015 (patch) | |
tree | 108ed2a5b0aa66f1e5c1ffdd6d1e08595f097d87 /hmp-commands-info.hx | |
parent | c325ccd304bd067e3926fef0b46eab7b92ed864d (diff) |
hmp-commands-info: Move Texinfo stanzas to conventional place
A command's STEXI..ETEXI stanza follows the command's initializer.
Two commands got them backwards. Correct that.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20171002134538.23332-3-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'hmp-commands-info.hx')
-rw-r--r-- | hmp-commands-info.hx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx index 574db7d24e..d27d3b1227 100644 --- a/hmp-commands-info.hx +++ b/hmp-commands-info.hx @@ -837,12 +837,6 @@ STEXI Show information about hotpluggable CPUs ETEXI -STEXI -@item info vm-generation-id -@findex vm-generation-id -Show Virtual Machine Generation ID -ETEXI - { .name = "vm-generation-id", .args_type = "", @@ -852,10 +846,9 @@ ETEXI }, STEXI -@item info memory_size_summary -@findex memory_size_summary -Display the amount of initially allocated and present hotpluggable (if -enabled) memory in bytes. +@item info vm-generation-id +@findex vm-generation-id +Show Virtual Machine Generation ID ETEXI { @@ -868,6 +861,13 @@ ETEXI }, STEXI +@item info memory_size_summary +@findex memory_size_summary +Display the amount of initially allocated and present hotpluggable (if +enabled) memory in bytes. +ETEXI + +STEXI @end table ETEXI |