summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strcasecmp.3')
-rw-r--r--src/lib/libc/string/strcasecmp.313
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/libc/string/strcasecmp.3 b/src/lib/libc/string/strcasecmp.3
index 1aa4c4a77b..e098ff4e41 100644
--- a/src/lib/libc/string/strcasecmp.3
+++ b/src/lib/libc/string/strcasecmp.3
@@ -1,5 +1,7 @@
1.\" Copyright (c) 1990, 1991 The Regents of the University of California. 1.\" $OpenBSD: strcasecmp.3,v 1.3 1997/08/20 04:13:56 millert Exp $
2.\" All rights reserved. 2.\"
3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved.
3.\" 5.\"
4.\" This code is derived from software contributed to Berkeley by 6.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek. 7.\" Chris Torek.
@@ -31,9 +33,9 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
33.\" 35.\"
34.\" $OpenBSD: strcasecmp.3,v 1.2 1996/08/19 08:34:09 tholo Exp $ 36.\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
35.\" 37.\"
36.Dd April 19, 1991 38.Dd June 9, 1993
37.Dt STRCASECMP 3 39.Dt STRCASECMP 3
38.Os 40.Os
39.Sh NAME 41.Sh NAME
@@ -83,5 +85,4 @@ The
83.Fn strcasecmp 85.Fn strcasecmp
84and 86and
85.Fn strncasecmp 87.Fn strncasecmp
86functions are 88functions first appeared in 4.4BSD.
87.Ud .