diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
| commit | 1798791d24d371e78812304b3fa3ec7a87b84f98 (patch) | |
| tree | 15ecd517a64da40d5f62adfdcbb03cc605dfac67 /lib/libc/stdlib/strfmon.3 | |
| parent | b7c8a7976f404afa621652a96d3280f3a6174e9d (diff) | |
Notes
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 |
