diff options
author | pav <pav@FreeBSD.org> | 2007-06-07 07:43:04 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-07 07:43:04 +0000 |
commit | cc08ec917e4bcbda40cdf2b00fe869cb3344cb5f (patch) | |
tree | 269af16542b62d3a6bc6b2f55724f23faee5b95f | |
parent | 17678b3f603c53e95f2d983c142238c85cc38d2a (diff) | |
download | FreeBSD-src-cc08ec917e4bcbda40cdf2b00fe869cb3344cb5f.zip FreeBSD-src-cc08ec917e4bcbda40cdf2b00fe869cb3344cb5f.tar.gz |
"-b /boot/mbr" is redundant, /boot/mbr is the default boot code for fdisk(8).
Pointed out by: ru
-rw-r--r-- | usr.sbin/boot0cfg/boot0cfg.8 | 4 |
1 files changed, 2 insertions, 2 deletions
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 , |