summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorwblock <wblock@FreeBSD.org>2013-07-03 18:53:36 +0000
committerwblock <wblock@FreeBSD.org>2013-07-03 18:53:36 +0000
commit35542a4c337c245a9c93ae6df6514fc258686280 (patch)
tree83563dae6e509a5e9d91add9c4f93b8301c5743c /sys/boot
parentbaf8a88746569d1147d09bb07e3b8dc8a1efd30a (diff)
downloadFreeBSD-src-35542a4c337c245a9c93ae6df6514fc258686280.zip
FreeBSD-src-35542a4c337c245a9c93ae6df6514fc258686280.tar.gz
Add descriptions to the FILES list, fix some mdoc complaints, move the
"neither" entry out of the table in BOOTING. Submitted by: joeld Reviewed by: joeld MFC after: 1 week
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/gptboot/gptboot.812
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/boot/i386/gptboot/gptboot.8 b/sys/boot/i386/gptboot/gptboot.8
index 3a1df7d..691bcb7 100644
--- a/sys/boot/i386/gptboot/gptboot.8
+++ b/sys/boot/i386/gptboot/gptboot.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 1, 2013
+.Dd July 3, 2013
.Dt GPTBOOT 8
.Os
.Sh NAME
@@ -147,7 +147,8 @@ Middle priority: booting is attempted from each of the
partitions with the
.Cm bootme
attribute.
-.It neither
+.El
+.Pp
If neither
.Cm bootonce
nor
@@ -156,7 +157,6 @@ attributes are found on any partitions, booting is attempted from the
first
.Cm freebsd-ufs
partition on the disk.
-.El
.Sh POST-BOOT ACTIONS
The startup script
.Pa /etc/rc.d/gptboot
@@ -181,9 +181,12 @@ The
attribute is cleared from the partition that successfully booted.
There is normally only one of these.
.Sh FILES
-.Bl -tag -width /boot/loader -compact
+.Bl -tag -width /boot/gptboot -compact
.It Pa /boot/gptboot
+bootcode binary
.It Pa /boot.config
+parameters for the boot blocks
+.Pq optional
.El
.Sh EXAMPLES
.Nm
@@ -223,7 +226,6 @@ attribute:
.Bd -literal -offset indent
gpart set -a bootonce -i 2 ada0
.Ed
-.Pp
.Sh SEE ALSO
.Xr boot.config 5 ,
.Xr rc.conf 5 ,
OpenPOWER on IntegriCloud