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/amd64/stand/boot | |
parent | ebd51bdfa9c377e7e9d8df9bf5cc5b2633b26770 (diff) |
add pxeboot references to FILES and SEE ALSO;
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/stand/boot')
-rw-r--r-- | sys/arch/amd64/stand/boot/boot.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8 index 6de26697e20..01563b40b4f 100644 --- a/sys/arch/amd64/stand/boot/boot.8 +++ b/sys/arch/amd64/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.2 2004/02/20 11:04:16 miod Exp $ +.\" $OpenBSD: boot.8,v 1.3 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_config 8 , .Xr fdisk 8 , .Xr installboot 8 , +.Xr pxeboot 8 , .Xr reboot 8 .Pp RFC 1950 describes the zlib library interface. |