summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/wcscasecmp.311
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/string/wcscasecmp.3 b/lib/libc/string/wcscasecmp.3
index ae7ed426148..f0ff4f26ca8 100644
--- a/lib/libc/string/wcscasecmp.3
+++ b/lib/libc/string/wcscasecmp.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: wcscasecmp.3,v 1.3 2010/12/16 17:42:28 wiz Exp $
+.\" $NetBSD: wcscasecmp.3,v 1.4 2016/07/13 06:50:02 abhinav Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\"
.\" from: @(#)wcscasecmp.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd August 26, 2006
+.Dd July 13, 2016
.Dt WCSCASECMP 3
.Os
.Sh NAME
@@ -71,6 +71,13 @@ compares at most
characters.
.Sh SEE ALSO
.Xr wcscmp 3
+.Sh STANDARDS
+The
+.Fn wcscasecmp
+and
+.Fn wcsncasecmp
+functions conform to
+.St -p1003.1-2008 .
.Sh HISTORY
The
.Fn wcscasecmp