585d495d2c32ececb8cb8f84a96a7b11bf8e3ae4
[debian/cpmtools] / debian / patches / man-page-typos.diff
1 diff --git a/fsck.cpm.1.in b/fsck.cpm.1.in
2 index b27697e..a183cf8 100644
3 --- a/fsck.cpm.1.in
4 +++ b/fsck.cpm.1.in
5 @@ -1,8 +1,8 @@
6  .TH FSCK.CPM 1 "@UPDATED@" "CP/M tools" "User commands"
7 -.SH NAME ..\"{{{roff}}}\"{{{
8 +.SH NAME \"{{{roff}}}\"{{{
9  fsck.cpm \- check a CP/M file system
10  .\"}}}
11 -.SH SYNOPSIS .\"{{{
12 +.SH SYNOPSIS \"{{{
13  .ad l
14  .B fsck.cpm
15  .RB [ \-f
16 @@ -11,7 +11,7 @@ fsck.cpm \- check a CP/M file system
17  .I image
18  .ad b
19  .\"}}}
20 -.SH DESCRIPTION .\"{{{
21 +.SH DESCRIPTION \"{{{
22  \fBfsck.cpm\fP is used to check and repair a CP/M file system.  After
23  reading the directory, it makes two passes.  The first pass checks extent
24  fields for range and format violations (bad status, extent number, last
25 @@ -22,7 +22,7 @@ invalid time stamp mode).  The second pass checks extent connectivity
26  .P
27  \fBfsck.cpm\fP can not yet repair all errors.
28  .\"}}}
29 -.SH OPTIONS .\"{{{
30 +.SH OPTIONS \"{{{
31  .IP "\fB\-f\fP \fIformat\fP"
32  Use the given CP/M disk \fIformat\fP instead of the default format.
33  .IP "\fB\-T\fP \fIlibdsk-type\fP"
34 @@ -31,19 +31,19 @@ libdsk driver type, e.g. \fBtele\fP for Teledisk images or \fBraw\fP for raw ima
35  .IP "\fB\-n\fP"
36  Open the file system read-only and do not repair any errors.
37  .\"}}}
38 -.SH "RETURN VALUE" .\"{{{
39 +.SH "RETURN VALUE" \"{{{
40  Upon successful completion, exit code 0 is returned.
41  .\"}}}
42 -.SH ERRORS .\"{{{
43 +.SH ERRORS \"{{{
44  Any errors are indicated by exit code 1.
45  .\"}}}
46 -.SH FILES .\"{{{
47 +.SH FILES \"{{{
48  @DATADIR@/diskdefs     CP/M disk format definitions
49  .\"}}}
50  .SH ENVIRONMENT \"{{{
51  CPMTOOLSFMT     Default format
52  .\"}}}
53 -.SH DIAGNOSTICS .\"{{{
54 +.SH DIAGNOSTICS \"{{{
55  .IP "\fIimage\fP: \fIused\fP/\fItotal\fP files (\fIn\fP.\fIn\fP% non-contiguos), \fIused\fP/\fItotal\fP blocks"
56  No inconsistencies could be found.  The number of used files actually
57  is the number of used extents.  Since a file may use more than
58 @@ -54,7 +54,7 @@ pointed to by the same extent do not have sequential block numbers.
59  The number of used blocks includes the blocks used for system tracks
60  and the directory.
61  .\"}}}
62 -.SH AUTHORS .\"{{{
63 +.SH AUTHORS \"{{{
64  This program is copyright 1997\(en2012 Michael Haardt
65  <michael@moria.de>.  The Windows port is copyright 2000, 2001, 2011 John Elliott
66  <jce@seasip.demon.co.uk>.
67 @@ -73,7 +73,7 @@ You should have received a copy of the GNU General Public License along
68  with this program.  If not, write to the Free Software Foundation, Inc.,
69  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
70  .\"}}}
71 -.SH "SEE ALSO" .\"{{{
72 +.SH "SEE ALSO" \"{{{
73  .IR fsck (8),
74  .IR mkfs.cpm (1),
75  .IR cpm (5)
76 diff --git a/fsed.cpm.1.in b/fsed.cpm.1.in
77 index 1520be2..6c9fde7 100644
78 --- a/fsed.cpm.1.in
79 +++ b/fsed.cpm.1.in
80 @@ -1,8 +1,8 @@
81  .TH FSED.CPM 1 "@UPDATED@" "CP/M tools" "User commands"
82 -.SH NAME ..\"{{{roff}}}\"{{{
83 +.SH NAME \"{{{roff}}}\"{{{
84  fsed.cpm \- edit a CP/M file system
85  .\"}}}
86 -.SH SYNOPSIS .\"{{{
87 +.SH SYNOPSIS \"{{{
88  .ad l
89  .B fsed.cpm
90  .RB [ \-f
91 @@ -10,29 +10,29 @@ fsed.cpm \- edit a CP/M file system
92  .I image
93  .ad b
94  .\"}}}
95 -.SH DESCRIPTION .\"{{{
96 +.SH DESCRIPTION \"{{{
97  \fBfsed.cpm\fP edits a CP/M file system on an image file or device.
98  It knows about the system, directory and data area, using sector skew on
99  the last two.  Directory entries are decoded.  The interactive usage is
100  self-explanatory.
101  .\"}}}
102 -.SH OPTIONS .\"{{{
103 +.SH OPTIONS \"{{{
104  .IP "\fB\-f\fP \fIformat\fP"
105  Use the given CP/M disk \fIformat\fP instead of the default format.
106  .IP "\fB\-T\fP \fIlibdsk-type\fP"
107  libdsk driver type, e.g. \fBtele\fP for Teledisk images or \fBraw\fP for raw images 
108  (requires building cpmtools with support for libdsk).
109  .\"}}}
110 -.SH "RETURN VALUE" .\"{{{
111 +.SH "RETURN VALUE" \"{{{
112  Upon successful completion, exit code 0 is returned.
113  .\"}}}
114 -.SH ERRORS .\"{{{
115 +.SH ERRORS \"{{{
116  Any errors are indicated by exit code 1.
117  .\"}}}
118  .SH ENVIRONMENT \"{{{
119  CPMTOOLSFMT     Default format
120  .\"}}}
121 -.SH FILES .\"{{{
122 +.SH FILES \"{{{
123  @DATADIR@/diskdefs     CP/M disk format definitions
124  .\"}}}
125  .SH AUTHORS \"{{{
126 @@ -54,7 +54,7 @@ You should have received a copy of the GNU General Public License along
127  with this program.  If not, write to the Free Software Foundation, Inc.,
128  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
129  .\"}}}
130 -.SH "SEE ALSO" .\"{{{
131 +.SH "SEE ALSO" \"{{{
132  .IR fsck.cpm (1),
133  .IR mkfs.cpm (1),
134  .IR cpmls (1),