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