Loading...
string/strcmp.3 Libc-763.12 Libc-498
--- Libc/Libc-763.12/string/strcmp.3
+++ Libc/Libc-498/string/strcmp.3
@@ -13,6 +13,10 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"	This product includes software developed by the University of
+.\"	California, Berkeley and its contributors.
 .\" 4. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
@@ -30,7 +34,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)strcmp.3	8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/string/strcmp.3,v 1.13 2009/12/04 09:20:20 trhodes Exp $
+.\" $FreeBSD: src/lib/libc/string/strcmp.3,v 1.10 2001/10/11 17:02:44 mike Exp $
 .\"
 .Dd October 11, 2001
 .Dt STRCMP 3
@@ -82,7 +86,7 @@
 .Fn strcmp
 and
 .Fn strncmp
-functions return an integer greater than, equal to, or less than 0, according
+return an integer greater than, equal to, or less than 0, according
 as the string
 .Fa s1
 is greater than, equal to, or less than the string
@@ -96,8 +100,7 @@
 .Xr memcmp 3 ,
 .Xr strcasecmp 3 ,
 .Xr strcoll 3 ,
-.Xr strxfrm 3 ,
-.Xr wcscmp 3
+.Xr strxfrm 3
 .Sh STANDARDS
 The
 .Fn strcmp