summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/isdigit.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-04-11 14:41:37 +0000
committerache <ache@FreeBSD.org>2000-04-11 14:41:37 +0000
commit3a0797d2a4bdf089571278363f3af8ff44b7599d (patch)
tree433180cd78c539e5351ebcaeaa3b6dda2fc5fee0 /lib/libc/locale/isdigit.3
parent575ea395bae584254dbc3b5e8046bbc8a701ac53 (diff)
downloadFreeBSD-src-3a0797d2a4bdf089571278363f3af8ff44b7599d.zip
FreeBSD-src-3a0797d2a4bdf089571278363f3af8ff44b7599d.tar.gz
Better wording according to multibyte(3)
Better man formatting Add reference to multibyte(3)
Diffstat (limited to 'lib/libc/locale/isdigit.3')
-rw-r--r--lib/libc/locale/isdigit.310
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/locale/isdigit.3 b/lib/libc/locale/isdigit.3
index 24c3e78..6937b96 100644
--- a/lib/libc/locale/isdigit.3
+++ b/lib/libc/locale/isdigit.3
@@ -50,8 +50,13 @@
The
.Fn isdigit
function tests for any decimal-digit character.
-For 8-bit wide locales the value of the argument is
-representable as an unsigned char or the value of EOF.
+For single C
+.Va char Ns s
+locales the value of the argument is
+representable as an
+.Va unsigned char
+or the value of
+.Dv EOF .
In the ASCII character set, this includes the following characters
(with their numeric values shown in octal):
.Pp
@@ -66,6 +71,7 @@ function returns zero if the character tests false and
returns non-zero if the character tests true.
.Sh SEE ALSO
.Xr ctype 3 ,
+.Xr multibyte 3 ,
.Xr ascii 7
.Sh STANDARDS
The
OpenPOWER on IntegriCloud