In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/efa9cd84495057a7f5e1183c16f53d3c307a57a1?hp=ce93e38ba6f71b1d8b1188075b1bbd6d4bb1018b>

- Log -----------------------------------------------------------------
commit efa9cd84495057a7f5e1183c16f53d3c307a57a1
Author: Karl Williamson <[email protected]>
Date:   Tue May 12 20:08:59 2015 -0600

    perlapi: Remove extraneous ">"
-----------------------------------------------------------------------

Summary of changes:
 utf8.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utf8.c b/utf8.c
index 63d5a7e..c3f0200 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

--
Perl5 Master Repository

Reply via email to