diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-04-30 11:42:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-04-30 11:42:14 +0000 |
commit | 37d3ad2444e8ce4a246f544ed87418d87e284af4 (patch) | |
tree | 71f9e1976280d4f8f3710b7246b1f79ca2e1f9fd /pod | |
parent | 00f0ad8cc5167da0ecee5f9c3558c45074323a13 (diff) | |
parent | 7d4fbd985f152f93fb488c6a48bdc3521292ba39 (diff) | |
download | perl-37d3ad2444e8ce4a246f544ed87418d87e284af4.tar.gz |
Integrate from mainperl.
p4raw-id: //depot/cfgperl@3297
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlre.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index 97ac7b7266..95d473439e 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -28,7 +28,7 @@ locale. See L<perllocale>. Treat string as multiple lines. That is, change "^" and "$" from matching at only the very start or end of the string to the start or end of any -line anywhere within the string, +line anywhere within the string. =item s |