From 9e30d05957cef3e621240886746574a35900abf9 Mon Sep 17 00:00:00 2001
From: "B. Watson" <urchlay@slackware.uk>
Date: Sun, 15 Dec 2024 05:08:42 -0500
Subject: man page nitpick

---
 uxd.1   | 5 +++--
 uxd.rst | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/uxd.1 b/uxd.1
index 67c1881..ee2e88e 100644
--- a/uxd.1
+++ b/uxd.1
@@ -96,8 +96,9 @@ output. Ignored if \fB\-m\fP given.
 .BI \-s \ pos
 Seek in input before starting to dump. \fIpos\fP is bytes, not
 characters. Positive \fIpos\fP means seek from the start of the
-input. Negative \fIpos\fP only works on files (not standard input); it
-means seek backward from EOF.
+input. Negative \fIpos\fP only works on files (not standard input);
+it means seek backward from EOF. Can be given in decimal, hex (with
+\fI0x\fP prefix), or octal (with \fI0\fP prefix).
 .TP
 .BI \-S \ pos
 Same as \fB\-s\fP, but file offsets start at 0 rather than the
diff --git a/uxd.rst b/uxd.rst
index c4e06be..8a06eab 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -85,8 +85,9 @@ over the environment.
 -s pos
   Seek in input before starting to dump. *pos* is bytes, not
   characters. Positive *pos* means seek from the start of the
-  input. Negative *pos* only works on files (not standard input); it
-  means seek backward from EOF.
+  input. Negative *pos* only works on files (not standard input);
+  it means seek backward from EOF. Can be given in decimal, hex (with
+  *0x* prefix), or octal (with *0* prefix).
 
 -S pos
   Same as **-s**, but file offsets start at 0 rather than the
-- 
cgit v1.2.3