diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-07-03 21:37:05 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-07-03 22:17:57 -0600 |
commit | f7964948ff60526da024b05c25f8b2da38ee4fbe (patch) | |
tree | 6cbc45cf269a90e7c51200ab2ec929cfda5edf41 /x2p | |
parent | 1adc55b9f629ef27baed8c95178a7d40e2e013ec (diff) | |
download | perl-f7964948ff60526da024b05c25f8b2da38ee4fbe.tar.gz |
s2p: Fix broken pod links
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/s2p.PL | 6 |
1 files changed, 3 insertions, 3 deletions
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. |