From f1a00fcb976337d0292d1c527f11de9ba1538b5c Mon Sep 17 00:00:00 2001 From: Frede Braendstrup Date: Thu, 3 Jul 2025 09:05:05 +0200 Subject: [PATCH] fix: UnsetProperty example in systemd.link.xml --- man/systemd.link.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3