Module Name: src
Committed By: abhinav
Date: Wed Jul 13 06:50:02 UTC 2016
Modified Files:
src/lib/libc/string: wcscasecmp.3
Log Message:
Add STANDARDS section, referencing IEEE std 1003.1-2008
ok wiz@
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/string/wcscasecmp.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/string/wcscasecmp.3
diff -u src/lib/libc/string/wcscasecmp.3:1.3 src/lib/libc/string/wcscasecmp.3:1.4
--- src/lib/libc/string/wcscasecmp.3:1.3 Thu Dec 16 17:42:28 2010
+++ src/lib/libc/string/wcscasecmp.3 Wed Jul 13 06:50:02 2016
@@ -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