diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-07-06 17:39:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-07-06 17:39:46 +0000 |
commit | 41cfdd751016f2ab343cb9a05b00b3b5dcbcc89b (patch) | |
tree | 2a9939d7361237d4c61bcf17a3e37841d5510383 /sys/arch/socppc/stand | |
parent | 772cf07e8162d3c57921c755d5c92e4bd24d9b43 (diff) |
Our website says that socppc was discontinued after 5.8 (thanks to
tobiasu@ for pointing that out), but the manual pages are still
installed. I have no idea how to properly tedu an architecture, so
deleting the dead .Xr to boot_socppc(8) is all i'm doing in this respect.
Diffstat (limited to 'sys/arch/socppc/stand')
-rw-r--r-- | sys/arch/socppc/stand/boot/boot.8 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/socppc/stand/boot/boot.8 b/sys/arch/socppc/stand/boot/boot.8 index 1f64f74b908..6e9d5cd17c4 100644 --- a/sys/arch/socppc/stand/boot/boot.8 +++ b/sys/arch/socppc/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.7 2015/09/10 15:16:44 schwarze Exp $ +.\" $OpenBSD: boot.8,v 1.8 2017/07/06 17:39:45 schwarze Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: September 10 2015 $ +.Dd $Mdocdate: July 6 2017 $ .Dt BOOT 8 socppc .Os .Sh NAME @@ -35,9 +35,7 @@ .Sh DESCRIPTION The main purpose of this program is to load the system kernel. .Pp -As described in -.Xr boot_socppc 8 , -this program is loaded by the +This program is loaded by the firmware and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for socppc systems, providing @@ -278,7 +276,6 @@ option. .Xr autoconf 4 , .Xr ddb 4 , .Xr boot_config 8 , -.Xr boot_socppc 8 , .Xr fdisk 8 , .Xr reboot 8 .Sh HISTORY |