ref: e0d114547c7f54ebd32b69f922e7d6538a63636e
parent: 76fb145d7508115b755197681c6cb509adc6e4ed
author: Jacob Moody <moody@posixcafe.org>
date: Sun Mar 26 19:46:22 EDT 2023
runecomp(2): clarify audience and history
--- a/sys/man/2/runecomp
+++ b/sys/man/2/runecomp
@@ -39,6 +39,9 @@
.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 @@
.IR rune (2),
.IR utf (6),
.IR tcs (1)
+.SH HISTORY
+This implementation was written for 9front (March, 2023).