diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-01-20 07:32:16 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-01-20 07:32:16 +0100 |
commit | d09df6b94e0c4924ea7064c79ab0441f5aff469b (patch) | |
tree | 5c79a78b875e19a80bdf7f48585defb717e69c3e /man/systemd-boot-random-seed.service.xml | |
parent | Merge pull request #26105 from yuwata/network-config-parse-address-make-prefi... (diff) | |
download | systemd-d09df6b94e0c4924ea7064c79ab0441f5aff469b.tar.xz systemd-d09df6b94e0c4924ea7064c79ab0441f5aff469b.zip |
tree-wide: fix typo
Diffstat (limited to 'man/systemd-boot-random-seed.service.xml')
-rw-r--r-- | man/systemd-boot-random-seed.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-boot-random-seed.service.xml b/man/systemd-boot-random-seed.service.xml index 86ce639828..8685bae1f9 100644 --- a/man/systemd-boot-random-seed.service.xml +++ b/man/systemd-boot-random-seed.service.xml @@ -32,7 +32,7 @@ refreshes the boot loader random seed stored in the EFI System Partition (ESP), from the Linux kernel entropy pool. The boot loader random seed is primarily consumed and updated by <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry> from the - UEFI environemnt (or + UEFI environment (or <citerefentry><refentrytitle>systemd-stub</refentrytitle><manvolnum>7</manvolnum></citerefentry> if the former is not used, but the latter is), and passed as initial RNG seed to the OS. It is an effective way to ensure the OS comes up with a random pool that is fully initialized.</para> |