aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/boot0cfg
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-06-07 07:43:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-06-07 07:43:04 +0000
commit448f9bb6c11b7874f5ef3e0be6df9b9352c76860 (patch)
tree269af16542b62d3a6bc6b2f55724f23faee5b95f /usr.sbin/boot0cfg
parent5dfd976f34a885278c0f31da79dc7ef72da053b5 (diff)
downloadsrc-448f9bb6c11b7874f5ef3e0be6df9b9352c76860.tar.gz
src-448f9bb6c11b7874f5ef3e0be6df9b9352c76860.zip
"-b /boot/mbr" is redundant, /boot/mbr is the default boot code for fdisk(8).
Pointed out by: ru
Notes
Notes: svn path=/head/; revision=170396
Diffstat (limited to 'usr.sbin/boot0cfg')
-rw-r--r--usr.sbin/boot0cfg/boot0cfg.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8
index b41f88e5e831..0b0b4f2fb7d2 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 ,