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/Server.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/Server.pm')
-rw-r--r-- | perl/Wallet/Server.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/Server.pm b/perl/Wallet/Server.pm index dd596c4..5f36c28 100644 --- a/perl/Wallet/Server.pm +++ b/perl/Wallet/Server.pm @@ -739,7 +739,7 @@ object. 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). +to set them, see L<Wallet::Config>. =head1 CLASS METHODS |