diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-10-27 04:09:03 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-28 17:46:58 -0700 |
commit | 9a63e366d1167a528e8df0d80c9d85c0830d63e9 (patch) | |
tree | 3e43607c1be38084eacbb913581433e97e32647d /dump.c | |
parent | aff539aa0fc970a7b080a077309522932e179d10 (diff) | |
download | perl-9a63e366d1167a528e8df0d80c9d85c0830d63e9.tar.gz |
Consistent spaces after dots in perlapi.pod
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ S_append_flags(pTHX_ SV *sv, U32 flags, const struct flag_to_name *start, Escapes at most the first "count" chars of pv and puts the results into dsv such that the size of the escaped string will not exceed "max" chars -and will not contain any incomplete escape sequences. The number of bytes +and will not contain any incomplete escape sequences. The number of bytes escaped will be returned in the STRLEN *escaped parameter if it is not null. When the dsv parameter is null no escaping actually occurs, but the number of bytes that would be escaped were it not null will be calculated. |