summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strfmon.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-29 15:57:50 +0000
committerru <ru@FreeBSD.org>2002-11-29 15:57:50 +0000
commit3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7 (patch)
tree15ecd517a64da40d5f62adfdcbb03cc605dfac67 /lib/libc/stdlib/strfmon.3
parent8bfe544f0ac6dbbaab251f97964f8e610ea7579f (diff)
downloadFreeBSD-src-3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7.zip
FreeBSD-src-3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7.tar.gz
mdoc(7) police: formatting nits.
Approved by: re
Diffstat (limited to 'lib/libc/stdlib/strfmon.3')
-rw-r--r--lib/libc/stdlib/strfmon.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strfmon.3 b/lib/libc/stdlib/strfmon.3
index 4c553de..7e5a9c0 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
OpenPOWER on IntegriCloud