Imported Upstream version 2.10
[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 .I image
11 .I mode
12 .I file-pattern
13 \&...
14 .ad b
15 .\"}}}
16 .SH DESCRIPTION \"{{{
17 \fBCpmchmod\fP changes the file mode for files on CP/M files.
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 "\fImode\fP"
23 Octal file mode, as used in \fIchmod\fP(1).
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 FILES \"{{{
32 @DATADIR@/diskdefs      CP/M disk format definitions
33 .\"}}}
34 .SH AUTHORS \"{{{
35 This program is copyright 1997\(en2008 Michael Haardt
36 <michael@moria.de> and copyright 2000, 2001 John Elliott
37 <jce@seasip.demon.co.uk>.
38 .PP
39 This program is free software; you can redistribute it and/or modify
40 it under the terms of the GNU General Public License as published by
41 the Free Software Foundation; either version 3 of the License, or
42 (at your option) any later version.
43 .PP
44 This program is distributed in the hope that it will be useful,
45 but WITHOUT ANY WARRANTY; without even the implied warranty of
46 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
47 GNU General Public License for more details.
48 .PP
49 You should have received a copy of the GNU General Public License along
50 with this program.  If not, write to the Free Software Foundation, Inc.,
51 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
52 .\"}}}
53 .SH "SEE ALSO" \"{{{
54 .IR cpmls (1),
55 .IR chmod (1),
56 .IR cpm (5)
57 .\"}}}