diff options
Diffstat (limited to 'lib/libc/stdlib/strfmon.3')
| -rw-r--r-- | lib/libc/stdlib/strfmon.3 | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strfmon.3 b/lib/libc/stdlib/strfmon.3 index 4c553de6b121..7e5a9c025407 100644 --- a/lib/libc/stdlib/strfmon.3 +++ b/lib/libc/stdlib/strfmon.3 @@ -49,7 +49,7 @@ bytes are placed into the array.  .Pp  The format string is composed of zero or more directives:  ordinary characters (not -.Cm % Ns ), +.Cm % ) ,  which are copied unchanged to the output stream; and conversion  specifications, each of which results in fetching zero or more subsequent  arguments. @@ -75,9 +75,9 @@ Do not use grouping characters, regardless of the current locale default.  Represent positive values by prefixing them with a positive sign,  and negative values by prefixing them with a negative sign.  This is the default. -.It Cm ( +.It Cm \&(  Enclose negative values in parentheses. -.It Cm ! +.It Cm \&!  Do not include a currency symbol in the output.  .It Cm \-  Left justify the result. @@ -124,7 +124,7 @@ returns the number of bytes placed into the array pointed to by  not including the terminating  .Dv NULL  byte. -Otherwise, -1 is returned, +Otherwise, \-1 is returned,  the contents of the array are indeterminate,  and  .Va errno  | 
