aboutsummaryrefslogtreecommitdiff
path: root/server/wallet-admin
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-09 23:57:10 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-09 23:57:10 -0800
commit5d7f614e88bac459a693f1dcc91aad36ed3d00dd (patch)
tree0e7d6319bcfb4bc1c9d5c57dd513780521a65625 /server/wallet-admin
parentafcc4aba6708d37379ae70bab5ddc38592185e8b (diff)
Reorganize main POD tests and add a spelling check
Add a POD spelling test to the non-Perl-module part of the code and move the documentation tests into a separate directory. Merge the POD syntax tests between client and server into one test. Reformat all of the POD documentation to use 74 columns. Fix a few revealed spelling errors or weird wordings.
Diffstat (limited to 'server/wallet-admin')
-rwxr-xr-xserver/wallet-admin17
1 files changed, 10 insertions, 7 deletions
diff --git a/server/wallet-admin b/server/wallet-admin
index cd775b6..828cfc5 100755
--- a/server/wallet-admin
+++ b/server/wallet-admin
@@ -1,9 +1,9 @@
#!/usr/bin/perl -w
#
-# wallet-admin -- Wallet server administrative commands.
+# wallet-backend -- Wallet server administrative commands.
#
# Written by Russ Allbery <rra@stanford.edu>
-# Copyright 2008, 2009 Board of Trustees, Leland Stanford Jr. University
+# Copyright 2008, 2009, 2010 Board of Trustees, Leland Stanford Jr. University
#
# See LICENSE for licensing terms.
@@ -110,6 +110,9 @@ __END__
wallet-admin - Wallet server administrative commands
+=for stopwords
+metadata ACL hostname backend acl acls wildcard SQL Allbery
+
=head1 SYNOPSIS
B<wallet-admin> I<command> [I<args> ...]
@@ -171,8 +174,8 @@ be listed in the form:
In both cases, there will be one line per ACL or object.
-If no searchtype is given, all the ACLs or objects in the database will
-be returned. If a searchtype (and possible search arguments) are given,
+If no search type is given, all the ACLs or objects in the database will
+be returned. If a search type (and possible search arguments) are given,
then the ACLs or objects will be limited to those that match the search.
The currently supported object search types are:
@@ -206,7 +209,7 @@ The currently supported ACL search types are:
=item list acls empty
Returns all ACLs which have no entries, generally so that abandoned ACLs
-can be housekept.
+can be destroyed.
=item list acls entry <schema> <identifier>
@@ -256,8 +259,8 @@ with duplicates suppressed.
Wallet::Admin(3), Wallet::Config(3), wallet-backend(8)
-This program is part of the wallet system. The current version is available
-from L<http://www.eyrie.org/~eagle/software/wallet/>.
+This program is part of the wallet system. The current version is
+available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR