mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
monitor: Fix typo in documentation
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
98070ce00f
commit
cbbfacc668
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ ETEXI
|
||||||
{ "acl_policy", "ss", do_acl_policy, "aclname allow|deny",
|
{ "acl_policy", "ss", do_acl_policy, "aclname allow|deny",
|
||||||
"set default access control list policy" },
|
"set default access control list policy" },
|
||||||
STEXI
|
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
|
Set the default access control list policy, used in the event that
|
||||||
none of the explicit rules match. The default policy at startup is
|
none of the explicit rules match. The default policy at startup is
|
||||||
always @code{deny}.
|
always @code{deny}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue