mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Fix typo
Approved by: keramida (mentor) MFC after: 3 days
This commit is contained in:
parent
592009a347
commit
b9d8f1d9c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue