diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-21 23:33:35 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-21 23:33:35 -0500 |
commit | 70bf4098549604af57b09b6f4746ccebf894ae12 (patch) | |
tree | 523c40ec250d0a938adec338e20174fbcc829bef | |
parent | 5d69bce7bc5b49feee40ab49e64bde908e5eb82f (diff) | |
download | uxd-70bf4098549604af57b09b6f4746ccebf894ae12.tar.gz |
update man page
-rw-r--r-- | uxd.1 | 4 | ||||
-rw-r--r-- | uxd.rst | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -32,7 +32,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] uxd \- UTF-8 hex dumper .SH SYNOPSIS .sp -uxd [\fB\-n\fP] [\fB\-c\fP \fIcolors\fP] [\fB\-l\fP \fIlength\fP] [\fB\-o\fP \fIoffset\fP] [[\fB\-s\fP | \fB\-S\fP] \fIseekpos\fP] [\-[\fBbchimnruv\fP] [\fIfile\fP | \fI\-\fP] +uxd [\fB\-n\fP] [\fB\-c\fP \fIcolors\fP] [\fB\-d\fP \fIdata\fP] [\fB\-l\fP \fIlength\fP] [\fB\-o\fP \fIoffset\fP] [[\fB\-s\fP | \fB\-S\fP] \fIseekpos\fP] [\-[\fB1bchijmnprtTuvw\fP] ...] [\fIfile\fP | \fI\-\fP] .SH DESCRIPTION .sp \fBuxd\fP is a hex dump utility that\(aqs aware of UTF\-8 multibyte sequence @@ -245,7 +245,7 @@ purple and not counted as errors. .SH OUTPUT FORMAT .sp The output is designed to fit in an 80\-column terminal. -HTML output, you might have a look at \fBaha\fP(1). +If you want HTML output, you might have a look at \fBaha\fP(1). .sp Each line of output consists of eighteen columns: the offset from the start of the file (in hex; minimum 4 digits), 16 bytes of hex @@ -18,7 +18,7 @@ UTF-8 hex dumper SYNOPSIS ======== -uxd [**-n**] [**-c** *colors*] [**-l** *length*] [**-o** *offset*] [[**-s** | **-S**] *seekpos*] [-[**bchimnruv**] [*file* | *-*] +uxd [**-n**] [**-c** *colors*] [**-d** *data*] [**-l** *length*] [**-o** *offset*] [[**-s** | **-S**] *seekpos*] [-[**1bchijmnprtTuvw**] ...] [*file* | *-*] DESCRIPTION =========== |