aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-05-30 09:24:01 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-05-30 09:24:01 +0000
commit730a2da5de592bb59a3911e0b36b9b80cb68c78f (patch)
tree04c041751a7e8acb115c046054eb40b615b500d2 /sys/boot
parent999e589b6a23f257bbda661ab945520f9b3d64e2 (diff)
downloadsrc-730a2da5de592bb59a3911e0b36b9b80cb68c78f.tar.gz
src-730a2da5de592bb59a3911e0b36b9b80cb68c78f.zip
Fix a handful of typos and grammar bogons. No content changes.
Translators can ignore this commit. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=97568
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/forth/loader.4th.818
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/boot/forth/loader.4th.8 b/sys/boot/forth/loader.4th.8
index d3618f8eb3e3..671792a07af8 100644
--- a/sys/boot/forth/loader.4th.8
+++ b/sys/boot/forth/loader.4th.8
@@ -39,7 +39,7 @@ files. The default
.Pa /boot/loader.rc
includes
.Nm
-and uses one of it's commands to automatically read and process
+and uses one of its commands to automatically read and process
the standard
.Xr loader.conf 5
files. Other commands exists to help the user specify alternate
@@ -59,7 +59,7 @@ through the command:
.Pp
.Dl include loader.4th
.Pp
-This line is present on the default
+This line is present in the default
.Pa /boot/loader.rc
file, so it isn't needed (and should not be re-issued) in a normal setup.
.Pp
@@ -92,7 +92,7 @@ Reads
all other
.Xr loader.conf 5
files specified in it, and then proceeds to boot as specified in them. This
-is command used on the default
+is the command used in the default
.Pa /boot/loader.rc
file, and it uses the
.Pa autoboot
@@ -112,12 +112,12 @@ reads
and all other
.Xr loader.conf 5
files specified in it. Returns a flag on the stack to indicate
-if any configuration file was succesfully loaded.
+if any configuration file was successfully loaded.
.Pp
.It Ic read-conf Ar filename
Reads and processes a
.Xr loader.conf 5
-file. Does not proceeds to boot.
+file. Does not proceed to boot.
.Pp
.It Ic enable-module Ar module
Enables the loading of
@@ -173,7 +173,7 @@ include /boot/loader.4th
start
.Ed
.Pp
-Loads a different kernel with the standard configuration:
+Load a different kernel with the standard configuration:
.Pp
.Bd -literal -offset indent -compact
set kernel="/boot/kernel.old/kernel"
@@ -181,7 +181,7 @@ unload
boot-conf
.Ed
.Pp
-Reads an additional configuration file and then proceeds to boot:
+Read an additional configuration file and then proceed to boot:
.Pp
.Bd -literal -offset indent -compact
unload
@@ -190,7 +190,7 @@ boot-conf
.Ed
.Pp
Disable the loading of the splash screen module and bitmap and then
-proceeds to boot:
+proceed to boot:
.Pp
.Bd -literal -offset indent -compact
unload
@@ -210,4 +210,4 @@ first appeared in
was written by
.An Daniel C. Sobral Aq dcs@FreeBSD.org .
.Sh BUGS
-A british espionage series.
+A British espionage series.