diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 10:49:59 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 11:29:05 +0200 |
commit | e9dd6984076389e8cfa15b72bc62187544e49b61 (patch) | |
tree | 677786e0e3b645a848caaaa303597cdc9652d21d /man/systemd-boot.xml | |
parent | 3da49ad55a2fdf5aecf6ce891200527e7eb432ef (diff) | |
download | systemd-e9dd6984076389e8cfa15b72bc62187544e49b61.tar.gz |
tree-wide: fixes for assorted grammar and spelling issues
Fixes #16363. Also includes some changes where I generalized the pattern.
Diffstat (limited to 'man/systemd-boot.xml')
-rw-r--r-- | man/systemd-boot.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index b666ae1e53..3288728b2c 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -91,7 +91,7 @@ <listitem><para>The boot manager optionally reads a random seed from the ESP partition, combines it with a 'system token' stored in a persistent EFI variable and derives a random seed to use by the OS as - entropy pool initializaton, providing a full entropy pool during early boot.</para></listitem> + entropy pool initialization, providing a full entropy pool during early boot.</para></listitem> </itemizedlist> <para><citerefentry><refentrytitle>bootctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> @@ -313,7 +313,7 @@ is maintained persistently, while <varname>LoaderConfigTimeoutOneShot</varname> is a one-time override which is read once (in which case it takes precedence over <varname>LoaderConfigTimeout</varname>) and then removed. <varname>LoaderConfigTimeout</varname> may be manipulated with the - <keycap>t</keycap>/<keycap>T</keycap> keys, see above.)</para></listitem> + <keycap>t</keycap>/<keycap>T</keycap> keys, see above.</para></listitem> </varlistentry> <varlistentry> @@ -422,9 +422,9 @@ <varlistentry> <term><varname>LoaderSystemToken</varname></term> - <listitem><para>A binary random data field, that is used for generating the random see to pass to the - OS (see above). Note that this random data is generally only generated once, during OS installation, - and is then never updated again.</para></listitem> + <listitem><para>A binary random data field, that is used for generating the random seed to pass to + the OS (see above). Note that this random data is generally only generated once, during OS + installation, and is then never updated again.</para></listitem> </varlistentry> </variablelist> |