diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-01 16:38:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-01 16:38:40 +0000 |
commit | 315df967df0885612fe70a456e0d3600c839490d (patch) | |
tree | 4f0c518d9c249f253dc95c91e353a241f87a8562 /sys/arch | |
parent | 2c126ba1bd2f230ba3ac166c86e58316625334e2 (diff) |
typos;
added .Fl to flags for boot_*
ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/stand/boot/boot.8 | 6 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index 7c3c0933cbd..28bf06ffd4b 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.5 2002/09/16 07:58:13 miod Exp $ +.\" $OpenBSD: boot.8,v 1.6 2003/02/01 16:38:39 jmc Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -98,10 +98,10 @@ program, followed by the .Pp .Dl boot> .Pp -prompt, which means you are in the interactive mode and may enter commands. +prompt, which means you are in interactive mode and may enter commands. If you do not, .Nm -will proceed to loading the kernel with the current parameters after the +will proceed to load the kernel with the current parameters after the timeout period has expired. .El .Sh COMMANDS diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index b4dec8cd459..1019d8d713e 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.30 2002/09/16 07:58:15 miod Exp $ +.\" $OpenBSD: boot.8,v 1.31 2003/02/01 16:38:39 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -48,7 +48,7 @@ this program is loaded by the .Xr biosboot 8 primary bootstrap loader and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for PC systems, providing -common interface for the kernel to start from. +a common interface for the kernel to start from. .Pp Basic operations include: .Pp @@ -124,10 +124,10 @@ program, followed by the .Pp .Dl boot> .Pp -prompt, which means you are in the interactive mode and may enter commands. +prompt, which means you are in interactive mode and may enter commands. If you do not, .Nm -will proceed to loading the kernel with the current parameters after the +will proceed to load the kernel with the current parameters after the timeout period has expired. .El .Sh COMMANDS |