diff options
author | Michael Stevens <mstevens@etla.org> | 2011-02-01 22:10:23 +0000 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-04 05:56:07 -0800 |
commit | 6cba11c82282d9124d0cade24e1423f7fa2a3a0a (patch) | |
tree | 3a391ea02ebfe800d256bfd8dc97188f2acb977c /dump.c | |
parent | 332878e1ede268223970e2ddec708901541910d4 (diff) | |
download | perl-6cba11c82282d9124d0cade24e1423f7fa2a3a0a.tar.gz |
Fix excess whitespace in pod.
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -364,18 +364,18 @@ If the PERL_PV_PRETTY_QUOTE flag is set then the result will be double quoted with any double quotes in the string escaped. Otherwise if the PERL_PV_PRETTY_LTGT flag is set then the result be wrapped in angle brackets. - + If the PERL_PV_PRETTY_ELLIPSES flag is set and not all characters in string were output then an ellipsis C<...> will be appended to the string. Note that this happens AFTER it has been quoted. - + If start_color is non-null then it will be inserted after the opening quote (if there is one) but before the escaped text. If end_color is non-null then it will be inserted after the escaped text but before any quotes or ellipses. Returns a pointer to the prettified text as held by dsv. - + =cut */ |