From: Markus Armbruster <armbru@redhat.com>
Date: Mon, 2 Oct 2017 14:13:31 +0000 (+0200)
Subject: qapi-schema: Fix query-vm-generation-id's doc comment markup
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c6a1a98b4222114fbebbb40814ba765ac4530937;p=qemu.git

qapi-schema: Fix query-vm-generation-id's doc comment markup

Reported-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20171002141341.24616-2-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---

diff --git a/qapi-schema.json b/qapi-schema.json
index 18457954a8..ea3723f903 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3188,7 +3188,7 @@
 #
 # Show Virtual Machine Generation ID
 #
-# Since 2.9
+# Since: 2.9
 ##
 { 'command': 'query-vm-generation-id', 'returns': 'GuidInfo' }