From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLZsT-0003I6-4S for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:43:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLZsO-0003HW-Cj for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:43:48 -0400 Received: from [199.232.76.173] (port=51269 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLZsO-0003HT-2o for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:43:44 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54426) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLZsN-0004pl-Jp for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:43:43 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5U9hgPN010674 for ; Tue, 30 Jun 2009 05:43:42 -0400 From: Kevin Wolf Date: Tue, 30 Jun 2009 11:42:35 +0200 Message-Id: <1246354955-27614-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH] qemu-monitor.hx: Fix syntax error List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf Signed-off-by: Kevin Wolf --- qemu-monitor.hx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-monitor.hx b/qemu-monitor.hx index aa29a91..dc10b75 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -582,7 +582,7 @@ ETEXI { "acl_policy", "ss", do_acl_policy, "aclname allow|deny", "set default access control list policy" }, STEXI -@item acl_policy @var{aclname] @code{allow|deny} +@item acl_policy @var{aclname} @code{allow|deny} Set the default access control list policy, used in the event that none of the explicit rules match. The default policy at startup is always @code{deny}. -- 1.6.0.6