From cc08ec917e4bcbda40cdf2b00fe869cb3344cb5f Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 7 Jun 2007 07:43:04 +0000 Subject: "-b /boot/mbr" is redundant, /boot/mbr is the default boot code for fdisk(8). Pointed out by: ru --- usr.sbin/boot0cfg/boot0cfg.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/boot0cfg') diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index b41f88e..0b0b4f2 100644 --- a/usr.sbin/boot0cfg/boot0cfg.8 +++ b/usr.sbin/boot0cfg/boot0cfg.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 6, 2007 +.Dd June 7, 2007 .Dt BOOT0CFG 8 .Os .Sh NAME @@ -168,7 +168,7 @@ To go back to non-interactive booting, use .Xr fdisk 8 to install the default MBR: .Pp -.Dl "fdisk -B -b /boot/mbr ad0" +.Dl "fdisk -B ad0" .Pp .Sh SEE ALSO .Xr geom 4 , -- cgit v1.1