diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-13 15:41:15 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:24 +0100 |
commit | 3df58d411514f9f1144f8db5ee868892399771ff (patch) | |
tree | f911ccc0e8e3c071293bcdec70f1bd37b511b99e /qapi-schema.json | |
parent | b6af8ea60282df514f87d32e36afd1c9aeee28c8 (diff) |
qapi: replace 'o' for list items
Replace with '*', the common form for list items.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20170113144135.5150-2-marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index ce20f16757..9059076dc4 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1883,11 +1883,11 @@ # # Known limitations: # -# o This command is stateless, this means that commands that depend +# * This command is stateless, this means that commands that depend # on state information (such as getfd) might not work # -# o Commands that prompt the user for data (eg. 'cont' when the block -# device is encrypted) don't currently work +# * Commands that prompt the user for data (eg. 'cont' when the block +# device is encrypted) don't currently work ## { 'command': 'human-monitor-command', 'data': {'command-line': 'str', '*cpu-index': 'int'}, |