diff options
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 |