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