diff options
Diffstat (limited to 'sys/arch/landisk/stand/boot/boot.8')
-rw-r--r-- | sys/arch/landisk/stand/boot/boot.8 | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/sys/arch/landisk/stand/boot/boot.8 b/sys/arch/landisk/stand/boot/boot.8 index 30db74bd1e4..4e06cfa84d4 100644 --- a/sys/arch/landisk/stand/boot/boot.8 +++ b/sys/arch/landisk/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.12 2019/12/23 12:44:34 bluhm Exp $ +.\" $OpenBSD: boot.8,v 1.13 2023/02/23 19:48:22 miod Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: December 23 2019 $ +.Dd $Mdocdate: February 23 2023 $ .Dt BOOT 8 landisk .Os .Sh NAME @@ -189,8 +189,6 @@ are both specified, sets that variable to the given value. Variables include: .Pp .Bl -tag -compact -width db_console -.It Ic addr -Address at which to load the kernel. .It Ic db_console Boolean (0 or 1) to permit entry into the kernel debugger before the .Em ddb.console @@ -211,27 +209,6 @@ File name containing the kernel image. .It Ic timeout Number of seconds boot will wait for human intervention before booting the default kernel image. -.\" .It Nm tty -.\" Active console device name (e.g., -.\" .Li scif0 ) . -.El -.\" XXX although implemented, better leave it undocumented for now -- miod -.\" .It stty Op Ar device Op Ar speed -.\" Displays or sets the -.\" .Ar speed -.\" for a console -.\" .Ar device . -.\" If changing the baudrate for the currently active console, -.\" .Nm -.\" offers you five seconds of grace time before committing the change -.\" to allow you to change your terminal's speed to match. -.\" If changing speed -.\" .Em not -.\" for the active console, the baudrate is set for the -.\" .Em next -.\" time you switch to a serial console. -.\" .Pp -.\" The default baudrate is 9600bps. .It Ic time Displays system time and date. .El |