diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-25 02:23:24 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-25 02:23:24 -0400 |
commit | 6ff31c1205b46448918ee4e0f10b38ad4cc6746e (patch) | |
tree | f8030eaf0e83ba7424e0212e6d58d9d1d716d2db | |
parent | 4472fecc92ccf8ec327a8047080a1b9f80b1ac44 (diff) | |
download | bw-atari8-tools-6ff31c1205b46448918ee4e0f10b38ad4cc6746e.tar.gz |
blob2xex: tweak doc.
-rw-r--r-- | blob2xex.1 | 2 | ||||
-rw-r--r-- | blob2xex.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -88,7 +88,7 @@ Default is no init address. .TP .B \-o \fIoffset\fP Optional; skip this many bytes of the next input file. Default is \fB0\fP\&. -See the \fBComplex Example\fP below. +See the \fBMore Complex Example\fP below. .TP .B \-s \fIsize\fP Optional; read this many bytes of the next input file. Default is the entire file, diff --git a/blob2xex.rst b/blob2xex.rst index af6a220..125772c 100644 --- a/blob2xex.rst +++ b/blob2xex.rst @@ -69,7 +69,7 @@ not **-l0x2000**. -o *offset* Optional; skip this many bytes of the next input file. Default is **0**. - See the **Complex Example** below. + See the **More Complex Example** below. -s *size* Optional; read this many bytes of the next input file. Default is the entire file, |