Imported Upstream version 2.10
[debian/cpmtools] / fsed.cpm.1
1 .TH FSED.CPM 1 "July 6, 2009" "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 FILES .\"{{{
30 ${prefix}/share/diskdefs        CP/M disk format definitions
31 .\"}}}
32 .SH AUTHORS \"{{{
33 This program is copyright 1997\(en2008 Michael Haardt
34 <michael@moria.de>.  The Windows port is copyright 2000, 2001 John Elliott
35 <jce@seasip.demon.co.uk>.
36 .PP
37 This program is free software; you can redistribute it and/or modify
38 it under the terms of the GNU General Public License as published by
39 the Free Software Foundation; either version 3 of the License, or
40 (at your option) any later version.
41 .PP
42 This program is distributed in the hope that it will be useful,
43 but WITHOUT ANY WARRANTY; without even the implied warranty of
44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
45 GNU General Public License for more details.
46 .PP
47 You should have received a copy of the GNU General Public License along
48 with this program.  If not, write to the Free Software Foundation, Inc.,
49 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
50 .\"}}}
51 .SH "SEE ALSO" .\"{{{
52 .IR fsck.cpm (1),
53 .IR mkfs.cpm (1),
54 .IR cpmls (1),
55 .IR cpm (5)
56 .\"}}}