diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-07-07 14:32:16 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-07-07 14:32:16 +0000 |
| commit | 4f0d5731de498379648e3a32ebadbe38919c5dbb (patch) | |
| tree | 32ac598507b66671673ce7615767ee1b53afa100 /sys/boot/forth | |
| parent | dc3490b87667baca30b76f77a52f4277b8fe2358 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.4th.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/boot/forth/loader.4th.8 b/sys/boot/forth/loader.4th.8 index 2c939d49fc3e..8742be003fbf 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 @@ -79,7 +79,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 @@ -99,12 +99,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 @@ -160,7 +160,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="kernel.old" @@ -168,7 +168,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 @@ -177,7 +177,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 @@ -197,4 +197,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. |
