diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-17 00:30:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-17 00:30:27 +0000 |
commit | 1b22131ea60a93948649575149f7e9e7351e1a3c (patch) | |
tree | 6fe35ff3b2941fa62b7c0a5281166562df673955 | |
parent | 17f6bff2a9643feae5d084cf8755acc54967707e (diff) |
No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added
since this page was written; pointed out by Otto.
-rw-r--r-- | sys/arch/hppa/stand/boot/boot.8 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index 798204aef1c..da9adfa8a61 100644 --- a/sys/arch/hppa/stand/boot/boot.8 +++ b/sys/arch/hppa/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.10 2003/10/04 16:47:40 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.11 2004/03/17 00:30:26 miod Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -31,7 +31,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd March 1, 2002 +.Dd March 16, 2004 .Dt BOOT 8 hppa .Os .Sh NAME @@ -43,10 +43,9 @@ hppa-specific bootstrap The main purpose of this program is to load the system kernel while dealing with the various features of the PA-RISC hardware. .Pp -.\" As described in -.\" .Xr boot_hppa 8 , -.\" this program is loaded by the PDC firmware -This program is loaded by the PDC firmware +As described in +.Xr boot_hppa 8 , +this program is loaded by the PDC firmware and provides a convenient way to load the kernel. .Pp Basic operations include: @@ -327,8 +326,8 @@ option. .Xr autoconf 4 , .Xr ddb 4 , .Xr boot_config 8 , -.\" .Xr boot_hppa 8 , -.Xr installboot 8 , +.Xr boot_hppa 8 , +.\" .Xr installboot 8 , .Xr reboot 8 .Pp RFC 1950 describes the zlib library interface. |