File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1132,7 +1132,7 @@ Not implemented. C<malloc()> is C-specific. Perl does memory management transp
11321132
11331133This is the same as the C function C<mblen()> on unthreaded perls. On
11341134threaded perls, it transparently (almost) substitutes the more
1135- thread-safe L<C< mbrlen> (3)>, if available, instead of C<mblen>.
1135+ thread-safe C<L< mbrlen(3)> >, if available, instead of C<mblen>.
11361136
11371137Core Perl does not have any support for wide and multibyte locales,
11381138except Unicode UTF-8 locales. This function, in conjunction with
@@ -1161,7 +1161,7 @@ actual length of the first parameter string.
11611161
11621162This is the same as the C function C<mbtowc()> on unthreaded perls. On
11631163threaded perls, it transparently (almost) substitutes the more
1164- thread-safe L<C< mbrtowc> (3)>, if available, instead of C<mbtowc>.
1164+ thread-safe C<L< mbrtowc(3)> >, if available, instead of C<mbtowc>.
11651165
11661166Core Perl does not have any support for wide and multibyte locales,
11671167except Unicode UTF-8 locales. This function, in conjunction with
You can’t perform that action at this time.
0 commit comments