diff options
author | Tom Hukins <tom@eborcom.com> | 2009-08-20 09:50:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-03-12 09:48:21 +0100 |
commit | d974f73b58c3742afde78aeb2cc0f767444c0d87 (patch) | |
tree | 0a7bd1d3a5d9521225693227bc64fe5d77c68012 /pod/perlclib.pod | |
parent | b92fc6c1e65fe8477af54d8e964f1ca0229628ab (diff) | |
download | perl-d974f73b58c3742afde78aeb2cc0f767444c0d87.tar.gz |
Use POD-style references in the "SEE ALSO" section.
Diffstat (limited to 'pod/perlclib.pod')
-rw-r--r-- | pod/perlclib.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlclib.pod b/pod/perlclib.pod index 39488f0fa6..1fe4699be1 100644 --- a/pod/perlclib.pod +++ b/pod/perlclib.pod @@ -208,5 +208,5 @@ For C<signal>/C<sigaction>, use C<rsignal(signo, handler)>. =head1 SEE ALSO -C<perlapi>, C<perlapio>, C<perlguts> +L<perlapi>, L<perlapio>, L<perlguts> |