diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-20 08:59:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-20 08:59:04 +0000 |
commit | 9b09b87394b869ed6cd2022135c3a58b79d6afa9 (patch) | |
tree | 1d63e8d375b5ce91e25eb266fdfc8b35c71ae8d9 /sys/arch/i386/stand/boot/boot.8 | |
parent | 94d388451135f5de7b419306a08b1713414676db (diff) |
- .Xr biosboot(8) in SEE ALSO
- wording improvement
- correct description of example
from Tom Cosgrove;
Diffstat (limited to 'sys/arch/i386/stand/boot/boot.8')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 331d49104ec..cf7be781099 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.36 2003/11/26 22:42:02 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.37 2003/12/20 08:59:03 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -339,7 +339,7 @@ Invoke the serial console at every boot: .Pp Boot the kernel named .Pa /bsd -from the second IDE disk in +from the second hard disk in .Dq User Kernel Configuration mode (see .Xr boot_config 8 ) . @@ -356,6 +356,7 @@ option. .Xr gzip 1 , .Xr autoconf 4 , .Xr ddb 4 , +.Xr biosboot 8 , .Xr boot_config 8 , .Xr boot_i386 8 , .Xr fdisk 8 , @@ -365,7 +366,7 @@ option. RFC 1950 describes the zlib library interface. .Pp The official home page for the version of zlib used in this -operating system see http://quest.jpl.nasa.gov/zlib/. +operating system is at http://quest.jpl.nasa.gov/zlib/. .Sh HISTORY This program was written by Michael Shalayeff for .Ox 2.1 . |