diff options
-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 =========== |