From e0d114547c7f54ebd32b69f922e7d6538a63636e Mon Sep 17 00:00:00 2001 From: Jacob Moody Date: Sun, 26 Mar 2023 23:46:22 +0000 Subject: [PATCH] runecomp(2): clarify audience and history --- sys/man/2/runecomp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/man/2/runecomp b/sys/man/2/runecomp index e24c59415..a84031f6d 100644 --- a/sys/man/2/runecomp +++ b/sys/man/2/runecomp @@ -39,6 +39,9 @@ char* utfwbreak(char *s) .SH DESCRIPTION These routines help in handling graphemes that may span multiple runes. +These routines are for use in font rendering +and advanced text search; most programs do not +need to perform normalization. .PP .IR Runecomp , .IR runedecomp , @@ -114,3 +117,5 @@ UnicodeĀ® Standard Annex #29 .IR rune (2), .IR utf (6), .IR tcs (1) +.SH HISTORY +This implementation was written for 9front (March, 2023).