[Midnightbsd-cvs] src [10523] trunk/lib/libc/string/strcasecmp.3: fix header

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 7 18:33:47 EDT 2018


Revision: 10523
          http://svnweb.midnightbsd.org/src/?rev=10523
Author:   laffer1
Date:     2018-06-07 18:33:46 -0400 (Thu, 07 Jun 2018)
Log Message:
-----------
fix header

Modified Paths:
--------------
    trunk/lib/libc/string/strcasecmp.3

Property Changed:
----------------
    trunk/lib/libc/string/strcasecmp.3

Modified: trunk/lib/libc/string/strcasecmp.3
===================================================================
--- trunk/lib/libc/string/strcasecmp.3	2018-06-07 22:32:47 UTC (rev 10522)
+++ trunk/lib/libc/string/strcasecmp.3	2018-06-07 22:33:46 UTC (rev 10523)
@@ -11,7 +11,7 @@
 .\" 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.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. 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.
 .\"
@@ -28,9 +28,10 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)strcasecmp.3	8.1 (Berkeley) 6/9/93
+.\" $FreeBSD: stable/10/lib/libc/string/strcasecmp.3 267465 2014-06-14 02:57:40Z pfg $
 .\" $MidnightBSD$
 .\"
-.Dd June 9, 1993
+.Dd May 29, 2014
 .Dt STRCASECMP 3
 .Os
 .Sh NAME
@@ -45,7 +46,7 @@
 .Fn strcasecmp "const char *s1" "const char *s2"
 .Ft int
 .Fn strncasecmp "const char *s1" "const char *s2" "size_t len"
-.In string.h
+.In strings.h
 .In xlocale.h
 .Ft int
 .Fn strcasecmp_l "const char *s1" "const char *s2" "locale_t loc"


Property changes on: trunk/lib/libc/string/strcasecmp.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list