fdisk(8): document the default for -b, add xref to boot0cfg(8).

boot0cfg(8): add FILES section.

Reviewed by:	rnordier
This commit is contained in:
Ruslan Ermilov 2001-07-18 07:12:46 +00:00
parent 19c6fd1aee
commit 504dd5eab0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79850
3 changed files with 13 additions and 0 deletions

View File

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

View File

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

View File

@ -140,6 +140,13 @@ Set the timeout value to
.Ar ticks .
(There are approximately 18.2 ticks per second.)
.El
.Sh FILES
.Bl -tag -width /boot/boot0 -compact
.It Pa /boot/boot0
The default
.Sq boot0
image
.El
.Sh SEE ALSO
.Xr boot 8 ,
.Xr fdisk 8