diff options
author | Russ Allbery <rra@stanford.edu> | 2010-03-03 22:44:53 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-03-03 22:44:53 -0800 |
commit | acc73c988b845448230942de0f07263546763420 (patch) | |
tree | 86b06a59919870a8c7a0ab4beb31d7363d826163 /perl/Wallet/Admin.pm | |
parent | e9fcc6b23337b206e4b2ff810e7ecf5258107604 (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/Admin.pm')
-rw-r--r-- | perl/Wallet/Admin.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/Wallet/Admin.pm b/perl/Wallet/Admin.pm index e835713..f208e13 100644 --- a/perl/Wallet/Admin.pm +++ b/perl/Wallet/Admin.pm @@ -183,8 +183,8 @@ its actions. To use this object, several configuration variables must be set (at least the database configuration). For information on those variables and how -to set them, see Wallet::Config(3). For more information on the normal -user interface to the wallet server, see Wallet::Server(3). +to set them, see L<Wallet::Config>. For more information on the normal +user interface to the wallet server, see L<Wallet::Server>. =head1 CLASS METHODS |