diff options
Diffstat (limited to 'uxd.1')
-rw-r--r-- | uxd.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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-21" "0.3.0" "Urchlay's Utilities" +.TH "UXD" 1 "2024-12-22" "0.3.0" "Urchlay's Utilities" .SH NAME uxd \- UTF-8 hex dumper .SH SYNOPSIS @@ -207,6 +207,10 @@ option also takes the terminal out of UTF\-8 mode before \fBuxd\fP exits, on the theory that you won\(aqt need this option if the terminal is normally running in UTF\-8 mode. If this assumption turns out to be wrong, you can use the \fB\-T\fP option instead. +.UNINDENT +.\" put terminal in utf-8 mode. +. +.INDENT 0.0 .TP .B \-T Same as \fB\-T\fP, but leaves the terminal in UTF\-8 mode on exit. Can be @@ -221,6 +225,10 @@ uxd \-T \-dd .fi .UNINDENT .UNINDENT +.UNINDENT +.\" put terminal in utf-8 mode, and leave it that way on exit. +. +.INDENT 0.0 .TP .B \-u Use uppercase hex digits \fIA\-F\fP\&. Default is lowercase. |