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