1 --- _SB/Libc/stdlib/FreeBSD/strfmon.3 2003-05-20 15:23:25.000000000 -0700
2 +++ _SB/Libc/stdlib/FreeBSD/strfmon.3.edit 2006-06-28 16:55:53.000000000 -0700
10 .Nd convert monetary value to string
16 -.Fn strfmon "char * restrict s" "size_t maxsize" "const char * restrict format" "..."
18 +.Fa "char *restrict s"
20 +.Fa "const char *restrict format"
27 +.Fa "char *restrict s"
30 +.Fa "const char *restrict format"
36 function places characters into the array pointed to by
39 as controlled by the string pointed to by
43 bytes are placed into the array.
47 +function uses the current locale, the
49 +function may be passed a locale directly. See
51 +for more information.
53 The format string is composed of zero or more directives:
54 ordinary characters (not
60 -If the total number of resulting bytes including the terminating
61 +If the total number of resulting bytes, including the terminating
63 -byte is not more than
64 +byte, is not more than
67 returns the number of bytes placed into the array pointed to by
69 Not enough memory for temporary buffers.