summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-05-04 13:20:33 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2010-05-10 11:36:04 -0500
commit54d7cf136f040713095cbc064f62d753bff6f9d2 (patch)
tree02f2dc1bee5072945145b38786afabef0580526d
parentc427ea9cd110818bb4f6906b6d36d9a4d93f6fd7 (diff)
downloadfocaccia-qemu-54d7cf136f040713095cbc064f62d753bff6f9d2.tar.gz
focaccia-qemu-54d7cf136f040713095cbc064f62d753bff6f9d2.zip
doc: Clean up monitor command function index
Remove bogus entries "count", "format" and "size".  Accidentally added
in commit 70fcbbe7.

Add missing entry "qmp_capabilities".  Was forgotten in commit
4a7e1190.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--qemu-monitor.hx4
1 files changed, 1 insertions, 3 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index 220ed9c976..a8f194c301 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -374,16 +374,13 @@ data. Its syntax is: @option{/@{count@}@{format@}@{size@}}
 
 @table @var
 @item count
-@findex count
 is the number of items to be dumped.
 
 @item format
-@findex format
 can be x (hex), d (signed decimal), u (unsigned decimal), o (octal),
 c (char) or i (asm instruction).
 
 @item size
-@findex size
 can be b (8 bits), h (16 bits), w (32 bits) or g (64 bits). On x86,
 @code{h} or @code{w} can be specified with the @code{i} format to
 respectively select 16 or 32 bit code instruction size.
@@ -1181,6 +1178,7 @@ ETEXI
 
 STEXI
 @item qmp_capabilities
+@findex qmp_capabilities
 Enable the specified QMP capabilities
 ETEXI