From: Frede Braendstrup Date: Thu, 3 Jul 2025 07:05:05 +0000 (+0200) Subject: fix: UnsetProperty example in systemd.link.xml X-Git-Tag: v258-rc1~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1a00fcb976337d0292d1c527f11de9ba1538b5c;p=thirdparty%2Fsystemd.git fix: UnsetProperty example in systemd.link.xml --- diff --git a/man/systemd.link.xml b/man/systemd.link.xml index aeceb5d925d..86bfcde8838 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -426,7 +426,7 @@ UnsetProperty= Unset specified udev properties. This takes space separated list of - property names. Example: ImportProperty=HOGE BAR + property names. Example: UnsetProperty=HOGE BAR 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.