summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2011-02-01 22:10:23 +0000
committerFather Chrysostomos <sprout@cpan.org>2011-02-04 05:56:07 -0800
commit6cba11c82282d9124d0cade24e1423f7fa2a3a0a (patch)
tree3a391ea02ebfe800d256bfd8dc97188f2acb977c /dump.c
parent332878e1ede268223970e2ddec708901541910d4 (diff)
downloadperl-6cba11c82282d9124d0cade24e1423f7fa2a3a0a.tar.gz
Fix excess whitespace in pod.
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dump.c b/dump.c
index 15a788f00a..a340a9c411 100644
--- a/dump.c
+++ b/dump.c
@@ -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
*/