]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix: UnsetProperty example in systemd.link.xml
authorFrede Braendstrup <frederikbraendstrup@gmail.com>
Thu, 3 Jul 2025 07:05:05 +0000 (09:05 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 3 Jul 2025 09:37:03 +0000 (18:37 +0900)
man/systemd.link.xml

index aeceb5d925d3924cdc33f0a12edcda933b01d853..86bfcde8838ce159ec6cf3742e9447369c455071 100644 (file)
         <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>