diff options
author | 2003-05-10 06:40:44 +0000 | |
---|---|---|
committer | 2003-05-10 06:40:44 +0000 | |
commit | 28cc23cd52dcfcec094b0ebf962bf375771ab6f6 (patch) | |
tree | b0c70753cf816bcac58f48689a6effd64acf714b /lib/libc | |
parent | document that kernel automatically handles first swap partition (diff) | |
download | wireguard-openbsd-28cc23cd52dcfcec094b0ebf962bf375771ab6f6.tar.xz wireguard-openbsd-28cc23cd52dcfcec094b0ebf962bf375771ab6f6.zip |
typos;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strcasecmp.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/strcmp.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/strcoll.3 | 4 |
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 . |