mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
fix: UnsetProperty example in systemd.link.xml
This commit is contained in:
committed by
Yu Watanabe
parent
a63f0ea73d
commit
f1a00fcb97
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user