1 --- strfmon.3.orig 2008-04-05 20:02:08.000000000 -0700
2 +++ strfmon.3 2008-04-05 20:05:49.000000000 -0700
10 .Nd convert monetary value to string
18 -.Fn strfmon "char * restrict s" "size_t maxsize" "const char * restrict format" "..."
20 +.Fa "char *restrict s"
22 +.Fa "const char *restrict format"
29 +.Fa "char *restrict s"
32 +.Fa "const char *restrict format"
38 function places characters into the array pointed to by
41 as controlled by the string pointed to by
45 bytes are placed into the array.
49 +function uses the current locale, the
51 +function may be passed a locale directly. See
53 +for more information.
55 The format string is composed of zero or more directives:
56 ordinary characters (not
62 -If the total number of resulting bytes including the terminating
63 +If the total number of resulting bytes, including the terminating
65 -byte is not more than
66 +byte, is not more than
69 returns the number of bytes placed into the array pointed to by
71 Not enough memory for temporary buffers.