]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix explanation for Credential= match in .link files
authorДамјан Георгиевски <gdamjan@gmail.com>
Mon, 23 Jan 2023 23:43:00 +0000 (00:43 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 24 Jan 2023 09:22:00 +0000 (10:22 +0100)
.link files are handled by systemd-udevd, not by systemd-networkd,
so fix the man page to say that the Credential= match uses credentials set
on the systemd-udevd.service

man/systemd.link.xml

index c0167b1c86a9d4a4ac912b52b18d463f73bf2a53..aad3736c3677d53974a46e2032413c003c0dfdac 100644 (file)
         <term><varname>Credential=</varname></term>
         <listitem>
           <para>Checks whether the specified credential was passed to the
-          <filename>systemd-networkd.service</filename> service. See <ulink
+          <filename>systemd-udevd.service</filename> service. See <ulink
           url="https://systemd.io/CREDENTIALS">System and Service Credentials</ulink> for details. When
           prefixed with an exclamation mark (<literal>!</literal>), the result is negated.  If an empty
           string is assigned, the previously assigned value is cleared.