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