diff options
author | 2016-02-25 09:43:52 +0000 | |
---|---|---|
committer | 2016-02-25 09:43:52 +0000 | |
commit | 22f94c097b048f12612e162e3c8030f5f219b1bc (patch) | |
tree | b09d8bfd7f71baf2d73dde2c96a64e4af184779a | |
parent | corrects a misleading comment about SS_DNS (and adjust tab) (diff) | |
download | wireguard-openbsd-22f94c097b048f12612e162e3c8030f5f219b1bc.tar.xz wireguard-openbsd-22f94c097b048f12612e162e3c8030f5f219b1bc.zip |
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.8 | 12 | ||||
-rw-r--r-- | share/man/man8/man8.i386/boot_i386.8 | 12 |
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 , |