diff --git a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml
index d8b1878b3c..2374ce6f33 100644
--- a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml
@@ -128,14 +128,20 @@
MBR, /boot/boot0
Master Boot Record (MBR)
- The FreeBSD MBR is located in /boot/boot0.
- This is a copy of the MBR, as the real MBR must
- be placed on a special part of the disk, outside the FreeBSD
- area.
+ The MBR installed by FreeBSD's installer and by boot0cfg(8)
+ are based on /boot/boot0. The MBR is the first
+ sector of a disk, outside slices. (The MBR installed by fdisk(8),
+ by default, is based on /boot/mbr; it is
+ similar to the PC-DOS MBR and it boots the slice marked
+ active without prompting the user as the
+ FreeBSD MBR does.)
boot0 is very simple, since the
program in the MBR can only be 512 bytes in
- size. If you have installed the FreeBSD MBR and have installed
+ size.
+ (Actually, it can only be 446 bytes because of the slice
+ table and the 0x55AA identifier at the end of the MBR).
+ If you have installed the FreeBSD MBR and have installed
multiple operating systems on your hard disks then you will see a
display similar to this one at boot time: