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