aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/isxdigit.3
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-01-19 16:21:05 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-01-19 16:21:05 +0000
commit99d751fbe3ae79e5125629e9e390020f20180a3c (patch)
treef18396bdf82736099f09d93cf997c2fe346c434f /lib/libc/locale/isxdigit.3
parent7fcba9044d5b5586241ae011eda4ac0797b5494d (diff)
downloadsrc-99d751fbe3ae79e5125629e9e390020f20180a3c.tar.gz
src-99d751fbe3ae79e5125629e9e390020f20180a3c.zip
Although it should be obvious that the 3-digit numeric values of the
characters shown are octal, state this explicitly for the easily misled.
Notes
Notes: svn path=/head/; revision=56288
Diffstat (limited to 'lib/libc/locale/isxdigit.3')
-rw-r--r--lib/libc/locale/isxdigit.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/isxdigit.3 b/lib/libc/locale/isxdigit.3
index 31f315830d4d..f2e2ec8a316c 100644
--- a/lib/libc/locale/isxdigit.3
+++ b/lib/libc/locale/isxdigit.3
@@ -50,7 +50,8 @@
The
.Fn isxdigit
function tests for any hexadecimal-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''