From a4cc3ad3504d634e379369862c9f9fd8eed379f3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 16 May 2024 01:43:09 -0400 Subject: Add Jindrich Kubec's tools. --- jindroush/man/acvt.1 | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 jindroush/man/acvt.1 (limited to 'jindroush/man/acvt.1') diff --git a/jindroush/man/acvt.1 b/jindroush/man/acvt.1 new file mode 100644 index 0000000..4336fe7 --- /dev/null +++ b/jindroush/man/acvt.1 @@ -0,0 +1,116 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "ACVT" 1 "2024-05-16" "1.07" "Jindroush's Atari 8-bit tools" +.SH NAME +acvt \- convert between Atari 8-bit disk image formats +.SH SYNOPSIS +.sp +acvt [\fB\-xfd\fP | \fB\-atr\fP | \fB\-scp\fP | \fB\-dcm\fP | \fB\-di\fP] [\fB\-batchmode\fP] [\fB\-autorepair\fP] [\fB\-norepair\fP] [\fB\-errstop\fP] [\fB\-over\fP] [\fB\-test\fP] [\fB\-classic\fP] \fIinput\-file\fP [\fIoutput\-file\fP] +.SH DESCRIPTION +.sp +\fBacvt\fP converts Atari 8\-bit images between various formats. It can +also repair some kinds of problems with broken/corrupted images. +.sp +Supported formats are: +.INDENT 0.0 +.INDENT 3.5 +.INDENT 0.0 +.TP +.B ATR +Originally defined by SIOPC; the modern standard format. +.TP +.B XFD +Originally defined by the XFormer emulator; raw images. +.TP +.B DCM +DiskComm (Disk Communicator) images. +.TP +.B SCP +SpartaDOS SCOPY images. +.TP +.B DI +XL/ST link / XLDJ disk images. +.UNINDENT +.UNINDENT +.UNINDENT +.sp +If no \fIoutput\-file\fP is given, the filename is created automatically by +replacing the filename extension (e.g. \fIfoo.xfd\fP becomes \fIfoo.atr\fP). +.sp +If the output file already exists, it will not be overwritten unless +the \fB\-over\fP option is given. +.sp +If the input file is invalid, \fBacvt\fP may prompt for a repair method. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \fB\-xfd\fP, \fB\-atr\fP, \fB\-scp\fP, \fB\-dcm\fP, \fB\-di\fP +Output disk image format. Default is \fB\-atr\fP\&. +.TP +.B \fB\-batchmode\fP +Multi\-file processing mode. Only input files are specified on command\-line. +Regular expressions are allowed. Output filenames are created automatically. +.TP +.B \fB\-autorepair\fP +Automatically determines the best repair method (rather than prompting). +.TP +.B \fB\-norepair\fP +Doesn\(aqt ask for repair options and considers input file invalid if it needs repair. +.TP +.B \fB\-errstop\fP +In batch mode, exits on the first error encountered. +.TP +.B \fB\-over\fP +Overwrites existing files. +.TP +.B \fB\-test\fP +Load input images and display their state, but do not write output. +.TP +.B \fB\-classic\fP +Force output to be one of the classic Atari disk sizes (90K, 128K, 180K). +.UNINDENT +.SH COPYRIGHT +.sp +This utility is released under the GNU General Public License. +.SH AUTHORS +.sp +This utility was written by Jindrich Kubec, AKA Jindroush. +.sp +This page was written by B. Watson <\fI\%urchlay@slackware.uk\fP>. +.SH SEE ALSO +.sp +\fBacvt\fP(1), +\fBaext\fP(1), +\fBbas2boot\fP(1), +\fBchkbas\fP(1), +\fBchkexe\fP(1), +\fBchkrom\fP(1). +.\" Generated by docutils manpage writer. +. -- cgit v1.2.3