git: 9front

Download patch

ref: a70a544b800281a1e82c4e4e5f6983171718f046
parent: 8f44d1f6e8a47395c2ebd9b6899f1b8dc94a9b3f
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Nov 17 10:36:38 EST 2025

isalpharune(2): fix location of unicode tools

--- a/sys/man/2/isalpharune
+++ b/sys/man/2/isalpharune
@@ -51,11 +51,11 @@
 If a rune contains a value that is not a valid codepoint (ie, greater than Runemax),
 these routines return 0.
 .SH SOURCE
-.B /sys/src/libc/port/mkrunetype.c
+.B /sys/src/libc/ucd/mkrunetype.c
 .br
-.B /sys/src/libc/port/runeistype.c
+.B /sys/src/libc/ucd/runeistype.c
 .br
-.B /sys/src/libc/port/runetotype.c
+.B /sys/src/libc/ucd/runetotype.c
 .SH "SEE ALSO
 .IR ctype (2) ,
 .IR "The Unicode Standard" .
--