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
|
Fix manpage errors
--- a/comedi-calibrate/man/comedi_calibrate.8
+++ b/comedi-calibrate/man/comedi_calibrate.8
@@ -19,7 +19,7 @@
will not perform a new calibration by default. It will
simply read its calibration information from the file.
This behaviour
-may be overriden with the
+may be overridden with the
.B \-\-calibrate
option, to force a new calibration to be performed.
@@ -65,7 +65,8 @@
Perform a fresh calibration and save results to default location.
.TP
-.BI comedi_calibrate\ \-\-no\-calibrate\ \-\-subdevice\ subd\ \-\-range\ range\ \-\-save\-file\ cal_file
+.BI comedi_calibrate\ \-\-no\-calibrate\ \-\-subdevice\ subd\
+.BI \-\-range\ range\ \-\-save\-file\ cal_file
Apply calibration for subdevice \fIsubd\fR, range \fIrange\fR, using
the settings in the calibration file \fIcal_file\fR.
--- a/man/comedi_config.8
+++ b/man/comedi_config.8
@@ -24,7 +24,7 @@
\fBcomedi_config\fR can be used with optional
parameters which are driver dependent. Parameters are
specified by comma-delimited list of integers. The integers
-may be expressed as decimal, hexidecimal (starting with 0x)
+may be expressed as decimal, hexadecimal (starting with 0x)
or octal (stating with 0). In addition, a parameter may be
left blank, indicating 0. PCI-based devices typically
require no parameters, although some allow you to specify
|