summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnthony J. Bentley <bentley@cvs.openbsd.org>2015-10-24 13:32:19 +0000
committerAnthony J. Bentley <bentley@cvs.openbsd.org>2015-10-24 13:32:19 +0000
commitd73a6d7ac15df46c401a04e69c640b5da0145acd (patch)
tree3ee2f9aa2765f5ee79ba9fab4b918b91280c9d93 /lib
parent60eca02e24aeea18e257eedb28805c5845bdff76 (diff)
nl_langinfo(3) conforms to POSIX.
ok jmc@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/nl_langinfo.39
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 .