diff options
author | 2018-04-04 15:04:37 +0000 | |
---|---|---|
committer | 2018-04-04 15:04:37 +0000 | |
commit | 690a8f5dafea1181c79ca744b223ccca10c606bc (patch) | |
tree | ddc5fc925fbae73fcab88f70203f7228fe729ea7 /lib/libc | |
parent | add SEE ALSO (diff) | |
download | wireguard-openbsd-690a8f5dafea1181c79ca744b223ccca10c606bc.tar.xz wireguard-openbsd-690a8f5dafea1181c79ca744b223ccca10c606bc.zip |
mention which locale categories this is related to, and add SEE ALSO
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/localeconv.3 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/libc/locale/localeconv.3 b/lib/libc/locale/localeconv.3 index 31ec14f6eb3..c2b613bff1c 100644 --- a/lib/libc/locale/localeconv.3 +++ b/lib/libc/locale/localeconv.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: localeconv.3,v 1.1 2018/04/04 14:53:02 schwarze Exp $ +.\" $OpenBSD: localeconv.3,v 1.2 2018/04/04 15:04:37 schwarze Exp $ .\" $NetBSD: setlocale.3,v 1.3 1997/07/14 23:19:47 kleink Exp $ .\" .\" Copyright (c) 1993 @@ -53,6 +53,12 @@ formatting of numbers. On .Ox , nothing in the returned structure ever changes. +On other operating systems, the contents of the structure may vary +according to the +.Dv LC_NUMERIC +and +.Dv LC_MONETARY +locale categories. .Pp It provides the following fields of type .Vt char * : @@ -176,6 +182,10 @@ a value that is not in the current locale. A .Dv CHAR_MAX result similarly denotes an unavailable value. +.Sh SEE ALSO +.Xr locale 1 , +.Xr nl_langinfo 3 , +.Xr setlocale 3 .Sh STANDARDS The .Fn localeconv |