move to debhelper compat level 10
[debian/cpmtools] / fsck.cpm.1.in
index 04f861c5a5b8acde9671719130dfb872066dc993..b27697e38a25359967f3fc7d12d6cccda56b50a2 100644 (file)
@@ -1,5 +1,5 @@
 .TH FSCK.CPM 1 "@UPDATED@" "CP/M tools" "User commands"
-.SH NAME \"{{{roff}}}\"{{{
+.SH NAME ..\"{{{roff}}}\"{{{
 fsck.cpm \- check a CP/M file system
 .\"}}}
 .SH SYNOPSIS .\"{{{
@@ -25,6 +25,9 @@ invalid time stamp mode).  The second pass checks extent connectivity
 .SH OPTIONS .\"{{{
 .IP "\fB\-f\fP \fIformat\fP"
 Use the given CP/M disk \fIformat\fP instead of the default format.
+.IP "\fB\-T\fP \fIlibdsk-type\fP"
+libdsk driver type, e.g. \fBtele\fP for Teledisk images or \fBraw\fP for raw images 
+(requires building cpmtools with support for libdsk).
 .IP "\fB\-n\fP"
 Open the file system read-only and do not repair any errors.
 .\"}}}
@@ -41,11 +44,10 @@ Any errors are indicated by exit code 1.
 CPMTOOLSFMT     Default format
 .\"}}}
 .SH DIAGNOSTICS .\"{{{
-.IP "\fIimage\fP: \fIused\fP/\fItotal\fP files (\fIn\fP.\fIn\fP% 
-non-contiguous), \fIused\fP/\fItotal\fP blocks"
+.IP "\fIimage\fP: \fIused\fP/\fItotal\fP files (\fIn\fP.\fIn\fP% non-contiguos), \fIused\fP/\fItotal\fP blocks"
 No inconsistencies could be found.  The number of used files actually
 is the number of used extents.  Since a file may use more than
-one extent, this may be greater than the actual number of files, but a
+one extent, this may be greather than the actual number of files, but a
 correct measure would not reflect how many files could still be created
 at most.  A file is considered fragmented, if sequential data blocks
 pointed to by the same extent do not have sequential block numbers.