summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-09-15 18:40:54 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-09-15 18:40:54 +0000
commit9d785d6413f94e5f264706dea81ef36c1170aee8 (patch)
treeb0c652bb295fbea5d88e3a6c41b39994db2032a0 /sys/arch/i386/stand
parent0ff22820638ded6b68ea721c6a12c90f0aaea4b3 (diff)
apply grammer fixes from pr#831; from kwesterback@home.com
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere.
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/boot/boot.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8
index f90d8b2e49c..a86bd8d0729 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.14 1999/08/25 00:54:18 mickey Exp $
+.\" $OpenBSD: boot.8,v 1.15 1999/09/15 18:40:53 mickey Exp $
.\"
.\" Copyright (c) 1997-1999 Michael Shalayeff
.\" All rights reserved.
@@ -34,9 +34,9 @@
.Dt BOOT 8 i386
.Os
.Sh NAME
-.Nm boot, boot.conf
+.Nm boot , boot.conf
.Nd
-second-stage bootstrap
+i386-specific second-stage bootstrap
.Sh DESCRIPTION
The main purpose of this program is to load the system kernel, dealing with
the downfalls of the PC BIOS architecture.
@@ -125,11 +125,11 @@ The following commands are accepted at the
prompt:
.Bl -tag -width stty_device_speed_____
.It boot Op Ar image Op Fl abcds
-Boots kernel image specified by the
+Boots kernel image specified by
.Ar image
-with options if any. Image specification consists of a pair
+with any options given. Image specification consists of a pair
.Em device : filename ,
-either of each maybe omitted (':' is not needed if both),
+either or both of each maybe omitted (':' is not needed if both are omitted),
in which case values from
.Nm
variables will be used.