ascii: replace mnemonic np (new page) with ff (form feed) for consistency
This commit is contained in:
parent
8f27b8d04d
commit
4587326e76
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ int isnum(char *);
|
|||
|
||||
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 ", " ! ", " \" ", " # ", " $ ", " % ", " & ", " ' ",
|
||||
|
|
Loading…
Reference in a new issue