shithub: riscv

Download patch

ref: 4e5d75d7a6ebbd2ea8111128fe772630e5d46abd
parent: 9183db3fa56bcd4ba203e97cd6bccc5e7e7c81fb
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
--