diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-01-19 16:21:05 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-01-19 16:21:05 +0000 |
commit | ad9f304ef90536b9e138506cc038250767a03d12 (patch) | |
tree | 91d0d71c1b1becccddb74db1244e12679fe845ad /lib/libc/locale/isalpha.3 | |
parent | 34f25d690773df811b1f6911ffaa3f143181e1af (diff) | |
download | FreeBSD-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/isalpha.3')
-rw-r--r-- | lib/libc/locale/isalpha.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/isalpha.3 b/lib/libc/locale/isalpha.3 index 7d9ba66..5dd0a04 100644 --- a/lib/libc/locale/isalpha.3 +++ b/lib/libc/locale/isalpha.3 @@ -54,7 +54,8 @@ function tests for any character for which or .Xr islower 3 is true. -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 \&101\ ``A'' \t102\ ``B'' \t103\ ``C'' \t104\ ``D'' \t105\ ``E'' |