diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
index 40920ae8ae..f964e3f60b 100644
--- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
@@ -6197,7 +6197,7 @@ BUSY
Confirm that both computers have a kernel with &man.lpt.4; driver
support.
- &prompt.root; dmesg | grep lp
+ &prompt.root; grep lp /var/run/dmesg.boot
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven
lp0: TCP/IP capable interface
diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml
index e1de7fdc0c..29a04edaf3 100644
--- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml
@@ -487,7 +487,7 @@ cpu I686_CPU
sure whether you should use I586_CPU or
I686_CPU), however, for a custom kernel, it is
best to specify only the CPU you have. If you are unsure of your
- CPU type, you can use the &man.dmesg.8; command to view your boot
+ CPU type, you can check the /var/run/dmesg.boot file to view your boot
up messages.
In FreeBSD 5.0, support for I386_CPU
diff --git a/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml b/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
index cde6c9f814..8e09d0b275 100644
--- a/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
@@ -291,10 +291,10 @@ device csa
Creating and Testing the Device Nodes
device nodes
- After you reboot, log in and run dmesg | grep
- pcm as shown below:
+ After you reboot, log in and check for the device in the
+ /var/run/dmesg.boot file, as shown below:
- &prompt.root; dmesg | grep pcm
+ &prompt.root; grep pcm /var/run/dmesg.boot
pcm0: <SB16 DSP 4.11> on sbc0
The output from your system may look different. If no
diff --git a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
index eb0b8e9f67..bfe87af213 100644
--- a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
@@ -469,7 +469,7 @@
To find out if the kernel you are currently using supports
a serial interface, type:
- &prompt.root; dmesg | grep sioN
+ &prompt.root; grep sioN /var/run/dmesg.boot
Where N is the number of the
serial port, starting from zero. If you see output similar to
@@ -483,7 +483,7 @@ sio2: type 16550A
To find out if the kernel supports a parallel interface,
type:
- &prompt.root; dmesg | grep ppcN
+ &prompt.root; grep ppcN /var/run/dmesg.boot
Where N is the number of the
parallel port, starting from zero. If you see output similar