diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-03-26 02:34:07 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-03-26 02:34:07 +0000 |
commit | 76fb145d7508115b755197681c6cb509adc6e4ed (patch) | |
tree | f55089d6306b8153f793d69006e4b2046b7d5ad3 | |
parent | 8b3154fb22991c0e96ca0c4e3658434791fc7e69 (diff) |
ascii(1), utf(6): /lib/unicode → /lib/ucd/UnicodeData.txt
-rw-r--r-- | sys/man/1/ascii | 10 | ||||
-rw-r--r-- | sys/man/6/utf | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/man/1/ascii b/sys/man/1/ascii index de5cd77cf..e23a2fc90 100644 --- a/sys/man/1/ascii +++ b/sys/man/1/ascii @@ -36,7 +36,7 @@ ascii, unicode \- interpret ASCII, Unicode characters .PP .B look .I hex -.B /lib/unicode +.B /lib/ucd/UnicodeData.txt .SH DESCRIPTION .I Ascii prints the @@ -119,7 +119,7 @@ and 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 @@ Print the hex value of `p'. .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 diff --git a/sys/man/6/utf b/sys/man/6/utf index 7d15b8185..1705c7859 100644 --- a/sys/man/6/utf +++ b/sys/man/6/utf @@ -87,9 +87,9 @@ In the inverse mapping, 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" |