diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-05-25 19:32:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-05-29 10:41:30 +0200 |
commit | b965ec7a63298675aeccb32376c236f1a68801bb (patch) | |
tree | c54865cd36e44e935de6d8853a93c73fe12b3fa0 /catalog | |
parent | network: DHCPv6 Assign delegated prefix to LAN interface (diff) | |
download | systemd-b965ec7a63298675aeccb32376c236f1a68801bb.tar.xz systemd-b965ec7a63298675aeccb32376c236f1a68801bb.zip |
catalog: normalize how we link to documentation
Diffstat (limited to 'catalog')
-rw-r--r-- | catalog/systemd.catalog.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index b29ba6d65b..9ba5656f16 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -302,7 +302,8 @@ shut down. Subject: DNSSEC mode has been turned off, as server doesn't support it Defined-By: systemd Support: %SUPPORT_URL% -Documentation: man:systemd-resolved.service(8) resolved.conf(5) +Documentation: man:systemd-resolved.service(8) +Documentation: man:resolved.conf(5) The resolver service (systemd-resolved.service) has detected that the configured DNS server does not support DNSSEC, and DNSSEC validation has been @@ -417,6 +418,7 @@ Note that the memory pressure might or might not have been caused by @UNIT@. Subject: Accepting user/group name @USER_GROUP_NAME@, which does not match strict user/group name rules. Defined-By: systemd Support: %SUPPORT_URL% +Documentation: https://systemd.io/USER_NAMES The user/group name @USER_GROUP_NAME@ has been specified, which is accepted according the relaxed user/group name rules, but does not qualify under the @@ -432,10 +434,6 @@ characters; names not valid UTF-8; names with leading or trailing whitespace; the strings "." or ".."; fully numeric strings, or strings beginning in a hyphen and otherwise fully numeric. -For further details on strict and relaxed user/group name rules, see: - -https://systemd.io/USER_NAMES - -- 1b3bb94037f04bbf81028e135a12d293 Subject: Failed to generate valid unit name from path '@MOUNT_POINT@'. Defined-By: systemd |