diff options
author | Markus Armbruster | 2018-07-03 10:53:27 +0200 |
---|---|---|
committer | Markus Armbruster | 2018-07-03 11:46:54 +0200 |
commit | c06982122036546fcbfe40f5b22ae7088d28c9a2 (patch) | |
tree | bdccc530e284931738757c390f8d40d2bcfb9f17 /docs/devel | |
parent | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff) | |
download | qemu-c06982122036546fcbfe40f5b22ae7088d28c9a2.tar.gz qemu-c06982122036546fcbfe40f5b22ae7088d28c9a2.tar.xz qemu-c06982122036546fcbfe40f5b22ae7088d28c9a2.zip |
qmp: Say "out-of-band" instead of "Out-Of-Band"
Affects documentation and a few error messages.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180703085358.13941-2-armbru@redhat.com>
Diffstat (limited to 'docs/devel')
-rw-r--r-- | docs/devel/qapi-code-gen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/qapi-code-gen.txt b/docs/devel/qapi-code-gen.txt index 94a7e8f4d0..9625798d16 100644 --- a/docs/devel/qapi-code-gen.txt +++ b/docs/devel/qapi-code-gen.txt @@ -641,7 +641,7 @@ possible, the command expression should include the optional key 'success-response' with boolean value false. So far, only QGA makes use of this member. -A command can be declared to support Out-Of-Band (OOB) execution. By +A command can be declared to support out-of-band (OOB) execution. By default, commands do not support OOB. To declare a command that supports it, the schema includes an extra 'allow-oob' field. For example: |