ref: 76fb145d7508115b755197681c6cb509adc6e4ed
parent: 8b3154fb22991c0e96ca0c4e3658434791fc7e69
author: Jacob Moody <moody@posixcafe.org>
date: Sat Mar 25 22:34:07 EDT 2023
ascii(1), utf(6): /lib/unicode → /lib/ucd/UnicodeData.txt
--- a/sys/man/1/ascii
+++ b/sys/man/1/ascii
@@ -36,7 +36,7 @@
.PP
.B look
.I hex
-.B /lib/unicode
+.B /lib/ucd/UnicodeData.txt
.SH DESCRIPTION
.I Ascii
prints the
@@ -119,7 +119,7 @@
may be unhelpful if the characters printed are not available in the current font.
.PP
The file
-.B /lib/unicode
+.B /lib/ucd/UnicodeData.txt
contains a
table of characters and descriptions, sorted in hexadecimal order,
suitable for
@@ -140,12 +140,12 @@
.B "unicode 2200-22f1"
Print a table of miscellaneous mathematical symbols.
.TP
-.B "look 039 /lib/unicode"
+.B "look 0039 /lib/ucd/UnicodeData.txt"
See the start of the Greek alphabet's encoding in the Unicode Standard.
.SH FILES
-.TF \fL/lib/unicode
+.TF \fL/lib/ucd/UnicodeData.txt
.TP
-.B /lib/unicode
+.B /lib/ucd/UnicodeData.txt
table of characters and descriptions.
.SH SOURCE
.B /sys/src/cmd/ascii.c
--- a/sys/man/6/utf
+++ b/sys/man/6/utf
@@ -87,9 +87,9 @@
any sequence except those described above
is incorrect and is converted to rune hexadecimal FFFD.
.SH FILES
-.TF "/lib/unicode "
+.TF "/lib/ucd/UnicodeData.txt "
.TP
-.B /lib/unicode
+.B /lib/ucd/UnicodeData.txt
table of characters and descriptions, suitable for
.IR look (1).
.SH "SEE ALSO"