aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-13 01:17:11 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-13 01:17:11 +0000
commitd5ae985df14efb9afcd86a38f8f6599421a4b5cf (patch)
treebb6ac3bcd6072e48fc2e916ab6da85449860b741
parent17d6530bd3835663ddca59f276b0f8de07e3a287 (diff)
Fix the signature of register_verifier in the documentation.
-rw-r--r--perl/Wallet/Admin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/Admin.pm b/perl/Wallet/Admin.pm
index dab5d64..37d538e 100644
--- a/perl/Wallet/Admin.pm
+++ b/perl/Wallet/Admin.pm
@@ -321,7 +321,7 @@ Register in the database a mapping from the object type TYPE to the class
CLASS. Returns true on success and false on failure (including when the
verifier is already registered).
-=item register_verifier (DBH, SCHEME, CLASS)
+=item register_verifier (SCHEME, CLASS)
Register in the database a mapping from the ACL scheme SCHEME to the class
CLASS. Returns true on success and false on failure (including when the