summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <tb@cvs.openbsd.org>2016-02-25 09:43:53 +0000
committertb <tb@cvs.openbsd.org>2016-02-25 09:43:53 +0000
commitf47a9c300fd356e5e90cce8b74174621963e96f6 (patch)
tree839b615a38a47f2af65698bdb46de659b7701825
parented0f7c51066d0f960217b8ee11219c7f25580c50 (diff)
Xr biosboot and describe more precisely how this versatile program
will eventually load the first-stage bootstrap. From Michal Mazurek. tweaks and ok jmc@
-rw-r--r--share/man/man8/man8.amd64/boot_amd64.812
-rw-r--r--share/man/man8/man8.i386/boot_i386.812
2 files changed, 14 insertions, 10 deletions
diff --git a/share/man/man8/man8.amd64/boot_amd64.8 b/share/man/man8/man8.amd64/boot_amd64.8
index c051cefd21b..6c6926a2a9a 100644
--- a/share/man/man8/man8.amd64/boot_amd64.8
+++ b/share/man/man8/man8.amd64/boot_amd64.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_amd64.8,v 1.8 2011/04/20 00:41:19 matthew Exp $
+.\" $OpenBSD: boot_amd64.8,v 1.9 2016/02/25 09:43:52 tb Exp $
.\"
.\" Copyright (c) 1997 Tobias Weingartner
.\"
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 20 2011 $
+.Dd $Mdocdate: February 25 2016 $
.Dt BOOT_AMD64 8 amd64
.Os
.Sh NAME
@@ -125,10 +125,11 @@ On most
.Ox
systems, booting
.Ox
-from the BIOS will eventually load the
+from the BIOS will load the
.Ox Ns -specific
-amd64 bootstrapping code.
-This versatile program is described in a separate document,
+first-stage bootstrap,
+.Xr biosboot 8 ,
+which in turn will locate and load the second-stage bootstrap,
.Xr boot 8 .
Other bootstrapping software may be used, and can chain-load the
.Ox
@@ -171,6 +172,7 @@ PXE bootstrap
.El
.Sh SEE ALSO
.Xr ddb 4 ,
+.Xr biosboot 8 ,
.Xr boot 8 ,
.Xr halt 8 ,
.Xr init 8 ,
diff --git a/share/man/man8/man8.i386/boot_i386.8 b/share/man/man8/man8.i386/boot_i386.8
index 3f1aa746e97..793d214141b 100644
--- a/share/man/man8/man8.i386/boot_i386.8
+++ b/share/man/man8/man8.i386/boot_i386.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_i386.8,v 1.16 2014/01/23 12:49:12 jmc Exp $
+.\" $OpenBSD: boot_i386.8,v 1.17 2016/02/25 09:43:52 tb Exp $
.\"
.\" Copyright (c) 1997 Tobias Weingartner
.\"
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 23 2014 $
+.Dd $Mdocdate: February 25 2016 $
.Dt BOOT_I386 8 i386
.Os
.Sh NAME
@@ -125,10 +125,11 @@ On most
.Ox
systems, booting
.Ox
-from the BIOS will eventually load the
+from the BIOS will load the
.Ox Ns -specific
-i386 bootstrapping code.
-This versatile program is described in a separate document,
+first-stage bootstrap,
+.Xr biosboot 8 ,
+which in turn will locate and load the second-stage bootstrap,
.Xr boot 8 .
Other bootstrapping software may be used, and can chain-load the
.Ox
@@ -171,6 +172,7 @@ PXE bootstrap
.El
.Sh SEE ALSO
.Xr ddb 4 ,
+.Xr biosboot 8 ,
.Xr boot 8 ,
.Xr halt 8 ,
.Xr init 8 ,