]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/localeconv.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / localeconv.3
index db11a414e8c2cf87ac7f65a1c2ebe28499f1361b..256104aa09298e90750ec04d9f09041588122518 100644 (file)
@@ -32,7 +32,7 @@ localeconv \- get numeric formatting information
 .fi
 .SH DESCRIPTION
 The
-.B localeconv()
+.BR localeconv ()
 function returns a pointer to a
 .B struct lconv
 for the current locale. This structure is defined in the header-file
@@ -42,15 +42,15 @@ and contains all values associated with the locale categories
 and
 .BR LC_MONETARY .
 Programs may also use the functions
-.B printf()
+.BR printf ()
 and
-.B strfmon()
+.BR strfmon ()
 that behave according the actual locale in use.
 .SH "CONFORMING TO"
 ANSI C, POSIX.1
 .SH BUGS
 The
-.B printf()
+.BR printf ()
 family of functions may or may not honor the current locale.
 .SH "SEE ALSO"
 .BR locale (1),