diff options
| -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). | 
