]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: environment value -> udev property
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Dec 2023 06:08:49 +0000 (15:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Dec 2023 06:08:52 +0000 (15:08 +0900)
These are not environment variables, but udev properties.

Follow-up for 3b2e7dc5a285edbbb1bf6aed2d88b889d801613f.

man/systemd.net-naming-scheme.xml

index 63e7d3cc0bbbbd7ae0b3c0bc082b6de443b1b608..e2e8a0919a38dda38232c3266956a73ebfa35ddf 100644 (file)
       <varlistentry>
         <term><varname>ID_NET_NAME_ALLOW=<replaceable>BOOL</replaceable></varname></term>
 
-        <listitem><para>This evironment value sets a fallback policy for reading a sysfs attribute.
+        <listitem><para>This udev property sets a fallback policy for reading a sysfs attribute.
         If set to <constant>0</constant> udev will not read any sysfs attribute by default, unless it is
         explicitly allowlisted, see below. If set to <constant>1</constant> udev can use any sysfs attribute
         unless it is explicitly forbidden. The default value is <constant>1</constant>.</para>
       <varlistentry>
         <term><varname>ID_NET_NAME_ALLOW_<replaceable>sysfsattr</replaceable>=<replaceable>BOOL</replaceable></varname></term>
 
-        <listitem><para>This evironment value explicitly states if udev shall use the specified
+        <listitem><para>This udev property explicitly states if udev shall use the specified
         <replaceable>sysfsattr</replaceable>, when composing the device name.</para>
 
         <xi:include href="version-info.xml" xpointer="v256"/>