diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-03 10:15:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-03 10:15:38 +0000 |
commit | ffb1845ba5f98ec0a4b7f8c4f626b8ad4c76f7a6 (patch) | |
tree | 08eafae444da0611a850b92e7f738a544d729ca4 /sys/arch/i386 | |
parent | ebd51bdfa9c377e7e9d8df9bf5cc5b2633b26770 (diff) |
add pxeboot references to FILES and SEE ALSO;
ok deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.8 | 7 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index 9c806db8135..68bebb5b748 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.8 +++ b/sys/arch/i386/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.19 2004/03/12 14:54:04 jmc Exp $ +.\" $OpenBSD: biosboot.8,v 1.20 2004/04/03 10:15:37 jmc Exp $ .\" .\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> .\" Copyright (c) 1997 Michael Shalayeff @@ -236,6 +236,8 @@ Master Boot Record block primary bootstrap .It Pa /boot secondary bootstrap +.It Pa /usr/mdec/pxeboot +PXE bootstrap .It Pa /bsd .Ox kernel @@ -245,7 +247,8 @@ kernel .Xr boot_i386 8 , .Xr disklabel 8 , .Xr fdisk 8 , -.Xr installboot 8 +.Xr installboot 8 , +.Xr pxeboot 8 .Sh HISTORY .Nm was originally written by Michael Shalayeff for diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 91031923e23..cfcf54a6b88 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.38 2004/01/02 09:17:22 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.39 2004/04/03 10:15:37 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -312,6 +312,8 @@ Displays system time and date. .Bl -tag -width /usr/mdec/biosbootxx -compact .It Pa /usr/mdec/biosboot first stage bootstrap +.It Pa /usr/mdec/pxeboot +PXE bootstrap .It Pa /boot system bootstrap .It Pa /etc/boot.conf @@ -364,6 +366,7 @@ option. .Xr boot_i386 8 , .Xr fdisk 8 , .Xr installboot 8 , +.Xr pxeboot 8 , .Xr reboot 8 .Pp RFC 1950 describes the zlib library interface. |