aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-21 23:33:35 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-21 23:33:35 -0500
commit70bf4098549604af57b09b6f4746ccebf894ae12 (patch)
tree523c40ec250d0a938adec338e20174fbcc829bef
parent5d69bce7bc5b49feee40ab49e64bde908e5eb82f (diff)
downloaduxd-70bf4098549604af57b09b6f4746ccebf894ae12.tar.gz
update man page
-rw-r--r--uxd.14
-rw-r--r--uxd.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/uxd.1 b/uxd.1
index 39c6fd3..1d78e6c 100644
--- a/uxd.1
+++ b/uxd.1
@@ -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
diff --git a/uxd.rst b/uxd.rst
index 6823a65..ca19c9a 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -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
===========