- Fix typo

Approved by:	keramida (mentor)
MFC after:	3 days
This commit is contained in:
Gabor Kovesdan 2007-05-04 16:01:07 +00:00
parent 592009a347
commit b9d8f1d9c7

View file

@ -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