From 819936f4e536299f1e2eefc650e447ee3eecbe9b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 24 Dec 2024 17:49:18 -0500 Subject: add -A (ASCII output) option --- uxd.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'uxd.1') diff --git a/uxd.1 b/uxd.1 index 86d186c..2f90da6 100644 --- a/uxd.1 +++ b/uxd.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UXD" 1 "2024-12-24" "0.3.0" "Urchlay's Utilities" +.TH "UXD" 1 "2024-12-24" "1.0.0" "Urchlay's Utilities" .SH NAME uxd \- UTF-8 hex dumper .SH SYNOPSIS @@ -100,6 +100,15 @@ Don\(aqt dump lines that consist entirely of ASCII characters (codepoints . .INDENT 0.0 .TP +.B \-A +ASCII output. Unprintable characters and UTF\-8 sequences are +rendered as periods (like \fBxxd\fP does). Also, spaces are rendered +as spaces rather than the ␣ character. +.UNINDENT +.\" ASCII output instead of UTF-8. +. +.INDENT 0.0 +.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. -- cgit v1.2.3