summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-04 23:42:54 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 00:00:13 -0600
commiteda578be77431912f391639751b58479da267b3e (patch)
tree1cd95ae6acd25c0e19f61b9101d0feb5fc00e80c /utf8.c
parented48408ec2b33dc4823eda8f0525e83b7c771572 (diff)
downloadperl-eda578be77431912f391639751b58479da267b3e.tar.gz
Fix bytes_from_utf8_loc() pod
I didn't mean to apply 8505db87404436956f86e54885cacd73840801c0 just yet, but having done so, there is a change required in a link
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utf8.c b/utf8.c
index 718d9e8da4..7dc7e75c53 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2543,8 +2543,8 @@ Perl_bytes_from_utf8(pTHX_ const U8 *s, STRLEN *lenp, bool *is_utf8p)
/*
=for apidoc bytes_from_utf8_loc
-Like C<L</bytes_from_utf8>()>, but takes an extra parameter, a pointer to where
-to store the location of the first character in C<"s"> that cannot be
+Like C<L<perlapi/bytes_from_utf8>()>, but takes an extra parameter, a pointer
+to where to store the location of the first character in C<"s"> that cannot be
converted to non-UTF8.
If that parameter is C<NULL>, this function behaves identically to