Commit cbbfacc66864950ab3631b47aa243ee59eaee786
Committed by
Blue Swirl
1 parent
98070ce0
monitor: Fix typo in documentation
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Showing
1 changed file
with
1 additions
and
1 deletions
qemu-monitor.hx
| @@ -582,7 +582,7 @@ ETEXI | @@ -582,7 +582,7 @@ ETEXI | ||
| 582 | { "acl_policy", "ss", do_acl_policy, "aclname allow|deny", | 582 | { "acl_policy", "ss", do_acl_policy, "aclname allow|deny", |
| 583 | "set default access control list policy" }, | 583 | "set default access control list policy" }, |
| 584 | STEXI | 584 | STEXI |
| 585 | -@item acl_policy @var{aclname] @code{allow|deny} | 585 | +@item acl_policy @var{aclname} @code{allow|deny} |
| 586 | Set the default access control list policy, used in the event that | 586 | Set the default access control list policy, used in the event that |
| 587 | none of the explicit rules match. The default policy at startup is | 587 | none of the explicit rules match. The default policy at startup is |
| 588 | always @code{deny}. | 588 | always @code{deny}. |