Sat May 2 09:31:01 2009 UTC ()
Remove duplicate entry.


(wiz)
diff -r1.13 -r1.14 src/lib/libc/string/wmemchr.3

cvs diff -r1.13 -r1.14 src/lib/libc/string/wmemchr.3 (expand / switch to unified diff)

--- src/lib/libc/string/wmemchr.3 2009/05/01 17:27:01 1.13
+++ src/lib/libc/string/wmemchr.3 2009/05/02 09:31:01 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: wmemchr.3,v 1.13 2009/05/01 17:27:01 perry Exp $ 1.\" $NetBSD: wmemchr.3,v 1.14 2009/05/02 09:31:01 wiz 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.
5.\" 5.\"
6.\" This code is derived from software contributed to Berkeley by 6.\" This code is derived from software contributed to Berkeley by
7.\" Chris Torek and the American National Standards Committee X3, 7.\" Chris Torek and the American National Standards Committee X3,
8.\" on Information Processing Systems. 8.\" on Information Processing Systems.
9.\" 9.\"
10.\" Redistribution and use in source and binary forms, with or without 10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions 11.\" modification, are permitted provided that the following conditions
12.\" are met: 12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright 13.\" 1. Redistributions of source code must retain the above copyright
14.\" notice, this list of conditions and the following disclaimer. 14.\" notice, this list of conditions and the following disclaimer.
@@ -128,27 +128,26 @@ function is strongly recommended to be u @@ -128,27 +128,26 @@ function is strongly recommended to be u
128.Xr memset 3 , 128.Xr memset 3 ,
129.Xr stpcpy 3 , 129.Xr stpcpy 3 ,
130.Xr stpncpy 3 , 130.Xr stpncpy 3 ,
131.Xr strcasecmp 3 , 131.Xr strcasecmp 3 ,
132.Xr strcat 3 , 132.Xr strcat 3 ,
133.Xr strchr 3 , 133.Xr strchr 3 ,
134.Xr strcmp 3 , 134.Xr strcmp 3 ,
135.Xr strcpy 3 , 135.Xr strcpy 3 ,
136.Xr strcspn 3 , 136.Xr strcspn 3 ,
137.Xr strdup 3 , 137.Xr strdup 3 ,
138.Xr strlcat 3 , 138.Xr strlcat 3 ,
139.Xr strlcpy 3 , 139.Xr strlcpy 3 ,
140.Xr strlen 3 , 140.Xr strlen 3 ,
141.Xr strnlen 3 , 
142.Xr strncat 3 , 141.Xr strncat 3 ,
143.Xr strncmp 3 , 142.Xr strncmp 3 ,
144.Xr strncpy 3 , 143.Xr strncpy 3 ,
145.Xr strnlen 3 , 144.Xr strnlen 3 ,
146.Xr strpbrk 3 , 145.Xr strpbrk 3 ,
147.Xr strrchr 3 , 146.Xr strrchr 3 ,
148.Xr strspn 3 , 147.Xr strspn 3 ,
149.Xr strstr 3 148.Xr strstr 3
150.Sh STANDARDS 149.Sh STANDARDS
151These functions conform to 150These functions conform to
152.St -isoC-99 151.St -isoC-99
153and were first introduced in 152and were first introduced in
154.St -isoC-amd1 , 153.St -isoC-amd1 ,