summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcasecmp.3
diff options
context:
space:
mode:
authorjmc <>2003-05-10 06:40:44 +0000
committerjmc <>2003-05-10 06:40:44 +0000
commit82f8b639e5cb43bb235ee24ece27ef61cd1a03fa (patch)
tree7542484e38c267f2c6b485545fe3e8ffc8495108 /src/lib/libc/string/strcasecmp.3
parent583976a4c4c5bbc108417c5ae5b35108e3feb2a6 (diff)
downloadopenbsd-82f8b639e5cb43bb235ee24ece27ef61cd1a03fa.tar.gz
openbsd-82f8b639e5cb43bb235ee24ece27ef61cd1a03fa.tar.bz2
openbsd-82f8b639e5cb43bb235ee24ece27ef61cd1a03fa.zip
typos;
Diffstat (limited to 'src/lib/libc/string/strcasecmp.3')
-rw-r--r--src/lib/libc/string/strcasecmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strcasecmp.3 b/src/lib/libc/string/strcasecmp.3
index 3cfc76e36f..cd9be07c61 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.6 2000/04/21 15:24:19 aaron Exp $ 1.\" $OpenBSD: strcasecmp.3,v 1.7 2003/05/10 06:40:44 jmc 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.
@@ -58,7 +58,7 @@ functions compare the null-terminated strings
58and 58and
59.Fa s2 59.Fa s2
60and return an integer greater than, equal to, or less than 0, 60and return an integer greater than, equal to, or less than 0,
61according as 61according to whether
62.Fa s1 62.Fa s1
63is lexicographically greater than, equal to, or less than 63is lexicographically greater than, equal to, or less than
64.Fa s2 64.Fa s2