diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-12-20 07:08:49 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-12-20 07:08:52 +0100 |
commit | 044149e6152db7a8bb293aac19e84b3b06566d63 (patch) | |
tree | 9ce95148263c931b3442b4ef3909ba19319fd87f /man/systemd.net-naming-scheme.xml | |
parent | Merge pull request #30493 from teknoraver/main (diff) | |
download | systemd-044149e6152db7a8bb293aac19e84b3b06566d63.tar.xz systemd-044149e6152db7a8bb293aac19e84b3b06566d63.zip |
man: environment value -> udev property
These are not environment variables, but udev properties.
Follow-up for 3b2e7dc5a285edbbb1bf6aed2d88b889d801613f.
Diffstat (limited to 'man/systemd.net-naming-scheme.xml')
-rw-r--r-- | man/systemd.net-naming-scheme.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.net-naming-scheme.xml b/man/systemd.net-naming-scheme.xml index 63e7d3cc0b..e2e8a0919a 100644 --- a/man/systemd.net-naming-scheme.xml +++ b/man/systemd.net-naming-scheme.xml @@ -544,7 +544,7 @@ <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> @@ -556,7 +556,7 @@ <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"/> |