summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-03-26 23:46:22 +0000
committerJacob Moody <moody@posixcafe.org>2023-03-26 23:46:22 +0000
commite0d114547c7f54ebd32b69f922e7d6538a63636e (patch)
tree5855b506bbf054f1a7139e3b5e5f1b42073f9496 /sys/man
parent76fb145d7508115b755197681c6cb509adc6e4ed (diff)
runecomp(2): clarify audience and history
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/2/runecomp5
1 files changed, 5 insertions, 0 deletions
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).