forked from bonsai/harakit
npc.1: ASCII bytes
This commit is contained in:
parent
3cb37d830a
commit
d3bfc7b1f5
10
docs/npc.1
10
docs/npc.1
@ -21,9 +21,9 @@ Print normally non-printing characters.
|
||||
|
||||
The program reads from standard input and writes to standard output, replacing
|
||||
non-printing characters with printable equivalents. Control characters print as
|
||||
a carat (“^”) followed by the character “@” through “_” corresponding to the
|
||||
character replaced (e.g. control-X becomes “^X”). The delete character (0x7F)
|
||||
becomes “^?”. Characters with the high bit set (>127) are printed as “M-”
|
||||
a carat ('^') followed by the character '@' through '_' corresponding to the
|
||||
character replaced (e.g. control-X becomes '^X'). The delete character (0x7F)
|
||||
becomes '^?'. Characters with the high bit set (>127) are printed as 'M-'
|
||||
followed by the graphical representation for the same character without the
|
||||
high bit set.
|
||||
|
||||
@ -31,12 +31,12 @@ high bit set.
|
||||
|
||||
.B -e
|
||||
.RS
|
||||
Prints a currency sign (“$”) before each line ending.
|
||||
Prints a currency sign ('$') before each line ending.
|
||||
.RE
|
||||
|
||||
.B -t
|
||||
.RS
|
||||
Prints tab characters as “^I” rather than a literal horizontal tab.
|
||||
Prints tab characters as '^I' rather than a literal horizontal tab.
|
||||
.RE
|
||||
|
||||
.SH DIAGNOSTICS
|
||||
|
Loading…
Reference in New Issue
Block a user