diff --git a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml
index 0e271e90d8..333013074c 100644
--- a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml
@@ -595,55 +595,55 @@ boot:
Stage 3 boot loader prompt. Variables can be added using
set, removed with unset, and viewed
with the show commands. Variables set in the
- device.hints file can be overridden here also. Device hints entered at
+ /boot/device.hints file can be overridden here also. Device hints entered at
the boot loader are not permanent and will be forgotten on the next
reboot.
Once the system is booted, the &man.kenv.1; command can be used to
dump all of the variables.
- The syntax for the device.hints file is one variable per line, using
+ The syntax for the /boot/device.hints file is one variable per line, using
the standard hash #
as comment markers. Lines are
constructed as follows:
- hint.driver.unit.keyword="value"
+ hint.driver.unit.keyword="value"
The syntax for the Stage 3 boot loader is:
- set hint.driver.unit.keyword=value
+ set hint.driver.unit.keyword=value
- driver
is the device driver name, unit
- is the device driver unit number, and keyword
is the hint
+ driver is the device driver name, unit
+ is the device driver unit number, and keyword is the hint
keyword. The keyword may consist of the following options:
- at: specifies the bus which the device is attached to.
+ at: specifies the bus which the device is attached to.
- port: specifies the start address of the I/O
+ port: specifies the start address of the I/O
to be used.
- irq: specifies the interrupt request number to be used.
+ irq: specifies the interrupt request number to be used.
- drq: specifies the DMA channel number.
+ drq: specifies the DMA channel number.
- maddr: specifies the physical memory address occupied by the
+ maddr: specifies the physical memory address occupied by the
device.
- flags: sets various flag bits for the device.
+ flags: sets various flag bits for the device.
- disabled: if set to 1
the device is disabled.
+ disabled: if set to 1 the device is disabled.