diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2009-07-03 08:46:05 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-03 17:23:39 +0000 |
commit | cbbfacc66864950ab3631b47aa243ee59eaee786 (patch) | |
tree | 383402f5035c8fcc8f0931f4807059fd459f475e /qemu-monitor.hx | |
parent | 98070ce00f1561bb244c366b2cb76c4b4f7c2de1 (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.hx | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |