git: 9front

Download patch

ref: 0196d80a85932d6630b0daa58ec77f54d8481b35
parent: c59f251b3254243f6dec8a498d55d7cb013f5d8c
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Wed May 7 10:55:10 EDT 2025

ascii(1): look example: remove the extra 0 and add -f

--- a/sys/man/1/ascii
+++ b/sys/man/1/ascii
@@ -144,7 +144,7 @@
 .B "unicode 2200-22f1"
 Print a table of miscellaneous mathematical symbols.
 .TP
-.B "look 0039 /lib/ucd/UnicodeData.txt"
+.B "look -f 039 /lib/ucd/UnicodeData.txt"
 See the start of the Greek alphabet's encoding in the Unicode Standard.
 .SH FILES
 .TF \fL/lib/ucd/UnicodeData.txt
--