git: 9front

Download patch

ref: f8b0dea7c521d0a1565027c492dd42cabc6f0926
parent: 8754fdd87f35561493ae86873cabdf4ae4951055
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).
--