summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
authordaniel <>2015-11-24 09:14:35 +0000
committerdaniel <>2015-11-24 09:14:35 +0000
commit30341a6298c257343705e4c665415356ea05630f (patch)
tree9b67f0e94a0a5d0eca6c1791d0b155da301e319c /src/lib/libc/string/strcasecmp.3
parente4b107abd0f027cb396d455ee5476d7d9da440fd (diff)
downloadopenbsd-30341a6298c257343705e4c665415356ea05630f.tar.gz
openbsd-30341a6298c257343705e4c665415356ea05630f.tar.bz2
openbsd-30341a6298c257343705e4c665415356ea05630f.zip
Document that these functions are now in strings.h.
ok millert@
Diffstat (limited to 'src/lib/libc/string/strcasecmp.3')
-rw-r--r--src/lib/libc/string/strcasecmp.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strcasecmp.3 b/src/lib/libc/string/strcasecmp.3
index 8bd7387dc5..3870362216 100644
--- a/src/lib/libc/string/strcasecmp.3
+++ b/src/lib/libc/string/strcasecmp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strcasecmp.3,v 1.12 2013/06/05 03:39:23 tedu Exp $ 1.\" $OpenBSD: strcasecmp.3,v 1.13 2015/11/24 09:14:35 daniel 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.
@@ -31,7 +31,7 @@
31.\" 31.\"
32.\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93 32.\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
33.\" 33.\"
34.Dd $Mdocdate: June 5 2013 $ 34.Dd $Mdocdate: November 24 2015 $
35.Dt STRCASECMP 3 35.Dt STRCASECMP 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -39,7 +39,7 @@
39.Nm strncasecmp 39.Nm strncasecmp
40.Nd compare strings, ignoring case 40.Nd compare strings, ignoring case
41.Sh SYNOPSIS 41.Sh SYNOPSIS
42.In string.h 42.In strings.h
43.Ft int 43.Ft int
44.Fn strcasecmp "const char *s1" "const char *s2" 44.Fn strcasecmp "const char *s1" "const char *s2"
45.Ft int 45.Ft int