pod file minor edits #2363
Closed
pod file minor edits #2363
Comments
From lvirden@cas.orgCreated by lvirden@cas.orgThis is a bug report for perl from lvirden@cas.org, ----------------------------------------------------------------- Inline Patch--- perldiag.pod-dist Tue Aug 15 06:27:38 2000
+++ perldiag.pod Tue Aug 15 06:32:30 2000
@@ -559,6 +559,6 @@
-=item Can't do {n,m} with n > m at <HERE< in regex m/%s/
+=item Can't do {n,m} with n E<gt> m at E<lt> HERE E<lt> in regex m/%s/
(F) Minima must be less than or equal to maxima. If you really want your
-regexp to match something 0 times, just put {0}. The <HERE< shows in the
+regexp to match something 0 times, just put {0}. The E<lt> HERE E<lt> shows in the
regular expression about where the problem was discovered. See L<perlre>.
@@ -1381,6 +1381,6 @@
-=item Quantifier follows nothing at <HERE< in regex m/%s/
+=item Quantifier follows nothing at E<lt> HERE E<lt> in regex m/%s/
(F) You started a regular expression with a quantifier. Backslash it if you
-meant it literally. The <HERE< shows in the regular expression about where the
+meant it literally. The E<lt> HERE E<lt> shows in the regular expression about where the
problem was discovered. See L<perlre>.
@@ -1631,6 +1631,6 @@
-=item Internal disaster at <HERE< in regex m/%s/
+=item Internal disaster at E<lt> HERE E<lt> in regex m/%s/
(P) Something went badly wrong in the regular expression parser.
-The <HERE< shows in the regular expression about where the problem was
+The E<lt> HERE E<lt> shows in the regular expression about where the problem was
discovered.
@@ -1647,5 +1647,5 @@
-=item Internal urp at <HERE< in regex m/%s/
+=item Internal urp at E<lt> HERE E<lt> in regex m/%s/
-(P) Something went badly awry in the regular expression parser. The <HERE<
+(P) Something went badly awry in the regular expression parser. The E<lt> HERE E<lt>
shows in the regular expression about where the problem was discovered.
@@ -1755,8 +1755,8 @@
-=item Lookbehind longer than %d not implemented at <HERE< in reges m/%s/
+=item Lookbehind longer than %d not implemented at E<lt> HERE E<lt> in reges m/%s/
(F) There is currently a limit on the length of string which lookbehind can
-handle. This restriction may be eased in a future release. The <HERE< shows in
+handle. This restriction may be eased in a future release. The E<lt> HERE E<lt> shows in
the regular expression about where the problem was discovered.
-
+
=item Malformed PERLLIB_PREFIX
@@ -1937,6 +1937,6 @@
-=item Nested quantifiers at <HERE< in regex m/%s/
+=item Nested quantifiers at E<lt> HERE E<lt> in regex m/%s/
(F) You can't quantify a quantifier without intervening parentheses. So
-things like ** or +* or ?* are illegal. The <HERE< shows in the regular
+things like ** or +* or ?* are illegal. The E<lt> HERE E<lt> shows in the regular
expression about where the problem was discovered.
@@ -2706,9 +2706,9 @@
-=item Quantifier in {,} bigger than %d at <HERE< in regex m/%s/
+=item Quantifier in {,} bigger than %d at E<lt> HERE E<lt> in regex m/%s/
(F) There is currently a limit to the size of the min and max values of the
-{min,max} construct. The <HERE< shows in the regular expression about where
+{min,max} construct. The E<lt> HERE E<lt> shows in the regular expression about where
the problem was discovered. See L<perlre>.
-=item Quantifier unexpected on zero-length expression at <HERE< in regex m/%s/
+=item Quantifier unexpected on zero-length expression at E<lt> HERE E<lt> in regex m/%s/
@@ -2780,3 +2780,3 @@
-=item Reference to nonexistant group at <HERE< in regex m/%s/
+=item Reference to nonexistant group at E<lt> HERE E<lt> in regex m/%s/
@@ -2787,3 +2787,3 @@
-The <HERE< shows in the regular expression about where the problem was
+The E<lt> HERE E<lt> shows in the regular expression about where the problem was
discovered.
@@ -2892,5 +2892,5 @@
-=item Sequence (? incomplete at <HERE< mark in regex m/%s/
+=item Sequence (? incomplete at E<lt> HERE E<lt> mark in regex m/%s/
-(F) A regular expression ended with an incomplete extension (?. The <HERE<
+(F) A regular expression ended with an incomplete extension (?. The E<lt> HERE E<lt>
shows in the regular expression about where the problem was discovered. See
@@ -2903,12 +2903,12 @@
-=item Sequence (?%s...) not implemented at <HERE< mark in regex m/%s/
+=item Sequence (?%s...) not implemented at E<lt> HERE E<lt> mark in regex m/%s/
(F) A proposed regular expression extension has the character reserved but
-has not yet been written. The <HERE< shows in the regular expression about
+has not yet been written. The E<lt> HERE E<lt> shows in the regular expression about
where the problem was discovered. See L<perlre>.
-=item Sequence (?%s...) not recognized at <HERE< mark in regex m/%s/
+=item Sequence (?%s...) not recognized at E<lt> HERE E<lt> mark in regex m/%s/
(F) You used a regular expression extension that doesn't make sense.
-The <HERE< shows in the regular expression about
+The E<lt> HERE E<lt> shows in the regular expression about
where the problem was discovered.
@@ -3100,3 +3100,3 @@
-=item Switch (?(condition)... contains too many branches at <HERE< in regex m/%s/
+=item Switch (?(condition)... contains too many branches at E<lt> HERE E<lt> in regex m/%s/
@@ -3109,9 +3109,9 @@
-The <HERE< shows in the regular expression about where the problem was
+The E<lt> HERE E<lt> shows in the regular expression about where the problem was
discovered. See L<perlre>.
-=item Switch condition not recognized at <HERE< in regex m/%s/
+=item Switch condition not recognized at E<lt> HERE E<lt> in regex m/%s/
(F) If the argument to the (?(...)if-clause|else-clause) construct is a
-number, it can be only a number. The <HERE< shows in the regular expression
+number, it can be only a number. The E<lt> HERE E<lt> shows in the regular expression
about where the problem was discovered. See L<perlre>.
@@ -3393,3 +3393,3 @@
-=item Unknown switch condition (?(%.2s at <HERE< in regex m/%s/
+=item Unknown switch condition (?(%.2s at E<lt> HERE E<lt> in regex m/%s/
@@ -3401,3 +3401,3 @@
-The <HERE< shows in the regular expression about where the problem was
+The E<lt> HERE E<lt> shows in the regular expression about where the problem was
discovered. See L<perlre>.
@@ -3417,3 +3417,3 @@
-=item unmatched [ at <HERE< mark in regex m/%s/
+=item unmatched [ at E<lt> HERE E<lt> mark in regex m/%s/
@@ -3421,6 +3421,6 @@
include a closing bracket in a character class, backslash it or put it
-first. See L<perlre>. The <HERE< shows in the regular expression about
+first. See L<perlre>. The E<lt> HERE E<lt> shows in the regular expression about
where the escape was discovered.
-=item unmatched ( in regexp at <HERE< mark in regex m/%s/
+=item unmatched ( in regexp at E<lt> HERE E<lt> mark in regex m/%s/
@@ -3456,3 +3456,3 @@
-=item Unrecognized escape \\%c passed through at <HERE< in m/%s/
+=item Unrecognized escape \\%c passed through at E<lt> HERE E<lt> in m/%s/
@@ -3461,3 +3461,3 @@
a C<'>-delimited regular expression. The character was understood
-literally. The <HERE< shows in the regular expression about where the escape
+literally. The E<lt> HERE E<lt> shows in the regular expression about where the escape
was discovered.
@@ -3750,6 +3750,6 @@
-=item Variable length lookbehind not implemented at <HERE< in regex m/%s/
+=item Variable length lookbehind not implemented at E<lt> HERE E<lt> in regex m/%s/
(F) Lookbehind is allowed only for subexpressions whose length is fixed and
-known at compile time. The <HERE< shows in the regular expression about where
+known at compile time. The E<lt> HERE E<lt> shows in the regular expression about where
the problem was discovered.
--- perlos2.pod-dist Tue Aug 15 06:28:12 2000
+++ perlos2.pod Tue Aug 15 06:28:43 2000
@@ -117,3 +117,3 @@
SEE ALSO
-
+
=head1 DESCRIPTION Perl Info
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated from rt.perl.org#3691 (status was 'resolved')
Searchable as RT3691$
The text was updated successfully, but these errors were encountered: