From 658dc909dcd9cb42b4a3e1fd8dd95baf1425960e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 Jan 2024 09:46:05 +0100 Subject: [PATCH] man: fix references to systemd.exec(5) For some reason the section for the systemd.exec man page was added incorrectly and then copypasted everywhere else incorrectly too. Let's fix that. --- man/homectl.xml | 2 +- man/org.freedesktop.systemd1.xml | 2 +- man/systemd-cryptsetup.xml | 2 +- man/systemd-firstboot.xml | 2 +- man/systemd-resolved.service.xml | 2 +- man/systemd-sysctl.service.xml | 2 +- man/systemd-sysusers.xml | 4 ++-- man/systemd-tmpfiles.xml | 2 +- man/systemd-vconsole-setup.service.xml | 2 +- man/systemd.link.xml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/man/homectl.xml b/man/homectl.xml index 65f6698ef49..0143b2ac4eb 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -1163,7 +1163,7 @@ When invoked with the firstboot command, homectl supports the service credentials logic as implemented by ImportCredential=/LoadCredential=/SetCredential= - (see systemd.exec1 for + (see systemd.exec5 for details). The following credentials are used when passed in: diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 878bd0d99d9..e2814b7e42e 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -2632,7 +2632,7 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { enqueued and complete successfully. The key value pairs correspond (in lowercase) to the environment variables described in the Environment Variables Set or Propagated by the Service Manager section in - systemd.exec1. Note + systemd.exec5. Note that new key value pair may be added at any time in future versions. Existing entries will not be removed. diff --git a/man/systemd-cryptsetup.xml b/man/systemd-cryptsetup.xml index 232d199e0fc..5f12dc4748a 100644 --- a/man/systemd-cryptsetup.xml +++ b/man/systemd-cryptsetup.xml @@ -109,7 +109,7 @@ systemd-cryptsetup supports the service credentials logic as implemented by ImportCredential=/LoadCredential=/SetCredential= - (see systemd.exec1 for + (see systemd.exec5 for details). The following credentials are used by systemd-crypsetup@root.service (generated by systemd-gpt-auto-generator) when passed in: diff --git a/man/systemd-firstboot.xml b/man/systemd-firstboot.xml index cd1c4b8874c..a6ba07a3a8c 100644 --- a/man/systemd-firstboot.xml +++ b/man/systemd-firstboot.xml @@ -343,7 +343,7 @@ systemd-firstboot supports the service credentials logic as implemented by ImportCredential=/LoadCredential=/SetCredential= - (see systemd.exec1 for + (see systemd.exec5 for details). The following credentials are used when passed in: diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index 94882b38bd9..813e5f398cb 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -424,7 +424,7 @@ search foobar.com barbar.com systemd-resolved supports the service credentials logic as implemented by ImportCredential=/LoadCredential=/SetCredential= - (see systemd.exec1 for + (see systemd.exec5 for details). The following credentials are used when passed in: diff --git a/man/systemd-sysctl.service.xml b/man/systemd-sysctl.service.xml index 950e0c82ef1..720beed8eec 100644 --- a/man/systemd-sysctl.service.xml +++ b/man/systemd-sysctl.service.xml @@ -91,7 +91,7 @@ systemd-sysctl supports the service credentials logic as implemented by ImportCredential=/LoadCredential=/SetCredential= - (see systemd.exec1 for + (see systemd.exec5 for details). The following credentials are used when passed in: diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml index d398c5d361a..548ce24e4ed 100644 --- a/man/systemd-sysusers.xml +++ b/man/systemd-sysusers.xml @@ -151,7 +151,7 @@ systemd-sysusers supports the service credentials logic as implemented by ImportCredential=/LoadCredential=/SetCredential= - (see systemd.exec1 for + (see systemd.exec5 for details). The following credentials are used when passed in: @@ -230,7 +230,7 @@ systemd1 sysusers.d5 Users, Groups, UIDs and GIDs on systemd systems - systemd.exec1 + systemd.exec5 mkpasswd1 diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 6bf6694d2d7..c30a046f726 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -283,7 +283,7 @@ systemd-tmpfiles supports the service credentials logic as implemented by ImportCredential=/LoadCredential=/SetCredential= - (see systemd.exec1 for + (see systemd.exec5 for details). The following credentials are used when passed in: diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml index 1fa3abe53e3..87cb9e4777b 100644 --- a/man/systemd-vconsole-setup.service.xml +++ b/man/systemd-vconsole-setup.service.xml @@ -58,7 +58,7 @@ systemd-vconsole-setup supports the service credentials logic as implemented by ImportCredential=/LoadCredential=/SetCredential= - (see systemd.exec1 for + (see systemd.exec5 for details). The following credentials are used when passed in: diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 8869d9589f0..3e98e4ddba0 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -780,7 +780,7 @@ 60-foo.link.wol.password), and if the credential not found, then read from wol.password. See ImportCredential=/LoadCredential=/SetCredential= in - systemd.exec1 + systemd.exec5 for details. The password in the credential, must be 6 bytes in hex format with each byte separated by a colon (:) like an Ethernet MAC address, e.g., aa:bb:cc:dd:ee:ff. -- 2.39.2