summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorДамјан Георгиевски <gdamjan@gmail.com>2023-01-24 00:43:00 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-01-24 10:22:00 +0100
commit425e293427e642a52ee0eb35e830f0301f2f582f (patch)
tree2c63124aed6ca223b38a5c8f2ba8e0fb237ef7bf /man
parent727000ee343ecaaf9763307fc366bdb3036f2ae3 (diff)
downloadsystemd-425e293427e642a52ee0eb35e830f0301f2f582f.tar.gz
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 'man')
-rw-r--r--man/systemd.link.xml2
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.