summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strcasecmp.3')
-rw-r--r--src/lib/libc/string/strcasecmp.316
1 files changed, 12 insertions, 4 deletions
diff --git a/src/lib/libc/string/strcasecmp.3 b/src/lib/libc/string/strcasecmp.3
index c17aa694d1..0900c8a97a 100644
--- a/src/lib/libc/string/strcasecmp.3
+++ b/src/lib/libc/string/strcasecmp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strcasecmp.3,v 1.10 2007/05/31 19:19:32 jmc Exp $ 1.\" $OpenBSD: strcasecmp.3,v 1.11 2011/07/25 00:38:52 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
31.\" 31.\"
32.\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93 32.\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
33.\" 33.\"
34.Dd $Mdocdate: May 31 2007 $ 34.Dd $Mdocdate: July 25 2011 $
35.Dt STRCASECMP 3 35.Dt STRCASECMP 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -74,11 +74,19 @@ characters.
74.Xr memcmp 3 , 74.Xr memcmp 3 ,
75.Xr strcmp 3 , 75.Xr strcmp 3 ,
76.Xr strcoll 3 , 76.Xr strcoll 3 ,
77.Xr strxfrm 3 77.Xr strxfrm 3 ,
78.Xr wcscasecmp 3
79.Sh STANDARDS
80The
81.Fn strcasecmp
82and
83.Fn strncasecmp
84functions conform to
85.St -p1003.1-2008 .
78.Sh HISTORY 86.Sh HISTORY
79The 87The
80.Fn strcasecmp 88.Fn strcasecmp
81and 89and
82.Fn strncasecmp 90.Fn strncasecmp
83functions first appeared in 91functions first appeared in
84.Bx 4.4 . 92.Bx 4.3 Tahoe .