diff options
author | Zihao Chang <changzihao1@huawei.com> | 2020-12-01 22:33:08 +0800 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2020-12-10 17:16:44 +0100 |
commit | 4eb79bdf87206a223a7ad7a698af519d2ec75c14 (patch) | |
tree | aece2d4095c4e35b214dcd096511d0c98cd6db5c /docs/devel | |
parent | 9bc6e893b728cc2991d2aaec093ba8313b6128c8 (diff) | |
download | qemu-4eb79bdf87206a223a7ad7a698af519d2ec75c14.zip qemu-4eb79bdf87206a223a7ad7a698af519d2ec75c14.tar.gz qemu-4eb79bdf87206a223a7ad7a698af519d2ec75c14.tar.bz2 |
docs/devel/writing-qmp-commands.txt: Fix docs
Fix the example of add qmp hello-world example.
Without ":", make will report error:
../qapi/misc.json:573:2: line should end with ':'
Signed-off-by: Zihao Chang <changzihao1@huawei.com>
Message-Id: <20201201143308.1626-1-changzihao1@huawei.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs/devel')
-rw-r--r-- | docs/devel/writing-qmp-commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/writing-qmp-commands.txt b/docs/devel/writing-qmp-commands.txt index 46a6c48..2898468 100644 --- a/docs/devel/writing-qmp-commands.txt +++ b/docs/devel/writing-qmp-commands.txt @@ -243,7 +243,7 @@ There are many examples of such documentation in the schema file already, but here goes "hello-world"'s new entry for qapi/misc.json: ## -# @hello-world +# @hello-world: # # Print a client provided string to the standard output stream. # |