diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-06 14:45:43 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-06 15:00:55 +0100 |
commit | 265488414c71235631cd74716f4732afab1a4d5d (patch) | |
tree | b2960eb17b646b88cf0ada66b105d69a6d726fcc /man | |
parent | man/systemd-stub: rework the description of sections (diff) | |
download | systemd-265488414c71235631cd74716f4732afab1a4d5d.tar.xz systemd-265488414c71235631cd74716f4732afab1a4d5d.zip |
tree-wide: use Device*T*ree spelling
We used both, in fact "Devicetree" was more common. But we have a general rule
that we capitalize all words in names and also we have a DeviceTree=
configuration setting, which we cannot change. If we use two different
spelllings, this will make it harder for people to use the correct one in
config files. So use the "DeviceTree" spelling everywhere.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-stub.xml | 2 | ||||
-rw-r--r-- | man/systemd.net-naming-scheme.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml index 8f63770997..1ba6a5bdbf 100644 --- a/man/systemd-stub.xml +++ b/man/systemd-stub.xml @@ -214,7 +214,7 @@ <listitem><para>Similarly, files <filename><replaceable>foo</replaceable>.efi.extra.d/*.addon.efi</filename> are loaded and verified as PE binaries and specific sections are loaded from them. Addons are used to pass additional kernel - command line parameters (<literal>.cmdline</literal> section), or Devicetree blobs + command line parameters (<literal>.cmdline</literal> section), or DeviceTree blobs (<literal>.dtb</literal> section), additional initrds (<literal>.initrd</literal> section), and microcode updates (<literal>.ucode</literal> section). Addons allow those resources to be passed regardless of the kernel version being booted, for example allowing platform vendors to ship diff --git a/man/systemd.net-naming-scheme.xml b/man/systemd.net-naming-scheme.xml index b9e5cd9050..2a71a9a23f 100644 --- a/man/systemd.net-naming-scheme.xml +++ b/man/systemd.net-naming-scheme.xml @@ -123,7 +123,7 @@ <row> <entry><replaceable>prefix</replaceable><constant>d</constant><replaceable>number</replaceable></entry> - <entry>Devicetree alias index</entry> + <entry>DeviceTree alias index</entry> </row> </tbody> |