summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-05-26 07:39:33 -0700
committerRuss Allbery <rra@stanford.edu>2010-05-26 07:39:33 -0700
commit1f324f37b95034b0137884f48bde3ed484f7f21c (patch)
tree1ce1ed1f10410baff96a6966aa1d65fa53b45221 /client
parente6bbf534bd4195a0330a7cad02f996677a19d4d2 (diff)
Document acl rename in the wallet man page
Diffstat (limited to 'client')
-rw-r--r--client/wallet.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/wallet.pod b/client/wallet.pod
index db93700..cb34761 100644
--- a/client/wallet.pod
+++ b/client/wallet.pod
@@ -210,6 +210,15 @@ accidental lockout, but administrators can remove themselves from the
C<ADMIN> ACL and can leave only a non-functioning entry on the ACL. Use
caution when removing entries from the C<ADMIN> ACL.
+=item acl rename <id> <name>
+
+Renames the ACL identified by <id> to <name>. This changes the
+human-readable name, not the underlying numeric ID, so the ACL's
+associations with objects will be unchanged. The C<ADMIN> ACL may not be
+renamed. <id> may be either the current name or the numeric ID. <name>
+must not be all-numeric. To rename an ACL, the current user must be
+authorized by the C<ADMIN> ACL.
+
=item acl show <id>
Display the name, numeric ID, and entries of the ACL <id>.