From b9d8f1d9c7d4cb23e52025fcc753dd88c847ba8e Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Fri, 4 May 2007 16:01:07 +0000 Subject: [PATCH] - Fix typo Approved by: keramida (mentor) MFC after: 3 days --- lib/libc/locale/isdigit.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/locale/isdigit.3 b/lib/libc/locale/isdigit.3 index 0f1664b2d83..53b198606e7 100644 --- a/lib/libc/locale/isdigit.3 +++ b/lib/libc/locale/isdigit.3 @@ -32,7 +32,7 @@ .\" @(#)isdigit.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 17, 2005 +.Dd May 4, 2007 .Dt ISDIGIT 3 .Os .Sh NAME @@ -74,7 +74,7 @@ The and .Fn isnumber functions return zero if the character tests false and -returns non-zero if the character tests true. +return non-zero if the character tests true. .Sh COMPATIBILITY The .Bx 4.4