diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-31 05:06:05 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-31 05:06:05 +0000 |
commit | 6f5a646a4de4566b83599143b079008a78505c50 (patch) | |
tree | 7debd803c58364f6877313980de6329b15241104 /perl/Wallet | |
parent | bd921496205aa828059bec5e5ed2e0ef9b9986da (diff) |
Add a few more SEE ALSO references.
Diffstat (limited to 'perl/Wallet')
-rw-r--r-- | perl/Wallet/ACL/Base.pm | 2 | ||||
-rw-r--r-- | perl/Wallet/ACL/Krb5.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl/Wallet/ACL/Base.pm b/perl/Wallet/ACL/Base.pm index c9c222c..dfc6b60 100644 --- a/perl/Wallet/ACL/Base.pm +++ b/perl/Wallet/ACL/Base.pm @@ -97,7 +97,7 @@ check(). =head1 SEE ALSO -wallet-backend(8) +Wallet::ACL(3), wallet-backend(8) This module is part of the wallet system. The current version is available from L<http://www.eyrie.org/~eagle/software/wallet/>. diff --git a/perl/Wallet/ACL/Krb5.pm b/perl/Wallet/ACL/Krb5.pm index f4c148c..ffe1fc5 100644 --- a/perl/Wallet/ACL/Krb5.pm +++ b/perl/Wallet/ACL/Krb5.pm @@ -110,7 +110,7 @@ The PRINCIPAL parameter to check() was undefined or the empty string. =head1 SEE ALSO -wallet-backend(8) +Wallet::ACL(3), Wallet::ACL::Base(3), wallet-backend(8) This module is part of the wallet system. The current version is available from L<http://www.eyrie.org/~eagle/software/wallet/>. |