aboutsummaryrefslogtreecommitdiff
path: root/man/man3/isalpharune.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/isalpharune.3')
-rw-r--r--man/man3/isalpharune.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/isalpharune.3 b/man/man3/isalpharune.3
index 07d99554..78bc4e63 100644
--- a/man/man3/isalpharune.3
+++ b/man/man3/isalpharune.3
@@ -35,7 +35,7 @@ in particular a subset of their properties as defined in the Unicode standard.
Unicode defines some characters as alphabetic and specifies three cases:
upper, lower, and title.
Analogously to
-.IR ctype (3)
+.IR isalpha (3)
for
.SM ASCII\c
,
@@ -45,7 +45,7 @@ The names are self-explanatory.
.PP
The case-conversion routines return the character unchanged if it has no case.
.SH SOURCE
-.B /usr/local/plan9/src/libc/port/runetype.c
+.B /usr/local/plan9/src/lib9/utf/runetype.c
.SH "SEE ALSO
-.IR ctype (3) ,
+.IR isalpha (3) ,
.IR "The Unicode Standard" .