Clean up some grammos I left behind.

This commit is contained in:
Jens Schweikhardt 2022-04-11 20:24:11 +02:00
parent 67f5810e07
commit 8e458a431e

View File

@ -57,9 +57,9 @@ The bigger component is the Lua interpreter.
.Pp .Pp
During initialization, During initialization,
.Nm .Nm
probes for a console and set the probes for a console and sets the
.Va console .Va console
variable, or set it to serial console variable, or sets it to serial console
.Pq Dq Li comconsole .Pq Dq Li comconsole
if the previous boot stage used that. if the previous boot stage used that.
If multiple consoles are selected, they are listed separated by spaces. If multiple consoles are selected, they are listed separated by spaces.
@ -79,11 +79,11 @@ is processed if available.
.Pp .Pp
At this point, if an At this point, if an
.Ic autoboot .Ic autoboot
has not been tried, and if has not been attempted, and if
.Va autoboot_delay .Va autoboot_delay
is not set to is not set to
.Dq Li NO .Dq Li NO
(not case sensitive), then an (case insensitive), then an
.Ic autoboot .Ic autoboot
is attempted. is attempted.
If the system gets past this point, If the system gets past this point,
@ -131,7 +131,7 @@ The environment variables common to all interpreters are described in the
section. section.
.Ss BUILTIN PARSER .Ss BUILTIN PARSER
When a builtin command is executed, the rest of the line is taken When a builtin command is executed, the rest of the line is taken
by it as arguments, and it is processed by a special parser which as arguments, and it is processed by a special parser which
is not used for regular Lua commands. is not used for regular Lua commands.
.Sh SECURITY .Sh SECURITY
Access to the Access to the
@ -147,7 +147,7 @@ or
.Va loaddev .Va loaddev
variables variables
.It .It
Executing binary of choice, by setting the Executing a binary of choice, by setting the
.Va init_path .Va init_path
or or
.Va init_script .Va init_script
@ -180,7 +180,7 @@ If MD available, a file system can be embedded into the
.Nm .Nm
with with
.Pa /sys/tools/embed_mfs.sh . .Pa /sys/tools/embed_mfs.sh .
Then, MD is probed and be set to Then, MD is probed and set to
.Va currdev .Va currdev
during initialization. during initialization.
.Pp .Pp