Module Name:    src
Committed By:   abhinav
Date:           Tue Jul 12 15:45:24 UTC 2016

Modified Files:
        src/lib/libc/string: strcasecmp.3

Log Message:
Add STANDARDS section.
It is part of IEEE Std 1003.1-2001 and 2008, both, but there doesn't seem to be
any difference between the two versions, therefore referencing the older 
standard.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/string/strcasecmp.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/strcasecmp.3
diff -u src/lib/libc/string/strcasecmp.3:1.17 src/lib/libc/string/strcasecmp.3:1.18
--- src/lib/libc/string/strcasecmp.3:1.17	Mon Oct 16 08:48:45 2006
+++ src/lib/libc/string/strcasecmp.3	Tue Jul 12 15:45:24 2016
@@ -28,9 +28,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)strcasecmp.3	8.1 (Berkeley) 6/9/93
-.\"	$NetBSD: strcasecmp.3,v 1.17 2006/10/16 08:48:45 wiz Exp $
+.\"	$NetBSD: strcasecmp.3,v 1.18 2016/07/12 15:45:24 abhinav Exp $
 .\"
-.Dd June 9, 1993
+.Dd July 11, 2016
 .Dt STRCASECMP 3
 .Os
 .Sh NAME
@@ -78,6 +78,13 @@ characters.
 .Xr strcmp 3 ,
 .Xr strcoll 3 ,
 .Xr strxfrm 3
+.Sh STANDARDS
+The
+.Fn strcasecmp
+and
+.Fn strncasecmp
+conform to
+.St -p1003.1-2001 .
 .Sh HISTORY
 The
 .Fn strcasecmp

Reply via email to