From 1f10767c83fb70731e3cf1b4aeae3c1beb8f356b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 Jun 2024 02:01:43 -0400 Subject: docs: move "General Options" to genopts.rst, include it where needed. --- dumpbas.1 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'dumpbas.1') diff --git a/dumpbas.1 b/dumpbas.1 index 1471885..2b7f115 100644 --- a/dumpbas.1 +++ b/dumpbas.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 "DUMPBAS" 1 "2024-06-16" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "DUMPBAS" 1 "2024-06-18" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME dumpbas \- Formatted hexdump for tokenized Atari 8-bit BASIC files .SH SYNOPSIS @@ -50,6 +50,18 @@ It\(aqs assumed the user has at least some knowledge of BASIC\(aqs tokenized SAVE format. The \fBAtari BASIC Sourcebook\fP is a good starting point for learning the tokenized format. .SH OPTIONS +.SS Dump Options +.INDENT 0.0 +.TP +.B \fB\-s\fP \fIstart\-lineno\fP +Don\(aqt dump lines before \fBstart\-lineno\fP\&. Default: \fI0\fP\&. +.TP +.B \fB\-e\fP \fIend\-lineno\fP +Don\(aqt dump lines after \fBstart\-lineno\fP\&. Default: \fI32768\fP\&. +.TP +.B \fB\-l\fP \fIlineno\fP +Only dump one line. This is exactly equivalent to "\fB\-s\fP \fIlineno\fP \fB\-e\fP \fIlineno\fP". +.UNINDENT .SS General Options .INDENT 0.0 .TP @@ -63,18 +75,6 @@ Print version number and exit. Verbose operation. When displaying a number in verbose mode, it will be prefixed with \fI$\fP if it\(aqs in hex, or no prefix for decimal. .UNINDENT -.SS Dump Options -.INDENT 0.0 -.TP -.B \fB\-s\fP \fIstart\-lineno\fP -Don\(aqt dump lines before \fBstart\-lineno\fP\&. Default: \fI0\fP\&. -.TP -.B \fB\-e\fP \fIend\-lineno\fP -Don\(aqt dump lines after \fBstart\-lineno\fP\&. Default: \fI32768\fP\&. -.TP -.B \fB\-l\fP \fIlineno\fP -Only dump one line. This is exactly equivalent to "\fB\-s\fP \fIlineno\fP \fB\-e\fP \fIlineno\fP". -.UNINDENT .SH FORMATTING .sp Every byte in the file is displayed in hex. However, they are grouped by line -- cgit v1.2.3