1
0
mirror of https://github.com/systemd/systemd.git synced 2025-11-10 08:24:08 +03:00

fix: UnsetProperty example in systemd.link.xml

This commit is contained in:
Frede Braendstrup
2025-07-03 09:05:05 +02:00
committed by Yu Watanabe
parent a63f0ea73d
commit f1a00fcb97

View File

@@ -426,7 +426,7 @@
<term><varname>UnsetProperty=</varname></term>
<listitem>
<para>Unset specified udev properties. This takes space separated list of
property names. Example: <programlisting>ImportProperty=HOGE BAR</programlisting>
property names. Example: <programlisting>UnsetProperty=HOGE BAR</programlisting>
This option supports simple specifier expansion, see the Specifiers section below.
This option can be specified multiple times. If an empty string is assigned, then the all previous
assignments are cleared.</para>