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/os-release.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/os-release.xml')
-rw-r--r-- | man/os-release.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man/os-release.xml b/man/os-release.xml index 168c1675a9..7325f840b9 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -442,11 +442,10 @@ <listitem><para>Takes a space-separated list of one or more of the strings <literal>system</literal>, <literal>initrd</literal> and <literal>portable</literal>. This field is only supported in <filename>extension-release.d/</filename> files and indicates what environments - the system extension is applicable to: i.e. to regular systems, to initial RAM filesystems - ("initrd") or to portable service images. If unspecified, <literal>SYSEXT_SCOPE=system - portable</literal> is implied, i.e. any system extension without this field is applicable to - regular systems and to portable service environments, but not to initrd - environments.</para></listitem> + the system extension is applicable to: i.e. to regular systems, to initrds, or to portable service + images. If unspecified, <literal>SYSEXT_SCOPE=system portable</literal> is implied, i.e. any system + extension without this field is applicable to regular systems and to portable service environments, + but not to initrd environments.</para></listitem> </varlistentry> <varlistentry> |