Skip to content

Commit

Permalink
docs/devel/writing-qmp-commands.txt: Fix docs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zihao Chang authored and Markus Armbruster committed Dec 10, 2020
1 parent 9bc6e89 commit 4eb79bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devel/writing-qmp-commands.txt
Expand Up @@ -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.
#
Expand Down

0 comments on commit 4eb79bd

Please sign in to comment.