summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-17 13:00:24 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-17 13:00:24 +0100
commit6a1b21e654e8c6123887179f0614086700e15e5f (patch)
tree203c6adf19aecfe34e8e89f754095466bccb9251
parent7162bc87b21ce30b549ebfad3ca4c6f606fb1933 (diff)
downloadperl-6a1b21e654e8c6123887179f0614086700e15e5f.tar.gz
perldelta - wrapping/formatting tweaks
-rw-r--r--pod/perldelta.pod37
1 files changed, 18 insertions, 19 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d020b7af38..b4806a4d0e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -14,30 +14,29 @@ L<perl5222delta>, which describes differences between 5.22.1 and 5.22.2.
=head1 Security
-=head2 C<-Di> switch is now required for PerlIO debugging output
+=head2 B<-Di> switch is now required for PerlIO debugging output
-Previously PerlIO debugging output would be sent to the file specified
-by the C<PERLIO_DEBUG> environment variable if perl wasn't running
-setuid and the C<-T> or C<-t> switches hadn't been parsed yet.
+Previously PerlIO debugging output would be sent to the file specified by the
+C<PERLIO_DEBUG> environment variable if perl wasn't running setuid and the
+B<-T> or B<-t> switches hadn't been parsed yet.
-If perl performed output at a point where it hadn't yet parsed its
-switches this could result in perl creating or overwriting the file
-named by C<PERLIO_DEBUG> even when the C<-T> switch had been supplied.
+If perl performed output at a point where it hadn't yet parsed its switches
+this could result in perl creating or overwriting the file named by
+C<PERLIO_DEBUG> even when the B<-T> switch had been supplied.
-Perl now requires the C<-Di> switch to produce PerlIO debugging
-output. By default this is written to C<stderr>, but can optionally
-be redirected to a file by setting the C<PERLIO_DEBUG> environment
-variable.
+Perl now requires the B<-Di> switch to produce PerlIO debugging output. By
+default this is written to C<stderr>, but can optionally be redirected to a
+file by setting the C<PERLIO_DEBUG> environment variable.
-If perl is running setuid or the C<-T> switch was supplied
-C<PERLIO_DEBUG> is ignored and the debugging output is sent to
-C<stderr> as for any other C<-D> switch.
+If perl is running setuid or the B<-T> switch was supplied C<PERLIO_DEBUG> is
+ignored and the debugging output is sent to C<stderr> as for any other B<-D>
+switch.
=head1 Incompatible Changes
-There are no changes intentionally incompatible with 5.22.2.
-If any exist, they are bugs, and we request that you submit a
-report. See L</Reporting Bugs> below.
+There are no changes intentionally incompatible with 5.22.2. If any exist,
+they are bugs, and we request that you submit a report. See
+L</Reporting Bugs> below.
=head1 Modules and Pragmata
@@ -97,8 +96,8 @@ XXX Generate this with:
If you find what you think is a bug, you might check the articles recently
posted to the comp.lang.perl.misc newsgroup and the perl bug database at
-https://rt.perl.org/ . There may also be information at
-http://www.perl.org/ , the Perl Home Page.
+https://rt.perl.org/ . There may also be information at http://www.perl.org/ ,
+the Perl Home Page.
If you believe you have an unreported bug, please run the L<perlbug> program
included with your release. Be sure to trim your bug down to a tiny but