projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce46a40
)
perlfaq: remove 1 link; correct another
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 22 Aug 2011 15:38:27 +0000
(08:38 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 22 Aug 2011 15:40:15 +0000
(08:40 -0700)
A link from the document to itself is not useful.
C<perldoc> should be L<perldoc>.
dist/perlfaq/lib/perlfaq.pod
patch
|
blob
|
history
diff --git
a/dist/perlfaq/lib/perlfaq.pod
b/dist/perlfaq/lib/perlfaq.pod
index
5238bfa
..
101101b
100644
(file)
--- a/
dist/perlfaq/lib/perlfaq.pod
+++ b/
dist/perlfaq/lib/perlfaq.pod
@@
-16,11
+16,11
@@
that lets you read the L<perlfaq>:
$ perldoc perlfaq
-or search the
L<perlfaq>
question headings:
+or search the
perlfaq
question headings:
$ perldoc -q open
-See
C
<perldoc> for more information.
+See
L
<perldoc> for more information.
Besides your local system, you can find the perlfaq on the web, including
at http://perldoc.perl.org/ .