summaryrefslogtreecommitdiff
path: root/man/machine-info.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-03-24 17:48:11 +0100
committerLennart Poettering <lennart@poettering.net>2022-03-24 21:29:13 +0100
commit0924ea2b266b52046df789cfc76573b0a1acba6c (patch)
tree69027c6ff8ca3a4ec88c065a0e0419ffb9848922 /man/machine-info.xml
parenta73c7a87aea9b6226163111e06a5128ef8acf29b (diff)
downloadsystemd-0924ea2b266b52046df789cfc76573b0a1acba6c.tar.gz
machine-info: rename VENDOR=/MODEL= → HARDWARE_VENDOR=/HARDWARE_MODEL=
Let's be more precise here. Otherwise people might think this describes the software system or so. We already expose this via hostnamed as HardwareVendor/HardwareModel hence use the exact same wording. (Note that the relevant props on the dmi device are just VENDOR/MODEL, but that's OK given that DMI really is about hardware anyway, unconditionally, hence no chance of confusion there.) Follow-up for 4fc7e4f374bf4401330e90e267227267abf1dcac
Diffstat (limited to 'man/machine-info.xml')
-rw-r--r--man/machine-info.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/man/machine-info.xml b/man/machine-info.xml
index fddcfb6a6c..4e6b72cea2 100644
--- a/man/machine-info.xml
+++ b/man/machine-info.xml
@@ -130,17 +130,19 @@
</varlistentry>
<varlistentry>
- <term><varname>VENDOR=</varname></term>
+ <term><varname>HARDWARE_VENDOR=</varname></term>
- <listitem><para>Specifies the hardware vendor. If unspecified, the hardware vendor set in DMI
- or hwdb will be used.</para></listitem>
+ <listitem><para>Specifies the hardware vendor. If unspecified, the hardware vendor set in DMI or
+ <citerefentry><refentrytitle>hwdb</refentrytitle><manvolnum>7</manvolnum></citerefentry> will be
+ used.</para></listitem>
</varlistentry>
<varlistentry>
- <term><varname>MODEL=</varname></term>
+ <term><varname>HARDWARE_MODEL=</varname></term>
<listitem><para>Specifies the hardware model. If unspecified, the hardware model set in DMI or
- hwdb will be used.</para></listitem>
+ <citerefentry><refentrytitle>hwdb</refentrytitle><manvolnum>7</manvolnum></citerefentry> will be
+ used.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>