move to debhelper compat 13, hopefully fixes cross-building
[debian/cpmtools] / cpmrm.1.in
1 .TH CPMRM 1 "@UPDATED@" "CP/M tools" "User commands"
2 .SH NAME \"{{{roff}}}\"{{{
3 cpmrm \- remove files on CP/M disks
4 .\"}}}
5 .SH SYNOPSIS \"{{{
6 .ad l
7 .B cpmrm
8 .RB [ \-f
9 .IR format ]
10 .RB [ \-u ]
11 .I image
12 .I file-pattern
13 \&...
14 .ad b
15 .\"}}}
16 .SH DESCRIPTION \"{{{
17 \fBcpmrm\fP removes files from CP/M disks.
18 .\"}}}
19 .SH OPTIONS \"{{{
20 .IP "\fB\-f\fP \fIformat\fP"
21 Use the given CP/M disk \fIformat\fP instead of the default format.
22 .IP "\fB\-T\fP \fIlibdsk-type\fP"
23 libdsk driver type, e.g. \fBtele\fP for Teledisk images or \fBraw\fP for raw images 
24 (requires building cpmtools with support for libdsk).
25 .IP "\fB\-u\fP"
26 Show all CP/M file names in upper case.
27 .\"}}}
28 .SH "RETURN VALUE" \"{{{
29 Upon successful completion, exit code 0 is returned.
30 .\"}}}
31 .SH ERRORS \"{{{
32 Any errors are indicated by exit code 1.
33 .\"}}}
34 .SH ENVIRONMENT \"{{{
35 CPMTOOLSFMT     Default format
36 .\"}}}
37 .SH FILES \"{{{
38 @DATADIR@/diskdefs      CP/M disk format definitions
39 .\"}}}
40 .SH AUTHORS \"{{{
41 This program is copyright 1997\(en2021 Michael Haardt
42 <michael@moria.de>.  The Windows port is copyright 2000, 2001, 2011 John Elliott
43 <jce@seasip.demon.co.uk>.
44 .PP
45 This program is free software; you can redistribute it and/or modify
46 it under the terms of the GNU General Public License as published by
47 the Free Software Foundation; either version 3 of the License, or
48 (at your option) any later version.
49 .PP
50 This program is distributed in the hope that it will be useful,
51 but WITHOUT ANY WARRANTY; without even the implied warranty of
52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53 GNU General Public License for more details.
54 .PP
55 You should have received a copy of the GNU General Public License along
56 with this program.  If not, write to the Free Software Foundation, Inc.,
57 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
58 .\"}}}
59 .SH "SEE ALSO" \"{{{
60 .IR cpmls (1),
61 .IR cpm (5)
62 .\"}}}