qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/4] doc: Fix acl monitor command documentation


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 2/4] doc: Fix acl monitor command documentation
Date: Tue, 4 May 2010 13:20:31 +0200

Commit 15dfcd45 added acl_add and acl_reset, but fat-fingered their
documentation to read acl_allow and acl_remove.

Signed-off-by: Markus Armbruster <address@hidden>
---
 qemu-monitor.hx |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index 21aeb6b..bf47ae0 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -1063,8 +1063,8 @@ ETEXI
     },
 
 STEXI
address@hidden acl_allow @var{aclname} @var{match} @code{allow|deny} 
address@hidden
address@hidden acl_allow
address@hidden acl_add @var{aclname} @var{match} @code{allow|deny} 
address@hidden
address@hidden acl_add
 Add a match rule to the access control list, allowing or denying access.
 The match will normally be an exact username or x509 distinguished name,
 but can optionally include wildcard globs. eg @code{*@@EXAMPLE.COM} to
@@ -1096,7 +1096,8 @@ ETEXI
     },
 
 STEXI
address@hidden acl_remove @var{aclname}
address@hidden acl_reset @var{aclname}
address@hidden acl_reset
 Remove all matches from the access control list, and set the default
 policy back to @code{deny}.
 ETEXI
-- 
1.6.6.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]