summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-12 20:08:59 -0600
committerKarl Williamson <khw@cpan.org>2015-05-12 20:12:35 -0600
commitefa9cd84495057a7f5e1183c16f53d3c307a57a1 (patch)
tree2a94933708a44c4e221fe24be11515f4e1c35684 /utf8.c
parentce93e38ba6f71b1d8b1188075b1bbd6d4bb1018b (diff)
downloadperl-efa9cd84495057a7f5e1183c16f53d3c307a57a1.tar.gz
perlapi: Remove extraneous ">"
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 63d5a7e4b9..c3f02001ab 100644
--- a/utf8.c
+++ b/utf8.c
@@ -94,7 +94,7 @@ This function is like them, but the input is a strict Unicode
(as opposed to native) code point. Only in very rare circumstances should code
not be using the native code point.
-For details, see the description for L</uvchr_to_utf8_flags>>.
+For details, see the description for L</uvchr_to_utf8_flags>.
=cut
*/
@@ -4194,7 +4194,7 @@ Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags)
=for apidoc uvuni_to_utf8_flags
Instead you almost certainly want to use L</uvchr_to_utf8> or
-L</uvchr_to_utf8_flags>>.
+L</uvchr_to_utf8_flags>.
This function is a deprecated synonym for L</uvoffuni_to_utf8_flags>,
which itself, while not deprecated, should be used only in isolated