summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-03-26 02:34:07 +0000
committerJacob Moody <moody@posixcafe.org>2023-03-26 02:34:07 +0000
commit76fb145d7508115b755197681c6cb509adc6e4ed (patch)
treef55089d6306b8153f793d69006e4b2046b7d5ad3 /sys/man/1
parent8b3154fb22991c0e96ca0c4e3658434791fc7e69 (diff)
ascii(1), utf(6): /lib/unicode → /lib/ucd/UnicodeData.txt
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/ascii10
1 files changed, 5 insertions, 5 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