aboutsummaryrefslogtreecommitdiffstats
path: root/man7/bootparam.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-25 20:50:22 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-25 20:50:22 +0000
commite2badfdf26d0b8abe13b091a3d45be0c10392ffd (patch)
treeb6d668e9f82feb36f51d1438dda8e336788f258d /man7/bootparam.7
parent5b55dde28152c04899dff63b72964675272afa8f (diff)
downloadman-pages-e2badfdf26d0b8abe13b091a3d45be0c10392ffd.tar.gz
Hyphenation fixes
Diffstat (limited to 'man7/bootparam.7')
-rw-r--r--man7/bootparam.712
1 files changed, 6 insertions, 6 deletions
diff --git a/man7/bootparam.7 b/man7/bootparam.7
index 50c9e0239b..b779125c7b 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -761,10 +761,10 @@ For details, see
.B "IDE Disk/CD-ROM Driver Parameters"
The IDE driver accepts a number of parameters, which range from disk
geometry specifications, to support for broken controller chips.
-Drive specific options are specified by using 'hdX=' with X in 'a'-'h'.
+Drive-specific options are specified by using 'hdX=' with X in 'a'-'h'.
-Non-drive specific options are specified with the prefix 'hd='.
-Note that using a drive specific prefix for a non-drive specific option
+Non-drive-specific options are specified with the prefix 'hd='.
+Note that using a drive-specific prefix for a non-drive-specific option
will still work, and the option will just be applied as expected.
Also note that 'hd=' can be used to refer to the next unspecified
@@ -786,7 +786,7 @@ The write precompensation value
is ignored for IDE disks.
The IRQ value specified will be the IRQ
used for the interface that the drive resides on, and is not really a
-drive specific parameter.
+drive-specific parameter.
.TP
.B "The 'hd=serialize' option"
The dual IDE interface CMD-640 chip is broken as designed such that
@@ -798,7 +798,7 @@ used at the same time.
.TP
.B "The 'hd=dtc2278' option"
This option tells the driver that you have a DTC-2278D IDE interface.
-The driver then tries to do DTC specific operations to enable the
+The driver then tries to do DTC-specific operations to enable the
second interface and to enable faster transfer modes.
.TP
.B "The 'hd=noprobe' option"
@@ -1030,7 +1030,7 @@ Note that the values of zero for the IRQ and I/O base in the above
example tell the driver(s) to autoprobe.
The Ethernet-HowTo has extensive documentation on using multiple
-cards and on the card/driver specific implementation
+cards and on the card/driver-specific implementation
of the param_n values where used.
Interested readers should refer to
the section in that document on their particular card.