@@ -1132,7 +1132,7 @@ Not implemented. C<malloc()> is C-specific. Perl does memory management transp
1132
1132
1133
1133
This is the same as the C function C<mblen()> on unthreaded perls. On
1134
1134
threaded 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>.
1136
1136
1137
1137
Core Perl does not have any support for wide and multibyte locales,
1138
1138
except Unicode UTF-8 locales. This function, in conjunction with
@@ -1161,7 +1161,7 @@ actual length of the first parameter string.
1161
1161
1162
1162
This is the same as the C function C<mbtowc()> on unthreaded perls. On
1163
1163
threaded 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>.
1165
1165
1166
1166
Core Perl does not have any support for wide and multibyte locales,
1167
1167
except Unicode UTF-8 locales. This function, in conjunction with
@@ -2265,7 +2265,7 @@ See L</mblen>.
2265
2265
2266
2266
This is the same as the C function C<wctomb()> on unthreaded perls. On
2267
2267
threaded perls, it transparently (almost) substitutes the more
2268
- thread-safe L<C< wcrtomb> (3)>, if available, instead of C<wctomb>.
2268
+ thread-safe C<L< wcrtomb(3)> >, if available, instead of C<wctomb>.
2269
2269
2270
2270
Core Perl does not have any support for wide and multibyte locales,
2271
2271
except Unicode UTF-8 locales. This function, in conjunction with
0 commit comments