diff options
author | 2015-10-24 13:32:18 +0000 | |
---|---|---|
committer | 2015-10-24 13:32:18 +0000 | |
commit | 389809a138b513676cc957e87bc0a7fac83c75d6 (patch) | |
tree | 4882a9aa08c062153dd634b5c960c135912735da /lib/libc | |
parent | Handling of bogus CA file has changed in syslogd. Adapt tests to (diff) | |
download | wireguard-openbsd-389809a138b513676cc957e87bc0a7fac83c75d6.tar.xz wireguard-openbsd-389809a138b513676cc957e87bc0a7fac83c75d6.zip |
nl_langinfo(3) conforms to POSIX.
ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/nl_langinfo.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/locale/nl_langinfo.3 b/lib/libc/locale/nl_langinfo.3 index a5f5cde8634..340b4d225e4 100644 --- a/lib/libc/locale/nl_langinfo.3 +++ b/lib/libc/locale/nl_langinfo.3 @@ -1,9 +1,9 @@ -.\" $OpenBSD: nl_langinfo.3,v 1.10 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: nl_langinfo.3,v 1.11 2015/10/24 13:32:18 bentley Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: October 24 2015 $ .Dt NL_LANGINFO 3 .Os .Sh NAME @@ -30,3 +30,8 @@ returns a pointer to an empty string if is invalid. .Sh SEE ALSO .Xr setlocale 3 +.Sh STANDARDS +The +.Fn nl_langinfo +function conforms to +.St -p1003.1-2008 . |