1 --- _SB/Libc/string/FreeBSD/strxfrm.3 2003-05-20 15:23:55.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/strxfrm.3.edit 2006-06-28 16:55:53.000000000 -0700
10 .Nd transform a string under locale
16 -.Fn strxfrm "char * restrict dst" "const char * restrict src" "size_t n"
18 +.Fa "char *restrict s1"
19 +.Fa "const char *restrict s2"
26 +.Fa "char *restrict s1"
27 +.Fa "const char *restrict s2"
34 function transforms a null-terminated string pointed to by
37 according to the current locale collation if any,
38 then copies the transformed string
44 characters are copied into
47 including the terminating null character added.
51 (it helps to determine an actual size needed
55 is permitted to be a NULL pointer.
57 Comparing two strings using
60 two original strings with
65 +function uses the current locale, the
67 +function may be passed a locale directly. See
69 +for more information.
71 Upon successful completion,
76 or more, the contents of