Added cross-ref to locale.7 for 'struct lconv' defn.

Other minor wording changes.
This commit is contained in:
Michael Kerrisk 2006-02-07 23:32:50 +00:00
parent 65b4e14d6a
commit 23b3fc77bb
1 changed files with 5 additions and 5 deletions

View File

@ -35,17 +35,17 @@ The
.BR localeconv ()
function returns a pointer to a
.I struct lconv
for the current locale. This structure is defined in the header-file
.I <locale.h>
for the current locale. This structure is shown in
.BR locale (7),
and contains all values associated with the locale categories
.B LC_NUMERIC
and
.BR LC_MONETARY .
Programs may also use the functions
.BR printf ()
.BR printf (3)
and
.BR strfmon ()
that behave according to the actual locale in use.
.BR strfmon (3),
which behave according to the actual locale in use.
.SH "CONFORMING TO"
ANSI C, POSIX.1
.SH BUGS