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/strcoll.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/string/strcoll.3') diff --git a/src/lib/libc/string/strcoll.3 b/src/lib/libc/string/strcoll.3 index 5d3e44ee96..62086c79ac 100644 --- a/src/lib/libc/string/strcoll.3 +++ b/src/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 . -- cgit v1.2.3-55-g6feb