From 82f8b639e5cb43bb235ee24ece27ef61cd1a03fa Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sat, 10 May 2003 06:40:44 +0000 Subject: typos; --- src/lib/libc/string/strcasecmp.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/string/strcasecmp.3') 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 @@ -.\" $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 -- cgit v1.2.3-55-g6feb