Subject: | [PATCH] fix link to manpages |
Manpage links should contain the man chapter, so tools like tkpod and metacpan can correctly deal with it.
diff --git i/Wait3.pm w/Wait3.pm
index 4bb1c77..eb6aa1d 100644
--- i/Wait3.pm
+++ w/Wait3.pm
@@ -91,6 +91,6 @@ the same terms as the Perl 5 programming language system itself.
=head1 SEE ALSO
-L<perl>, L<wait3>, L<getrusage>.
+L<perl>, L<wait3(2)>, L<getrusage(2)>.
=cut