1 --- strxfrm.3.orig Fri Mar 11 08:32:37 2005
2 +++ strxfrm.3 Fri Mar 11 09:46:23 2005
10 .Nd transform a string under locale
16 .Fn strxfrm "char * restrict dst" "const char * restrict src" "size_t n"
19 +.Fn strxfrm_l "char * restrict dst" "const char * restrict src" "size_t n" "locale_t loc"
25 two original strings with
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.
36 Upon successful completion,