summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/isdigit.3
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-01-19 16:21:05 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-01-19 16:21:05 +0000
commitad9f304ef90536b9e138506cc038250767a03d12 (patch)
tree91d0d71c1b1becccddb74db1244e12679fe845ad /lib/libc/locale/isdigit.3
parent34f25d690773df811b1f6911ffaa3f143181e1af (diff)
downloadFreeBSD-src-ad9f304ef90536b9e138506cc038250767a03d12.zip
FreeBSD-src-ad9f304ef90536b9e138506cc038250767a03d12.tar.gz
Although it should be obvious that the 3-digit numeric values of the
characters shown are octal, state this explicitly for the easily misled.
Diffstat (limited to 'lib/libc/locale/isdigit.3')
-rw-r--r--lib/libc/locale/isdigit.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/isdigit.3 b/lib/libc/locale/isdigit.3
index dbae177..fa3a736 100644
--- a/lib/libc/locale/isdigit.3
+++ b/lib/libc/locale/isdigit.3
@@ -50,7 +50,8 @@
The
.Fn isdigit
function tests for any decimal-digit character.
-In the ASCII character set, this includes the following characters:
+In the ASCII character set, this includes the following characters
+(with their numeric values shown in octal):
.Pp
.Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
.It \&060\ ``0'' \t061\ ``1'' \t062\ ``2'' \t063\ ``3'' \t064\ ``4''
OpenPOWER on IntegriCloud