diff options
author | jmc <> | 2003-05-10 06:40:44 +0000 |
---|---|---|
committer | jmc <> | 2003-05-10 06:40:44 +0000 |
commit | 82f8b639e5cb43bb235ee24ece27ef61cd1a03fa (patch) | |
tree | 7542484e38c267f2c6b485545fe3e8ffc8495108 /src/lib/libc/string/strcasecmp.3 | |
parent | 583976a4c4c5bbc108417c5ae5b35108e3feb2a6 (diff) | |
download | openbsd-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.3 | 4 |
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 | |||
58 | and | 58 | and |
59 | .Fa s2 | 59 | .Fa s2 |
60 | and return an integer greater than, equal to, or less than 0, | 60 | and return an integer greater than, equal to, or less than 0, |
61 | according as | 61 | according to whether |
62 | .Fa s1 | 62 | .Fa s1 |
63 | is lexicographically greater than, equal to, or less than | 63 | is lexicographically greater than, equal to, or less than |
64 | .Fa s2 | 64 | .Fa s2 |