summaryrefslogtreecommitdiff
path: root/perl/Wallet/Object
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-03-03 22:44:53 -0800
committerRuss Allbery <rra@stanford.edu>2010-03-03 22:44:53 -0800
commitacc73c988b845448230942de0f07263546763420 (patch)
tree86b06a59919870a8c7a0ab4beb31d7363d826163 /perl/Wallet/Object
parente9fcc6b23337b206e4b2ff810e7ecf5258107604 (diff)
Use L<> links instead of man page references for modules
Do this only in the main text, not in the SEE ALSO section, since the latter is more for conventional man pages. This will produce better results for some POD to HTML converters (although not mine, yet).
Diffstat (limited to 'perl/Wallet/Object')
-rw-r--r--perl/Wallet/Object/File.pm4
-rw-r--r--perl/Wallet/Object/Keytab.pm6
2 files changed, 5 insertions, 5 deletions
diff --git a/perl/Wallet/Object/File.pm b/perl/Wallet/Object/File.pm
index c655b44..47c8ac2 100644
--- a/perl/Wallet/Object/File.pm
+++ b/perl/Wallet/Object/File.pm
@@ -24,7 +24,7 @@ use Wallet::Object::Base;
# This version should be increased on any code change to this module. Always
# use two digits for the minor version with a leading zero if necessary so
# that it will sort properly.
-$VERSION = '0.02';
+$VERSION = '0.03';
##############################################################################
# File naming
@@ -159,7 +159,7 @@ it when the file object is deleted. A file object must be stored before
it can be retrieved with get.
To use this object, the configuration option specifying where on the
-wallet server to store file objects must be set. See Wallet::Config(3)
+wallet server to store file objects must be set. See L<Wallet::Config>
for details on this configuration parameter and information about how to
set wallet configuration.
diff --git a/perl/Wallet/Object/Keytab.pm b/perl/Wallet/Object/Keytab.pm
index edb26b3..b7c2805 100644
--- a/perl/Wallet/Object/Keytab.pm
+++ b/perl/Wallet/Object/Keytab.pm
@@ -25,7 +25,7 @@ use Wallet::Kadmin;
# This version should be increased on any code change to this module. Always
# use two digits for the minor version with a leading zero if necessary so
# that it will sort properly.
-$VERSION = '0.08';
+$VERSION = '0.09';
##############################################################################
# Enctype restriction
@@ -379,7 +379,7 @@ This implementation generates a new random key (and hence invalidates all
existing keytabs) each time the keytab is retrieved with the get() method.
To use this object, several configuration parameters must be set. See
-Wallet::Config(3) for details on those configuration parameters and
+L<Wallet::Config> for details on those configuration parameters and
information about how to set wallet configuration.
=head1 METHODS
@@ -456,7 +456,7 @@ configuration. If the principal already exists, create() still succeeds
wallet). Otherwise, if the Kerberos principal could not be created,
create() fails. The principal is created with the randomized keys. NAME
must not contain the realm; instead, the KEYTAB_REALM configuration
-variable should be set. See Wallet::Config(3) for more information.
+variable should be set. See L<Wallet::Config> for more information.
If create() fails, it throws an exception.