summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcscasecmp.3
diff options
context:
space:
mode:
authorschwarze <>2011-07-25 00:38:53 +0000
committerschwarze <>2011-07-25 00:38:53 +0000
commit339c056f856313e215baab8ddc4bc0ce064b4571 (patch)
tree7c0511efd76ae46bc18c0955627ddf69509014c6 /src/lib/libc/string/wcscasecmp.3
parent3ad0ccfe078fe407c711a9d1fb21b9b79aa67f2c (diff)
downloadopenbsd-339c056f856313e215baab8ddc4bc0ce064b4571.tar.gz
openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.tar.bz2
openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.zip
update HISTORY and SEE ALSO for all of string(3), together with various
smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree
Diffstat (limited to 'src/lib/libc/string/wcscasecmp.3')
-rw-r--r--src/lib/libc/string/wcscasecmp.321
1 files changed, 19 insertions, 2 deletions
diff --git a/src/lib/libc/string/wcscasecmp.3 b/src/lib/libc/string/wcscasecmp.3
index d76d33bd5c..94cd6e0c38 100644
--- a/src/lib/libc/string/wcscasecmp.3
+++ b/src/lib/libc/string/wcscasecmp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: wcscasecmp.3,v 1.1 2011/07/09 16:32:11 nicm Exp $ 1.\" $OpenBSD: wcscasecmp.3,v 1.2 2011/07/25 00:38:53 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: July 9 2011 $ 34.Dd $Mdocdate: July 25 2011 $
35.Dt WCSCASECMP 3 35.Dt WCSCASECMP 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -66,6 +66,7 @@ compares at most
66.Fa len 66.Fa len
67wide characters. 67wide characters.
68.Sh SEE ALSO 68.Sh SEE ALSO
69.Xr strcasecmp 3 ,
69.Xr wcscmp 3 , 70.Xr wcscmp 3 ,
70.Xr wmemcmp 3 71.Xr wmemcmp 3
71.Sh STANDARDS 72.Sh STANDARDS
@@ -75,3 +76,19 @@ and
75.Fn wcsncasecmp 76.Fn wcsncasecmp
76functions conform to 77functions conform to
77.St -p1003.1-2008 . 78.St -p1003.1-2008 .
79.Sh HISTORY
80The
81.Fn wcscasecmp
82and
83.Fn wcsncasecmp
84functions first appeared in
85.Ox 5.0 .
86.Sh AUTHORS
87The
88.Ox
89versions of
90.Fn wcscasecmp
91and
92.Fn wcsncasecmp
93were implemented by
94.An Marc Espie Aq espie@openbsd.org .