diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-09-15 14:43:59 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-09-20 16:48:50 +0200 |
commit | b66a6e1a5838b874b789820c090dd6850cf10513 (patch) | |
tree | df30d43665c3bd1e29d6efe294c2c9e5e237dfd0 /man/systemd-modules-load.service.xml | |
parent | man: add missing subject in sentence (diff) | |
download | systemd-b66a6e1a5838b874b789820c090dd6850cf10513.tar.xz systemd-b66a6e1a5838b874b789820c090dd6850cf10513.zip |
man: "the initial RAM disk" → "the initrd"
In many places we spelled out the phrase behind "initrd" in full, but this
isn't terribly useful. In fact, no "RAM disk" is used, so emphasizing this
is just confusing to the reader. Let's just say "initrd" everywhere, people
understand what this refers to, and that it's in fact an initramfs image.
Also, s/i.e./e.g./ where appropriate.
Also, don't say "in RAM", when in fact it's virtual memory, whose pages
may or may not be loaded in page frames in RAM, and we have no control over
this.
Also, add <filename></filename> and other minor cleanups.
Diffstat (limited to 'man/systemd-modules-load.service.xml')
-rw-r--r-- | man/systemd-modules-load.service.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml index 0144650e87..691194866a 100644 --- a/man/systemd-modules-load.service.xml +++ b/man/systemd-modules-load.service.xml @@ -52,10 +52,8 @@ <term><varname>modules_load=</varname></term> <term><varname>rd.modules_load=</varname></term> - <listitem><para>Takes a comma-separated list of kernel modules - to statically load during early boot. The option prefixed with - <literal>rd.</literal> is read by the initial RAM disk - only.</para></listitem> + <listitem><para>Takes a comma-separated list of kernel modules to statically load during early boot. + The option prefixed with <literal>rd.</literal> is read in the initrd only.</para></listitem> </varlistentry> </variablelist> |