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 | 38f152d838c8d811f0ad9f46892e70ec2b980d0a (patch) | |
tree | 383402f5035c8fcc8f0931f4807059fd459f475e /qemu-monitor.hx | |
parent | dda1a6408ce3dc1647596a12c393e1070505cc09 (diff) | |
download | qemu-38f152d838c8d811f0ad9f46892e70ec2b980d0a.tar.gz qemu-38f152d838c8d811f0ad9f46892e70ec2b980d0a.tar.bz2 qemu-38f152d838c8d811f0ad9f46892e70ec2b980d0a.zip |
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}. |