diff options
-rw-r--r-- | pod/perldebguts.pod | 2 | ||||
-rw-r--r-- | pod/perldsc.pod | 6 | ||||
-rw-r--r-- | pod/perlguts.pod | 2 | ||||
-rw-r--r-- | pod/perllol.pod | 2 | ||||
-rw-r--r-- | pod/perlmodlib.PL | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod index 55f237b755..7319e74811 100644 --- a/pod/perldebguts.pod +++ b/pod/perldebguts.pod @@ -4,7 +4,7 @@ perldebguts - Guts of Perl debugging =head1 DESCRIPTION -This is not the perldebug(1) manpage, which tells you how to use +This is not L<perldebug>, which tells you how to use the debugger. This manpage describes low-level details concerning the debugger's internals, which range from difficult to impossible to understand for anyone who isn't incredibly intimate with Perl's guts. diff --git a/pod/perldsc.pod b/pod/perldsc.pod index db415343c1..b30948c32a 100644 --- a/pod/perldsc.pod +++ b/pod/perldsc.pod @@ -85,8 +85,8 @@ distinguishing between arrays and pointers to the same, this can be confusing. If so, just think of it as the difference between a structure and a pointer to a structure. -You can (and should) read more about references in the perlref(1) man -page. Briefly, references are rather like pointers that know what they +You can (and should) read more about references in L<perlref>. +Briefly, references are rather like pointers that know what they point to. (Objects are also a kind of reference, but we won't be needing them right away--if ever.) This means that when you have something which looks to you like an access to a two-or-more-dimensional array and/or hash, @@ -837,7 +837,7 @@ source code to MLDBM. =head1 SEE ALSO -perlref(1), perllol(1), perldata(1), perlobj(1) +L<perlref>, L<perllol>, L<perldata>, L<perlobj> =head1 AUTHOR diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 97445e1ba3..b6cec65bbb 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -2671,4 +2671,4 @@ Stephen McCamant, and Gurusamy Sarathy. =head1 SEE ALSO -perlapi(1), perlintern(1), perlxs(1), perlembed(1) +L<perlapi>, L<perlintern>, L<perlxs>, L<perlembed> diff --git a/pod/perllol.pod b/pod/perllol.pod index c42c977c51..58d532b12f 100644 --- a/pod/perllol.pod +++ b/pod/perllol.pod @@ -294,7 +294,7 @@ If I were you, I'd put that in a function: =head1 SEE ALSO -perldata(1), perlref(1), perldsc(1) +L<perldata>, L<perlref>, L<perldsc> =head1 AUTHOR diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL index 23251ac9bb..78bd59c9be 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -1150,7 +1150,7 @@ of code that need less strictness. Always use B<-w>. -Follow the guidelines in the perlstyle(1) manual. +Follow the guidelines in L<perlstyle>. Always use B<-w>. |