shithub: riscv

Download patch

ref: 4587326e761dce084a621ab1225c29585b1057e9
parent: 8f27b8d04dfb40d396fc6499fda4bcc2a9a13d42
author: BurnZeZ <[email protected]>
date: Sun Oct 25 10:46:10 EDT 2015

ascii: replace mnemonic np (new page) with ff (form feed) for consistency

--- a/sys/src/cmd/ascii.c
+++ b/sys/src/cmd/ascii.c
@@ -15,7 +15,7 @@
 
 char *str[256]={
 	"nul",	"soh",	"stx",	"etx",	"eot",	"enq",	"ack",	"bel",
-	"bs ",	"ht ",	"nl ",	"vt ",	"np ",	"cr ",	"so ",	"si ",
+	"bs ",	"ht ",	"nl ",	"vt ",	"ff ",	"cr ",	"so ",	"si ",
 	"dle",	"dc1",	"dc2",	"dc3",	"dc4",	"nak",	"syn",	"etb",
 	"can",	"em ",	"sub",	"esc",	"fs ",	"gs ",	"rs ",	"us ",
 	"sp ",	" ! ",	" \" ",	" # ",	" $ ",	" % ",	" & ",	" ' ",