diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-07-25 00:38:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-07-25 00:38:54 +0000 |
commit | ea9f4201a2a329e7f11830bc5cc7ef0e15a96899 (patch) | |
tree | ad032412231d4a884a0fa5eb5968c8dcf8b9edb5 /lib/libc/string/wcscasecmp.3 | |
parent | f3340367353970776bc054537ea43f3ee8378f24 (diff) |
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 'lib/libc/string/wcscasecmp.3')
-rw-r--r-- | lib/libc/string/wcscasecmp.3 | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/lib/libc/string/wcscasecmp.3 b/lib/libc/string/wcscasecmp.3 index d76d33bd5c4..94cd6e0c380 100644 --- a/lib/libc/string/wcscasecmp.3 +++ b/lib/libc/string/wcscasecmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wcscasecmp.3,v 1.1 2011/07/09 16:32:11 nicm Exp $ +.\" $OpenBSD: wcscasecmp.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" .\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: July 9 2011 $ +.Dd $Mdocdate: July 25 2011 $ .Dt WCSCASECMP 3 .Os .Sh NAME @@ -66,6 +66,7 @@ compares at most .Fa len wide characters. .Sh SEE ALSO +.Xr strcasecmp 3 , .Xr wcscmp 3 , .Xr wmemcmp 3 .Sh STANDARDS @@ -75,3 +76,19 @@ and .Fn wcsncasecmp functions conform to .St -p1003.1-2008 . +.Sh HISTORY +The +.Fn wcscasecmp +and +.Fn wcsncasecmp +functions first appeared in +.Ox 5.0 . +.Sh AUTHORS +The +.Ox +versions of +.Fn wcscasecmp +and +.Fn wcsncasecmp +were implemented by +.An Marc Espie Aq espie@openbsd.org . |