1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-23 13:57:33 +03:00

man: slightly extend documentation on difference between ID_NET_NAME_ONBOARD and ID_NET_LABEL_ONBOARD

This commit is contained in:
Lennart Poettering 2020-01-07 18:01:56 +01:00
parent 7a182f1034
commit e232c307c0

View File

@ -99,8 +99,8 @@
<varlistentry> <varlistentry>
<term><varname>ID_NET_NAME_ONBOARD=<replaceable>prefix</replaceable><constant>o</constant><replaceable>number</replaceable></varname></term> <term><varname>ID_NET_NAME_ONBOARD=<replaceable>prefix</replaceable><constant>o</constant><replaceable>number</replaceable></varname></term>
<listitem><para>This name is set based on the ordering information given by the firmware for <listitem><para>This name is set based on the numeric ordering information given by the firmware
on-board devices. The name consists of the prefix, letter <constant>o</constant>, and a number for on-board devices. The name consists of the prefix, letter <constant>o</constant>, and a number
specified by the firmware. This is only available for PCI devices.</para> specified by the firmware. This is only available for PCI devices.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -108,8 +108,9 @@
<varlistentry> <varlistentry>
<term><varname>ID_NET_LABEL_ONBOARD=<replaceable>prefix</replaceable> <replaceable>label</replaceable></varname></term> <term><varname>ID_NET_LABEL_ONBOARD=<replaceable>prefix</replaceable> <replaceable>label</replaceable></varname></term>
<listitem><para>This property is set based on label given by the firmware for on-board devices. The <listitem><para>This property is set based on textual label given by the firmware for on-board
name consists of the prefix concatenated with the label. This is only available for PCI devices. devices. The name consists of the prefix concatenated with the label. This is only available for
PCI devices.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>