From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9GBL-0005z7-8m for qemu-devel@nongnu.org; Tue, 04 May 2010 07:20:55 -0400 Received: from [140.186.70.92] (port=49240 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9GBE-0005oW-MJ for qemu-devel@nongnu.org; Tue, 04 May 2010 07:20:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9GB3-0003Mp-Qo for qemu-devel@nongnu.org; Tue, 04 May 2010 07:20:48 -0400 Received: from oxygen.pond.sub.org ([213.239.205.148]:39838) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9GB3-0003LZ-In for qemu-devel@nongnu.org; Tue, 04 May 2010 07:20:37 -0400 Received: from blackfin.pond.sub.org (pD9E39049.dip.t-dialin.net [217.227.144.73]) by oxygen.pond.sub.org (Postfix) with ESMTPA id 5BEDE276DC5 for ; Tue, 4 May 2010 13:20:35 +0200 (CEST) From: Markus Armbruster Date: Tue, 4 May 2010 13:20:33 +0200 Message-Id: <1272972033-31475-5-git-send-email-armbru@redhat.com> In-Reply-To: <1272972033-31475-1-git-send-email-armbru@redhat.com> References: <1272972033-31475-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 4/4] doc: Clean up monitor command function index List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 --- qemu-monitor.hx | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 220ed9c..a8f194c 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 -- 1.6.6.1