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.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/isalpharune.3 b/man/man3/isalpharune.3
index 322a2111..4e38c5ef 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 (2)
+.IR ctype (3)
for
.SM ASCII\c
,
@@ -47,5 +47,5 @@ The case-conversion routines return the character unchanged if it has no case.
.SH SOURCE
.B /sys/src/libc/port/runetype.c
.SH "SEE ALSO
-.IR ctype (2) ,
+.IR ctype (3) ,
.IR "The Unicode Standard" .