diff options
author | 2011-07-25 00:38:52 +0000 | |
---|---|---|
committer | 2011-07-25 00:38:52 +0000 | |
commit | 8c40de08f9d12a182e23e357bcca21c5be683dd9 (patch) | |
tree | df554e154d9ded444e70f01eb8a84b1212071f78 /lib/libc/string/wcscasecmp.3 | |
parent | occured -> occurred; (diff) | |
download | wireguard-openbsd-8c40de08f9d12a182e23e357bcca21c5be683dd9.tar.xz wireguard-openbsd-8c40de08f9d12a182e23e357bcca21c5be683dd9.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 '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 . |