diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-26 03:04:15 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-26 03:04:15 -0400 |
commit | 20237e5d762091a78e75aeec3f58092a2738b3ca (patch) | |
tree | 56928af71639418a811a3a1ce81f0d6bb0b7f56f | |
parent | 7579bdadadc75a914e65148bc908190b14addcb5 (diff) | |
download | bw-atari8-tools-20237e5d762091a78e75aeec3f58092a2738b3ca.tar.gz |
blob2xex: tweak doc.
-rw-r--r-- | xexamine.1 | 2 | ||||
-rw-r--r-- | xexamine.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ xexamine [ [\fB\-h\fP] | [ [\fB\-v\fP] [\fB\-d\fP] [\fB\-s\fP \fIsegment\fP] \f \fBxexamine\fP reads Atari 8\-bit executables (.xex files) and prints the following information on each segment in each file: .sp -Segment number (in decimal, first segment is #1). +Segment number within the file (in decimal, first segment is #1). .sp Offset in bytes from the start of the file (in decimal). .sp diff --git a/xexamine.rst b/xexamine.rst index aff53fb..4201ee3 100644 --- a/xexamine.rst +++ b/xexamine.rst @@ -22,7 +22,7 @@ DESCRIPTION **xexamine** reads Atari 8-bit executables (.xex files) and prints the following information on each segment in each file: -Segment number (in decimal, first segment is #1). +Segment number within the file (in decimal, first segment is #1). Offset in bytes from the start of the file (in decimal). |