On 08:53:34, 25.02.16, Jason McIntyre wrote: > there should be a comma after "bootstrap"
> and the biosboot Xr should go before the boot Xr > ditto for the parts below. Thanks, corrected: Index: man8.amd64/boot_amd64.8 =================================================================== RCS file: /cvs/src/share/man/man8/man8.amd64/boot_amd64.8,v retrieving revision 1.8 diff -u -p -r1.8 boot_amd64.8 --- man8.amd64/boot_amd64.8 20 Apr 2011 00:41:19 -0000 1.8 +++ man8.amd64/boot_amd64.8 25 Feb 2016 09:23:05 -0000 @@ -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 , Index: man8.i386/boot_i386.8 =================================================================== RCS file: /cvs/src/share/man/man8/man8.i386/boot_i386.8,v retrieving revision 1.16 diff -u -p -r1.16 boot_i386.8 --- man8.i386/boot_i386.8 23 Jan 2014 12:49:12 -0000 1.16 +++ man8.i386/boot_i386.8 25 Feb 2016 09:23:05 -0000 @@ -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 , -- Michal Mazurek
