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/Report.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/Report.pm')
-rw-r--r-- | perl/Wallet/Report.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/Wallet/Report.pm b/perl/Wallet/Report.pm index ff4fa8b..462cd6f 100644 --- a/perl/Wallet/Report.pm +++ b/perl/Wallet/Report.pm @@ -360,8 +360,8 @@ tuples identifying objects, ACLs, or ACL entries. 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 |