diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index b6f1ad8eda54..5c2fa572d753 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -57,6 +57,8 @@ is given. .It Fl b Ar bootcode Get the boot code from the file .Ar bootcode . +Default is +.Pa /boot/mbr . .It Fl B Reinitialize the boot code contained in sector 0 of the disk. Ignored if @@ -410,6 +412,7 @@ a 1 The default boot code .El .Sh SEE ALSO +.Xr boot0cfg 8 , .Xr disklabel 8 .Sh BUGS The default boot code will not necessarily handle all partition types diff --git a/sbin/i386/fdisk/fdisk.8 b/sbin/i386/fdisk/fdisk.8 index b6f1ad8eda54..5c2fa572d753 100644 --- a/sbin/i386/fdisk/fdisk.8 +++ b/sbin/i386/fdisk/fdisk.8 @@ -57,6 +57,8 @@ is given. .It Fl b Ar bootcode Get the boot code from the file .Ar bootcode . +Default is +.Pa /boot/mbr . .It Fl B Reinitialize the boot code contained in sector 0 of the disk. Ignored if @@ -410,6 +412,7 @@ a 1 The default boot code .El .Sh SEE ALSO +.Xr boot0cfg 8 , .Xr disklabel 8 .Sh BUGS The default boot code will not necessarily handle all partition types diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index be2127a8d0e8..423e362f5021 100644 --- a/usr.sbin/boot0cfg/boot0cfg.8 +++ b/usr.sbin/boot0cfg/boot0cfg.8 @@ -140,6 +140,13 @@ Set the timeout value to .Ar ticks . (There are approximately 18.2 ticks per second.) .El +.Sh FILES +.Bl -tag -width /boot/boot0 -compact +.It Pa /boot/boot0 +The default +.Sq boot0 +image +.El .Sh SEE ALSO .Xr boot 8 , .Xr fdisk 8