summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
authoraaron <>1999-06-06 15:17:32 +0000
committeraaron <>1999-06-06 15:17:32 +0000
commit05fa287fa4090ddc8e0efcfeec475b38bf9445e0 (patch)
tree10f4456d8b05ae1d1676c24caf77ca7cfbd0f6e0 /src/lib/libc/string/strcasecmp.3
parent2abb7e1b593c048059dec8053fe6288a0211d22d (diff)
downloadopenbsd-05fa287fa4090ddc8e0efcfeec475b38bf9445e0.tar.gz
openbsd-05fa287fa4090ddc8e0efcfeec475b38bf9445e0.tar.bz2
openbsd-05fa287fa4090ddc8e0efcfeec475b38bf9445e0.zip
some NAME section cleanup
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 52a13055ee..be4e96a1c5 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.4 1998/06/15 17:55:11 mickey Exp $ 1.\" $OpenBSD: strcasecmp.3,v 1.5 1999/06/06 15:17:32 aaron 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.
@@ -39,7 +39,8 @@
39.Dt STRCASECMP 3 39.Dt STRCASECMP 3
40.Os 40.Os
41.Sh NAME 41.Sh NAME
42.Nm strcasecmp 42.Nm strcasecmp ,
43.Nm strncasecmp
43.Nd compare strings, ignoring case 44.Nd compare strings, ignoring case
44.Sh SYNOPSIS 45.Sh SYNOPSIS
45.Fd #include <string.h> 46.Fd #include <string.h>
@@ -69,7 +70,6 @@ The comparison is done using unsigned characters, so that
69is greater than 70is greater than
70.Ql \e0 . 71.Ql \e0 .
71.Pp 72.Pp
72The
73.Fn strncasecmp 73.Fn strncasecmp
74compares at most 74compares at most
75.Fa len 75.Fa len