summaryrefslogtreecommitdiffstats
path: root/doc/UniCharIsAlpha.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/UniCharIsAlpha.3')
-rw-r--r--doc/UniCharIsAlpha.39
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/UniCharIsAlpha.3 b/doc/UniCharIsAlpha.3
index 61490ed..ea6fc5b 100644
--- a/doc/UniCharIsAlpha.3
+++ b/doc/UniCharIsAlpha.3
@@ -3,7 +3,7 @@
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
+'\"
.TH Tcl_UniCharIsAlpha 3 "8.1" Tcl "Tcl Library Procedures"
.so man.macros
.BS
@@ -48,16 +48,19 @@ int
.SH ARGUMENTS
.AS int ch
.AP int ch in
-The Unicode character to be examined.
+The Tcl_UniChar to be examined.
.BE
.SH DESCRIPTION
.PP
-All of the routines described examine Unicode characters and return a
+All of the routines described examine Tcl_UniChars and return a
boolean value. A non-zero return value means that the character does
belong to the character class associated with the called routine. The
rest of this document just describes the character classes associated
with the various routines.
+.PP
+Note: A Tcl_UniChar is a Unicode character represented as an unsigned,
+fixed-size quantity.
.SH "CHARACTER CLASSES"
.PP