small apidoc fix
Marc Lehmann [Sun, 3 Sep 2000 05:12:06 +0000 (07:12 +0200)]
Message-ID: <20000903051206.A5909@cerebro.laendle>

p4raw-id: //depot/perl@7021

pod/perlapi.pod
utf8.c

index 76afa0e..9974edc 100644 (file)
@@ -3148,7 +3148,7 @@ Found in file handy.h
 Returns true if first C<len> bytes of the given string form valid a UTF8
 string, false otherwise.
 
-       bool_utf8_string        U8 *s(STRLEN len)
+       is_utf8_string  U8 *s(STRLEN len)
 
 =for hackers
 Found in file utf8.c
diff --git a/utf8.c b/utf8.c
index c109f65..d57b527 100644 (file)
--- a/utf8.c
+++ b/utf8.c
@@ -135,7 +135,7 @@ Perl_is_utf8_char(pTHX_ U8 *s)
 }
 
 /*
-=for apidoc Am|bool_utf8_string|U8 *s|STRLEN len
+=for apidoc Am|is_utf8_string|U8 *s|STRLEN len
 
 Returns true if first C<len> bytes of the given string form valid a UTF8
 string, false otherwise.