aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-monitor.hx
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@web.de>2009-07-03 08:46:05 +0200
committerBlue Swirl <blauwirbel@gmail.com>2009-07-03 17:23:39 +0000
commitcbbfacc66864950ab3631b47aa243ee59eaee786 (patch)
tree383402f5035c8fcc8f0931f4807059fd459f475e /qemu-monitor.hx
parent98070ce00f1561bb244c366b2cb76c4b4f7c2de1 (diff)
monitor: Fix typo in documentation
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r--qemu-monitor.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index aa29a9173..dc10b7589 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}.