summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-06-12 16:00:52 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-06-12 16:00:52 +0000
commitfb15c992e9e35ce443a2eaa08ddbc68099306682 (patch)
treeb3f48255fa8d7081104fad9c7a0a3eaabe172c85
parentdb49b6d4e493d137c7e9d6898b897be205d24d2c (diff)
Fix typo and mention valid tty values.
-rw-r--r--sys/arch/i386/stand/boot/boot.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8
index 737c8051a54..d036f162cbc 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.16 1999/09/23 04:12:08 alex Exp $
+.\" $OpenBSD: boot.8,v 1.17 2000/06/12 16:00:51 millert Exp $
.\"
.\" Copyright (c) 1997-1999 Michael Shalayeff
.\" All rights reserved.
@@ -184,7 +184,7 @@ Variables include:
.Pp
.Bl -tag -compact -width boothow
.It Nm addr
-Address at wich to load the kernel.
+Address at which to load the kernel.
.It Nm howto
Options to pass to the loaded kernel.
.It Nm debug
@@ -192,9 +192,9 @@ Debug flag if
.Nm
was compiled with DEBUG defined.
.It Nm device
-Boot device name (ie fd0a, sd0a).
+Boot device name (ie: fd0a, sd0a).
.It Nm tty
-Active console device name.
+Active console device name (ie: com0, com1, pc0)
.It Nm image
File name containing the kernel image.
.El