summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-07-03 21:37:05 -0600
committerKarl Williamson <public@khwilliamson.com>2011-07-03 22:17:57 -0600
commitf7964948ff60526da024b05c25f8b2da38ee4fbe (patch)
tree6cbc45cf269a90e7c51200ab2ec929cfda5edf41
parent1adc55b9f629ef27baed8c95178a7d40e2e013ec (diff)
downloadperl-f7964948ff60526da024b05c25f8b2da38ee4fbe.tar.gz
s2p: Fix broken pod links
-rw-r--r--t/porting/known_pod_issues.dat1
-rw-r--r--x2p/s2p.PL6
2 files changed, 3 insertions, 4 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index f47747f0b1..95a3668554 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -313,7 +313,6 @@ utils/c2ph Verbatim line length including indents exceeds 80 by 44
utils/libnetcfg Apparent broken link 1
vms/ext/filespec.pm Verbatim line length including indents exceeds 80 by 1
x2p/a2p.pod empty section in previous paragraph 2
-x2p/psed unresolved internal link 3
lib/benchmark.pm Verbatim line length including indents exceeds 80 by 4
lib/cpan/debug.pm There is no NAME 1
lib/cpan/handleconfig.pm =head2 without preceding higher level 1
diff --git a/x2p/s2p.PL b/x2p/s2p.PL
index c3cddd89f8..f8e48cdc7b 100644
--- a/x2p/s2p.PL
+++ b/x2p/s2p.PL
@@ -98,7 +98,7 @@ script-files, in the given order. A single script argument may be specified
as the first parameter.
If this program is invoked with the name F<s2p>, it will act as a
-sed-to-Perl translator. See L<"sed Script Translation">.
+sed-to-Perl translator. See L<"SED SCRIPT TRANSLATION">.
B<sed> returns an exit code of 0 on success or >0 if an error occurred.
@@ -171,7 +171,7 @@ A dollar sign (C<$>) is the line number of the last line of the input stream.
=item B</>I<regular expression>B</>
A pattern address is a basic regular expression (see
-L<"Basic Regular Expressions">), between the delimiting character C</>.
+L<"BASIC REGULAR EXPRESSIONS">), between the delimiting character C</>.
Any other character except C<\> or newline may be used to delimit a
pattern address when the initial delimiter is prefixed with a
backslash (`C<\>').
@@ -434,7 +434,7 @@ preceding a newline with a backslash.
Within the replacement, an ampersand (`C<&>') is replaced by the string
matching the regular expression. The strings `C<\1>' through `C<\9>' are
-replaced by the corresponding subpattern (see L<"Basic Regular Expressions">).
+replaced by the corresponding subpattern (see L<"BASIC REGULAR EXPRESSIONS">).
To get a literal `C<&>' or `C<\>' in the replacement text, precede it
by a backslash.