Imported Upstream version 2.17
[debian/cpmtools] / fsed.cpm.1
1 .TH FSED.CPM 1 "November 16, 2013" "CP/M tools" "User commands"
2 .SH NAME ..\"{{{roff}}}\"{{{
3 fsed.cpm \- edit a CP/M file system
4 .\"}}}
5 .SH SYNOPSIS .\"{{{
6 .ad l
7 .B fsed.cpm
8 .RB [ \-f
9 .IR format ]
10 .I image
11 .ad b
12 .\"}}}
13 .SH DESCRIPTION .\"{{{
14 \fBfsed.cpm\fP edits a CP/M file system on an image file or device.
15 It knows about the system, directory and data area, using sector skew on
16 the last two.  Directory entries are decoded.  The interactive usage is
17 self-explanatory.
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 .\"}}}
23 .SH "RETURN VALUE" .\"{{{
24 Upon successful completion, exit code 0 is returned.
25 .\"}}}
26 .SH ERRORS .\"{{{
27 Any errors are indicated by exit code 1.
28 .\"}}}
29 .SH ENVIRONMENT \"{{{
30 CPMTOOLSFMT     Default format
31 .\"}}}
32 .SH FILES .\"{{{
33 ${prefix}/share/diskdefs        CP/M disk format definitions
34 .\"}}}
35 .SH AUTHORS \"{{{
36 This program is copyright 1997\(en2012 Michael Haardt
37 <michael@moria.de>.  The Windows port is copyright 2000, 2001, 2011 John Elliott
38 <jce@seasip.demon.co.uk>.
39 .PP
40 This program is free software; you can redistribute it and/or modify
41 it under the terms of the GNU General Public License as published by
42 the Free Software Foundation; either version 3 of the License, or
43 (at your option) any later version.
44 .PP
45 This program is distributed in the hope that it will be useful,
46 but WITHOUT ANY WARRANTY; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
48 GNU General Public License for more details.
49 .PP
50 You should have received a copy of the GNU General Public License along
51 with this program.  If not, write to the Free Software Foundation, Inc.,
52 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
53 .\"}}}
54 .SH "SEE ALSO" .\"{{{
55 .IR fsck.cpm (1),
56 .IR mkfs.cpm (1),
57 .IR cpmls (1),
58 .IR cpm (5)
59 .\"}}}