summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wmemcmp.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/wmemcmp.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/wmemcmp.3')
-rw-r--r--src/lib/libc/string/wmemcmp.316
1 files changed, 12 insertions, 4 deletions
diff --git a/src/lib/libc/string/wmemcmp.3 b/src/lib/libc/string/wmemcmp.3
index e1d56ec30e..6006b4e5c1 100644
--- a/src/lib/libc/string/wmemcmp.3
+++ b/src/lib/libc/string/wmemcmp.3
@@ -1,3 +1,5 @@
1.\" $OpenBSD: wmemcmp.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $
2.\"
1.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
2.\" All rights reserved. 4.\" All rights reserved.
3.\" 5.\"
@@ -29,9 +31,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
31.\" 33.\"
32.\" $OpenBSD: wmemcmp.3,v 1.1 2011/07/09 16:32:11 nicm Exp $ 34.Dd $Mdocdate: July 25 2011 $
33.\"
34.Dd $Mdocdate: July 9 2011 $
35.Dt WMEMCMP 3 35.Dt WMEMCMP 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -59,8 +59,9 @@ otherwise the difference between the first two differing wide characters is
59returned. 59returned.
60Zero-length wide strings are always identical. 60Zero-length wide strings are always identical.
61.Sh SEE ALSO 61.Sh SEE ALSO
62.Xr memcmp 3 ,
62.Xr wcscasecmp 3 , 63.Xr wcscasecmp 3 ,
63.Xr wcscmp 3 , 64.Xr wcscmp 3
64.Sh STANDARDS 65.Sh STANDARDS
65The 66The
66.Fn wmemcmp 67.Fn wmemcmp
@@ -68,3 +69,10 @@ function conforms to
68.St -isoC-99 69.St -isoC-99
69and was first introduced in 70and was first introduced in
70.St -isoC-amd1 . 71.St -isoC-amd1 .
72.Sh HISTORY
73The
74.Fn wmemcmp
75function was ported from
76.Nx
77and first appeared in
78.Ox 3.8 .