diff options
author | ru <ru@FreeBSD.org> | 2001-07-18 07:12:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-18 07:12:46 +0000 |
commit | 7d127eaced7524088775402fbd5b319c9fd2d4b9 (patch) | |
tree | c255d92ff0c46a1de3ee8537c3ec3917e13a7459 /sbin/i386 | |
parent | 075b954dd256aa10c67c703d7e816b3a35f35e1c (diff) | |
download | FreeBSD-src-7d127eaced7524088775402fbd5b319c9fd2d4b9.zip FreeBSD-src-7d127eaced7524088775402fbd5b319c9fd2d4b9.tar.gz |
fdisk(8): document the default for -b, add xref to boot0cfg(8).
boot0cfg(8): add FILES section.
Reviewed by: rnordier
Diffstat (limited to 'sbin/i386')
-rw-r--r-- | sbin/i386/fdisk/fdisk.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/i386/fdisk/fdisk.8 b/sbin/i386/fdisk/fdisk.8 index b6f1ad8..5c2fa57 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 |