"-b /boot/mbr" is redundant, /boot/mbr is the default boot code for fdisk(8).

Pointed out by:	ru
This commit is contained in:
Pav Lucistnik 2007-06-07 07:43:04 +00:00
parent 5dfd976f34
commit 448f9bb6c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170396

View File

@ -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 ,