summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-10 06:40:45 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-10 06:40:45 +0000
commit1a301a9eded6ff2ebf865d44aa8873eec059d988 (patch)
treedab8195f1719a84ae19f4849190b8d5c7cc0aed0 /lib/libc
parentb72712f77c675d80dff8b9c418d0591489aade7e (diff)
typos;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strcasecmp.34
-rw-r--r--lib/libc/string/strcmp.34
-rw-r--r--lib/libc/string/strcoll.34
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index 3cfc76e36fe..cd9be07c615 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strcasecmp.3,v 1.6 2000/04/21 15:24:19 aaron Exp $
+.\" $OpenBSD: strcasecmp.3,v 1.7 2003/05/10 06:40:44 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -58,7 +58,7 @@ functions compare the null-terminated strings
and
.Fa s2
and return an integer greater than, equal to, or less than 0,
-according as
+according to whether
.Fa s1
is lexicographically greater than, equal to, or less than
.Fa s2
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3
index c1173a423a7..0482604eae5 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strcmp.3,v 1.5 2000/04/21 15:24:19 aaron Exp $
+.\" $OpenBSD: strcmp.3,v 1.6 2003/05/10 06:40:44 jmc Exp $
.\"
.Dd June 29, 1991
.Dt STRCMP 3
@@ -63,7 +63,7 @@ The
and
.Fn strncmp
return an integer greater than, equal to, or less than 0, according
-as the string
+to whether the string
.Fa s1
is greater than, equal to, or less than the string
.Fa s2 .
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3
index 5d3e44ee966..62086c79acf 100644
--- a/lib/libc/string/strcoll.3
+++ b/lib/libc/string/strcoll.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strcoll.3,v 1.3 2000/04/21 15:24:19 aaron Exp $
+.\" $OpenBSD: strcoll.3,v 1.4 2003/05/10 06:40:44 jmc Exp $
.\"
.Dd June 29, 1991
.Dt STRCOLL 3
@@ -54,7 +54,7 @@ and
.Fa s2
according to the current locale collation
and returns an integer greater than, equal to, or less than 0,
-according as
+according to whether
.Fa s1
is greater than, equal to, or less than
.Fa s2 .