1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
|
Subject: Fix many typos in the documentation
Last-Update: 2010-05-12
--- a/doc/README
b/doc/README
@@ -303,7 303,7 @@
Included utilities:
===================
- 1. floppycontrol. This program sets the various error tresholds
1. floppycontrol. This program sets the various error thresholds
(error reporting, operation abortion, and read track), prints out
drive drive types, and flushes buffers. There is a -h help option.
This program provides examples on how to use the new ioctl's.
--- a/doc/fdrawcmd.1
b/doc/fdrawcmd.1
@@ -81,7 81,7 @@
.in 0.3i
\&\fR\&\f(CWfdrawcmd [\fR\&\f(CWdrive=\fIdrive\fR\&\f(CW] [\fR\&\f(CWrate=\fIrate\fR\&\f(CW]
[\fR\&\f(CWlength=\fIlength\fR\&\f(CW] [\fR\&\f(CWrepeat=\fIrepeat\fR\&\f(CW]
-[\fR\&\f(CWcylinder=\fIphysical-cyl\fR\&\f(CW] \fIcommand\fR\&\f(CW [\fIparamters\fR\&\f(CW \&...] [\fImode\fR\&\f(CW]
[\fR\&\f(CWcylinder=\fIphysical-cyl\fR\&\f(CW] \fIcommand\fR\&\f(CW [\fIparameters\fR\&\f(CW \&...] [\fImode\fR\&\f(CW]
.fi
.in -0.3i
.ft R
@@ -233,12 233,12 @@
Sets the perpendicular mode. Use 0 for normal, 2 for 500kb/s
perpendicular, and 3 for 1 Mb/s perpendicular.
.TP
-\&\fR\&\f(CWseek-out\ \fIdrvsel\ n\fR\&\f(CW\fR\
\&\fR\&\f(CWseek_out\ \fIdrvsel\ n\fR\&\f(CW\fR\
does a relative seek of
\&\fIn\fR
cylinders towards cylinder 0.
.TP
-\&\fR\&\f(CWseek-in\ \ \fIdrvsel\ n\fR\&\f(CW\fR\
\&\fR\&\f(CWseek_in\ \ \fIdrvsel\ n\fR\&\f(CW\fR\
does a relative seek of \fIn\fR cylinders away from cylinder 0.
.PP
.SS Commands\ available\ on\ 82077AA\ and\ later
--- a/doc/fdrawcmd.texi
b/doc/fdrawcmd.texi
@@ -8,7 8,7 @@
@example
@code{fdrawcmd} [@code{drive=}@var{drive}] [@code{rate=}@var{rate}]
[@code{length=}@var{length}] [@code{repeat=}@var{repeat}]
-[@code{cylinder=}@var{physical-cyl}] @var{command} [@var{paramters} @dots{}] [@var{mode}]
[@code{cylinder=}@var{physical-cyl}] @var{command} [@var{parameters} @dots{}] [@var{mode}]
@end example
@code{fdrawcmd}
@@ -158,12 158,12 @@
Sets the perpendicular mode. Use 0 for normal, 2 for 500kb/s
perpendicular, and 3 for 1 Mb/s perpendicular.
-@item seek-out @var{drvsel n}
@item seek_out @var{drvsel n}
does a relative seek of
@var{n}
cylinders towards cylinder 0.
-@item seek-in @var{drvsel n}
@item seek_in @var{drvsel n}
does a relative seek of @var{n} cylinders away from cylinder 0.
@end table
--- a/doc/floppycontrol.1
b/doc/floppycontrol.1
@@ -578,28 578,28 @@
are performed at the next retry. The counter is reset when the read or
write finally terminates, whether successfully or not.
.TP
-\&\fR\&\f(CW-a\ \fIoperation-abort-trshld\fR\&\f(CW\ \fR\
\&\fR\&\f(CW-a\ \fIoperation-abort-threshold\fR\&\f(CW\ \fR\
.TQ
-\&\fR\&\f(CW--abort\ \fI\ operation-abort-trshld\fR\&\f(CW\fR
\&\fR\&\f(CW--abort\ \fI\ operation-abort-threshold\fR\&\f(CW\fR
Tell the floppy driver to stop trying to read/write a sector after
-\&\fIoperation-abort-trshld\fR
\&\fIoperation-abort-threshold\fR
retries, and signal the I/O error to the user.
.TP
-\&\fR\&\f(CW-t\ \fIread-track-trshld\fR\&\f(CW\ \fR\
\&\fR\&\f(CW-t\ \fIread-track-threshold\fR\&\f(CW\ \fR\
.TQ
-\&\fR\&\f(CW--readtrack\ \fI\ read-track-trshld\fR\&\f(CW\fR
\&\fR\&\f(CW--readtrack\ \fI\ read-track-threshold\fR\&\f(CW\fR
Tell the floppy driver to switch from track-reading mode to
sector-at-a-time-mode after
-\&\fIread-track-trshld\fR
\&\fIread-track-threshold\fR
retries.
.TP
-\&\fR\&\f(CW-r\ \fIrecalibrate-trshld\fR\&\f(CW\ \fR\
\&\fR\&\f(CW-r\ \fIrecalibrate-threshold\fR\&\f(CW\ \fR\
.TQ
-\&\fR\&\f(CW--recalibrate\ \fI\ recalibrate-trshld\fR\&\f(CW\fR
\&\fR\&\f(CW--recalibrate\ \fI\ recalibrate-threshold\fR\&\f(CW\fR
Tell the floppy driver to recalibrate the drive after
-\&\fIrecalibrate-trshld\fR retries.
\&\fIrecalibrate-threshold\fR retries.
.TP
-\&\fR\&\f(CW-R\ \fIreset-treshold\fR\&\f(CW\ \fR\
\&\fR\&\f(CW-R\ \fIreset-threshold\fR\&\f(CW\ \fR\
.TQ
\&\fR\&\f(CW--reset\ \fI\ reset-threshold\fR\&\f(CW\fR
Tell the floppy driver to reset the controller after
@@ -607,11 607,11 @@
driver also recalibrates all drives connected to that controller.
.IP
.TP
-\&\fR\&\f(CW-e\ \fIerror-report-trshld\fR\&\f(CW\ \fR\
\&\fR\&\f(CW-e\ \fIerror-report-threshold\fR\&\f(CW\ \fR\
.TQ
-\&\fR\&\f(CW--reporting\ \fI\ error-report-trshld\fR\&\f(CW\fR
\&\fR\&\f(CW--reporting\ \fI\ error-report-threshold\fR\&\f(CW\fR
Tell the floppy driver to start printing error messages to the console
-after \fIerror-report-trshld\fR retries.
after \fIerror-report-threshold\fR retries.
.PP
.SH Write\ error\ reporting
.PP
--- a/doc/floppycontrol.texi
b/doc/floppycontrol.texi
@@ -504,34 504,34 @@
are performed at the next retry. The counter is reset when the read or
write finally terminates, whether successfully or not.
@table @code
-@item -a @var{operation-abort-trshld}
-@itemx --abort @var{ operation-abort-trshld}
@item -a @var{operation-abort-threshold}
@itemx --abort @var{ operation-abort-threshold}
Tell the floppy driver to stop trying to read/write a sector after
-@var{operation-abort-trshld}
@var{operation-abort-threshold}
retries, and signal the I/O error to the user.
-@item -t @var{read-track-trshld}
-@itemx --readtrack @var{ read-track-trshld}
@item -t @var{read-track-threshold}
@itemx --readtrack @var{ read-track-threshold}
Tell the floppy driver to switch from track-reading mode to
sector-at-a-time-mode after
-@var{read-track-trshld}
@var{read-track-threshold}
retries.
-@item -r @var{recalibrate-trshld}
-@itemx --recalibrate @var{ recalibrate-trshld}
@item -r @var{recalibrate-threshold}
@itemx --recalibrate @var{ recalibrate-threshold}
Tell the floppy driver to recalibrate the drive after
-@var{recalibrate-trshld} retries.
@var{recalibrate-threshold} retries.
-@item -R @var{reset-treshold}
@item -R @var{reset-threshold}
@itemx --reset @var{ reset-threshold}
Tell the floppy driver to reset the controller after
@var{reset-threshold} retries. After a controller reset, the floppy
driver also recalibrates all drives connected to that controller.
-@item -e @var{error-report-trshld}
-@itemx --reporting @var{ error-report-trshld}
@item -e @var{error-report-threshold}
@itemx --reporting @var{ error-report-threshold}
Tell the floppy driver to start printing error messages to the console
-after @var{error-report-trshld} retries.
after @var{error-report-threshold} retries.
@end table
--- a/doc/floppymeter.1
b/doc/floppymeter.1
@@ -111,7 111,7 @@
issued many times in a row. During this phase, the number of rotations
til the start of the test, the average time per rotation til the start,
and a sliding average of the times of the last 30 rotations is printed,
-and updated continously.
and updated continuously.
.PP
The data transfer rate is deduced from the two parameters above.
.PP
@@ -149,7 149,7 @@
.TP
\&\fR\&\f(CW-f\fR\
Runs the measurement non interactively. With this option, the program
-doesn't ask for confirmation, and doesn't display the continously
doesn't ask for confirmation, and doesn't display the continuously
updated values during the rotation speed measurement.
.TP
\&\fR\&\f(CW-W\ \fIWindow\fR\&\f(CW\fR\
--- a/doc/floppymeter.texi
b/doc/floppymeter.texi
@@ -33,7 33,7 @@
issued many times in a row. During this phase, the number of rotations
til the start of the test, the average time per rotation til the start,
and a sliding average of the times of the last 30 rotations is printed,
-and updated continously.
and updated continuously.
The data transfer rate is deduced from the two parameters above.
@@ -72,7 72,7 @@
@item -f
Runs the measurement non interactively. With this option, the program
-doesn't ask for confirmation, and doesn't display the continously
doesn't ask for confirmation, and doesn't display the continuously
updated values during the rotation speed measurement.
@item -W @var{Window}
--- a/doc/makefloppies.1
b/doc/makefloppies.1
@@ -1,4 1,4 @@
-.TH makefloppies 1 "03Mar05" fdutils-5.5
.TH makefloppies 8 "03Mar05" fdutils-5.5
.SH Name
MAKEFLOPPIES - Creates the default floppy device nodes.
'\" t
--- a/doc/superformat.1
b/doc/superformat.1
@@ -102,7 102,7 @@
\&\fR\&\f(CWmformat\fR in order to put an MS-DOS filesystem on it. You may
ignore this filesystem, if you don't need it.
.PP
-Supeformat allows to format 2m formats. Be aware, however, that these
Superformat allows to format 2m formats. Be aware, however, that these
\&\fR\&\f(CW2m\fR formats were specifically designed to hold an MS-DOS
filesystem, and that they take advantage of the fact that the MS-DOS
filesystem uses redundant sectors on the first track (the FAT, which is
@@ -293,7 293,7 @@
\&\fR
.PP
-N.B. For simplicitie's sake, this example expresses skews in units of
N.B. For simplicity's sake, this example expresses skews in units of
sectors. In reality, superformat expects the skews to be expressed in
raw bytes.
.PP
--- a/doc/superformat.texi
b/doc/superformat.texi
@@ -24,7 24,7 @@
@code{mformat} in order to put an MS-DOS filesystem on it. You may
ignore this filesystem, if you don't need it.
-Supeformat allows to format 2m formats. Be aware, however, that these
Superformat allows to format 2m formats. Be aware, however, that these
@code{2m} formats were specifically designed to hold an MS-DOS
filesystem, and that they take advantage of the fact that the MS-DOS
filesystem uses redundant sectors on the first track (the FAT, which is
@@ -216,7 216,7 @@
track 2 head 1: 3,4,5,6,1,2 (skew=4)
@end example
-N.B. For simplicitie's sake, this example expresses skews in units of
N.B. For simplicity's sake, this example expresses skews in units of
sectors. In reality, superformat expects the skews to be expressed in
raw bytes.
--- a/doc/utilities.texi
b/doc/utilities.texi
@@ -6,7 6,7 @@
@table @code
@item floppycontrol
-This program sets the various error tresholds (error reporting,
This program sets the various error thresholds (error reporting,
operation abortion, and read track), prints out drive drive types, and
flushes buffers. There is a -h help option.
This program provides examples on how to use the new ioctl's.
|