diff --git a/sv.c b/sv.c index fcbcb040c5dd..4d82abdb6907 100644 --- a/sv.c +++ b/sv.c @@ -6452,17 +6452,17 @@ Perl_sv_kill_backrefs(pTHX_ SV *const sv, AV *const av) } /* -=for apidoc sv_insert +=for apidoc sv_insert +=for apidoc_item sv_insert_flags -Inserts and/or replaces a string at the specified offset/length within the SV. -Similar to the Perl C function, with C bytes starting at -C replacing C bytes of the string in C starting at -C. Handles get magic. +These insert and/or replace a string at the specified offset/length within the +SV. Similar to the Perl C function, with C bytes starting +at C replacing C bytes of the string in C starting at +C. They handle get magic. -=for apidoc sv_insert_flags - -Same as C, but the extra C are passed to the -C that applies to C. +C is identical to plain C, but the extra C +are passed to the C operation that is internally applied to +C. =cut */