From 504dd5eab0df4f7ceb7a8f6e5b58ddac78d19634 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 18 Jul 2001 07:12:46 +0000 Subject: [PATCH] fdisk(8): document the default for -b, add xref to boot0cfg(8). boot0cfg(8): add FILES section. Reviewed by: rnordier --- sbin/fdisk/fdisk.8 | 3 +++ sbin/i386/fdisk/fdisk.8 | 3 +++ usr.sbin/boot0cfg/boot0cfg.8 | 7 +++++++ 3 files changed, 13 insertions(+) diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index b6f1ad8eda5..5c2fa572d75 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 b6f1ad8eda5..5c2fa572d75 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 be2127a8d0e..423e362f502 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