diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-28 16:19:39 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-28 19:00:04 -0600 |
commit | 70ca8714dc7a3834580af44acc6d3aa9ff796b98 (patch) | |
tree | 39f563798a63b244f7a7db8b577ea355a7507696 /pod | |
parent | d1fbf752a97d4993a36d3721064a75cd61940701 (diff) | |
download | perl-70ca8714dc7a3834580af44acc6d3aa9ff796b98.tar.gz |
perlre: Fix some line wrap issues
This fixes some verbatim text exceeding an 80 column window by shortening
two =over amounts.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlre.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index f779b8b169..c2a8bfb03b 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -850,7 +850,7 @@ construct because 1) question marks are rare in older regular expressions, and 2) whenever you see one, you should stop and "question" exactly what is going on. That's psychology.... -=over 10 +=over 4 =item C<(?#text)> X<(?#)> @@ -1619,7 +1619,7 @@ Use C<local> to localize changes to them to a specific scope if necessary. If a pattern does not contain a special backtracking verb that allows an argument, then C<$REGERROR> and C<$REGMARK> are not touched at all. -=over 4 +=over 3 =item Verbs that take an argument |