From: Zihao Chang Date: Tue, 1 Dec 2020 14:33:08 +0000 (+0800) Subject: docs/devel/writing-qmp-commands.txt: Fix docs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4eb79bdf87206a223a7ad7a698af519d2ec75c14;p=qemu.git 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 Message-Id: <20201201143308.1626-1-changzihao1@huawei.com> Reviewed-by: Eric Blake Signed-off-by: Markus Armbruster --- diff --git a/docs/devel/writing-qmp-commands.txt b/docs/devel/writing-qmp-commands.txt index 46a6c48683..28984686c9 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. #