monitor: Fix typo in documentation
authorJan Kiszka <jan.kiszka@web.de>
Fri, 3 Jul 2009 06:46:05 +0000 (08:46 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 3 Jul 2009 17:23:39 +0000 (17:23 +0000)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
qemu-monitor.hx

index aa29a91738bf5308f8707eb012314bc647a6591f..dc10b7589bf44b76ea6b5bc10d4acab22ba6f3a5 100644 (file)
@@ -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}.