diff options
author | Дамјан Георгиевски <gdamjan@gmail.com> | 2023-01-24 00:43:00 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-01-24 10:22:00 +0100 |
commit | 425e293427e642a52ee0eb35e830f0301f2f582f (patch) | |
tree | 2c63124aed6ca223b38a5c8f2ba8e0fb237ef7bf /man/systemd.link.xml | |
parent | Merge pull request #26167 from ldv-alt/docs-fixes (diff) | |
download | systemd-425e293427e642a52ee0eb35e830f0301f2f582f.tar.xz systemd-425e293427e642a52ee0eb35e830f0301f2f582f.zip |
man: fix explanation for Credential= match in .link files
.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
Diffstat (limited to '')
-rw-r--r-- | man/systemd.link.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index c0167b1c86..aad3736c36 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -273,7 +273,7 @@ <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. |