projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98070ce
)
monitor: Fix typo in documentation
author
Jan Kiszka
<jan.kiszka@web.de>
Fri, 3 Jul 2009 06:46:05 +0000
(08:46 +0200)
committer
Blue 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
patch
|
blob
|
history
diff --git
a/qemu-monitor.hx
b/qemu-monitor.hx
index aa29a91738bf5308f8707eb012314bc647a6591f..dc10b7589bf44b76ea6b5bc10d4acab22ba6f3a5 100644
(file)
--- 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}.