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 | |
parent | 9bc6e893b728cc2991d2aaec093ba8313b6128c8 (diff) |
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')
-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 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. # |