diff options
Diffstat (limited to 'atr2xfd.rst')
-rw-r--r-- | atr2xfd.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/atr2xfd.rst b/atr2xfd.rst index fac2ed4..cdf041c 100644 --- a/atr2xfd.rst +++ b/atr2xfd.rst @@ -22,18 +22,19 @@ SYNOPSIS DESCRIPTION =========== -**atr2xfd** strips the 16-byte ATR header from an ATR image. While this +**atr2xfd** strips the 16-byte ATR header from an ATR image. While this could be done with a command like:: dd if=infile.atr outfile.xfd bs=16 skip=1 -...**atr2xfd** first checks that its input is in fact an ATR file, then +...**atr2xfd** first checks that its input is in fact an ATR file, then checks the ATR header and reports any problems it may find. -**atrcheck** performs the same checks as **atr2xfd**, but doesn't actually -write an XFD image. In fact, **atrcheck** is a symbolic link to **atr2xfd**, -which changes its behaviour (simply doesn't write any output) when -called via the link. +**atrcheck** performs the same checks as **atr2xfd**, but doesn't actually +write an XFD image. In fact, **atrcheck** is a symbolic link to **atr2xfd**, +which changes its behaviour (simply doesn't write any output) when +called via the link. **atrcheck** also examines the boot sector of the ATR, +and attempts to detect which Atari DOS is on the image (if any). Neither **atr2xfd** nor **atrcheck** take any options. |