diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-23 17:19:05 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-23 17:19:05 -0500 |
commit | f24c37189ab4d4e508604b0f15b4a29e03464d3f (patch) | |
tree | 79651446736e294f7ed316e235d7c95d7ed950d4 /uxd.1 | |
parent | e325c9c8410c30cf255dc320c26cfb3e5d93aa85 (diff) | |
download | uxd-f24c37189ab4d4e508604b0f15b4a29e03464d3f.tar.gz |
add -a option
Diffstat (limited to 'uxd.1')
-rw-r--r-- | uxd.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -86,6 +86,10 @@ Don\(aqt alternate colors. . .INDENT 0.0 .TP +.B \-a +Don\(aqt dump lines that consist entirely of ASCII characters (codepoints +U+00 to U+7f). +.TP .B \-b Bold output. This may be more or less readable, depending on your terminal and its color settings. Ignored if \fB\-m\fP given. @@ -492,7 +496,7 @@ Only UTF\-8 and a couple of variants (WTF\-8, MUTF\-8) are supported. There is no support for UTF\-16, UTF\-32, UTF\-EBCDIC, or any other non\-UTF\-8 encoding. .sp -There\(aqs no support for any number base except hex. +There\(aqs no support for any output number base except hex. .sp The input is read one byte at a time, so a search or regex match option would be difficult or impossible to implement. @@ -517,6 +521,6 @@ Watson <\fI\%urchlay@slackware.uk\fP>. .UNINDENT .SH SEE ALSO .sp -xxd(1), bvi(1), utf\-8(7), unicode(7) +xxd(1), bvi(1), utf\-8(7), unicode(7), console_codes(4) .\" Generated by docutils manpage writer. . |