aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uxd.16
-rw-r--r--uxd.rst4
2 files changed, 5 insertions, 5 deletions
diff --git a/uxd.1 b/uxd.1
index d4917fd..86d186c 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-23" "0.3.0" "Urchlay's Utilities"
+.TH "UXD" 1 "2024-12-24" "0.3.0" "Urchlay's Utilities"
.SH NAME
uxd \- UTF-8 hex dumper
.SH SYNOPSIS
@@ -352,10 +352,10 @@ it, it will be a dash (so there\(aqll be two dashes: \fBc3\-\-b1\fP).
.sp
Since the output lines are always 16 hex bytes, multibyte characters
can span two lines. When this happens, the character itself will be
-printed on the first line, along with the first byte(s) on hex. The
+printed on the first line, along with the first byte(s) in hex. The
last hex byte will be followed by a dash, and the next line of hex
dump will have the remaining bytes (in the same color as the first
-bytes and character). This sounds complicated, but it\(aqs easy to
+byte(s) and character). This sounds complicated, but it\(aqs easy to
understand once you see it a few times.
.SH EXAMPLE
.sp
diff --git a/uxd.rst b/uxd.rst
index 0c95d31..65302c8 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -258,10 +258,10 @@ it, it will be a dash (so there'll be two dashes: **c3--b1**).
Since the output lines are always 16 hex bytes, multibyte characters
can span two lines. When this happens, the character itself will be
-printed on the first line, along with the first byte(s) on hex. The
+printed on the first line, along with the first byte(s) in hex. The
last hex byte will be followed by a dash, and the next line of hex
dump will have the remaining bytes (in the same color as the first
-bytes and character). This sounds complicated, but it's easy to
+byte(s) and character). This sounds complicated, but it's easy to
understand once you see it a few times.
EXAMPLE