diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-06-09 17:57:45 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-06-09 17:57:45 -0400 |
commit | 51182a96fff8041fc0f9bacfd9e645be61030e3f (patch) | |
tree | 6a6250222c14a9b59b54d8d224912e76dbd2bd11 | |
parent | fabfbb19a031cb1e1f1d436d28e82f827c21d17b (diff) | |
download | perl-51182a96fff8041fc0f9bacfd9e645be61030e3f.tar.gz |
Fix pod syntax errors
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 18b4347ea4..440d846361 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -186,7 +186,9 @@ on environment variables has been corrected and expanded. =head3 L<POSIX> -=over * +=over + +=item * The invocation documentation for C<WIFEXITED>, C<WEXITSTATUS>, C<WIFSIGNALED>, C<WTERMSIG>, C<WIFSTOPPED>, and C<WSTOPSIG> was corrected. @@ -282,8 +284,6 @@ None None -=back - =head2 Platform-Specific Notes XXX List any changes for specific platforms. This could include configuration @@ -330,6 +330,8 @@ paths on Ubuntu natty. =head1 Internal Changes +=over + =item * The compiled representation of formats is now stored via the mg_ptr of |