summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-05-04 16:01:07 +0000
committergabor <gabor@FreeBSD.org>2007-05-04 16:01:07 +0000
commitb75fdc8954baff1ea5c13bb10a96287b9808562b (patch)
tree7103fc6972bd7034ae0bdb24f8bbacaea058ef94 /lib
parent3db45e799ac62dcf0a8d979bd8330682d089e5c1 (diff)
downloadFreeBSD-src-b75fdc8954baff1ea5c13bb10a96287b9808562b.zip
FreeBSD-src-b75fdc8954baff1ea5c13bb10a96287b9808562b.tar.gz
- Fix typo
Approved by: keramida (mentor) MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/isdigit.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/isdigit.3 b/lib/libc/locale/isdigit.3
index 0f1664b..53b1986 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
OpenPOWER on IntegriCloud