From cbbfacc66864950ab3631b47aa243ee59eaee786 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 3 Jul 2009 08:46:05 +0200 Subject: [PATCH] monitor: Fix typo in documentation Signed-off-by: Jan Kiszka --- qemu-monitor.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-monitor.hx b/qemu-monitor.hx index aa29a91738..dc10b7589b 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}. -- 2.11.4.GIT