From: Yu Watanabe Date: Wed, 30 Jun 2021 11:53:14 +0000 (+0900) Subject: tree-wide: fix "the the" and "a a" X-Git-Tag: v249-rc3~21^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d62af7d235552af5ea9ec0a812cc522f6516574;p=thirdparty%2Fsystemd.git tree-wide: fix "the the" and "a a" --- diff --git a/man/crypttab.xml b/man/crypttab.xml index b130c32b115..e8c538cc85c 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -629,7 +629,7 @@ Takes a string, configuring the FIDO2 Relying Party (rp) for the FIDO2 unlock - operation. If not specified io.systemd.cryptsetup is used, except if the the LUKS2 + operation. If not specified io.systemd.cryptsetup is used, except if the LUKS2 JSON token header contains a different value. It should normally not be necessary to override this. diff --git a/man/org.freedesktop.hostname1.xml b/man/org.freedesktop.hostname1.xml index d4af4f37374..4f51cd5e806 100644 --- a/man/org.freedesktop.hostname1.xml +++ b/man/org.freedesktop.hostname1.xml @@ -193,7 +193,7 @@ node /org/freedesktop/hostname1 { The HostnameSource property exposes the origin of the currently configured hostname. One of static (set from /etc/hostname), transient (a non-permanent hostname from an external source), - default (the value from os-release or the the compiled-in + default (the value from os-release or the compiled-in fallback). The IconName property exposes the icon name following the diff --git a/man/repart.d.xml b/man/repart.d.xml index 1773e05882c..1ea25fe0b2f 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -440,7 +440,7 @@ source to copy from — if its partition type is set to root as well. If the declared type is usr the partition backing /usr/ is used as source to copy blocks from — if its partition type is set to usr too. The logic is - capable of automatically tracking down the the backing partitions for encrypted and Verity-enabled + capable of automatically tracking down the backing partitions for encrypted and Verity-enabled volumes. CopyBlocks=auto is useful for implementing "self-replicating" systems, i.e. systems that are their own installer. diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index aa4822818ac..5697ce73230 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -295,7 +295,7 @@ name parameter otherwise. The functions sd_bus_error_set_errno(), sd_bus_error_set_errnof() and sd_bus_error_set_errnofv(), return 0 when the specified error - value is 0, and a a negative errno-like value corresponding to the + value is 0, and a negative errno-like value corresponding to the error parameter otherwise. If an error occurs internally, one of the negative error values listed below will be returned. diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml index 8719ddaae9f..bb84cf5f939 100644 --- a/man/systemd-coredump.xml +++ b/man/systemd-coredump.xml @@ -340,7 +340,7 @@ flags: ... COREDUMP_FILENAME= - When the core is stored externally, the path the the core file. + When the core is stored externally, the path to the core file. diff --git a/man/systemd-firstboot.xml b/man/systemd-firstboot.xml index 46fe0a0682c..87cf98c31a0 100644 --- a/man/systemd-firstboot.xml +++ b/man/systemd-firstboot.xml @@ -307,8 +307,8 @@ passwd.shell.root - Specifies the shell binary to use for the the specified account when creating - it. Equivalent to the credential of the same name defined for the + Specifies the shell binary to use for the specified account when creating it. + Equivalent to the credential of the same name defined for the systemd-sysusers.service8 service. diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml index 466a4601514..b4500d1448a 100644 --- a/man/systemd-sysusers.xml +++ b/man/systemd-sysusers.xml @@ -161,7 +161,7 @@ passwd.shell.user - Specifies the shell binary to use for the the specified account when creating it. + Specifies the shell binary to use for the specified account when creating it. diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 1789d97ce3f..64dcbbedeaf 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -3018,7 +3018,7 @@ StandardInputData=SWNrIHNpdHplIGRhIHVuJyBlc3NlIEtsb3BzLAp1ZmYgZWVtYWwga2xvcHAncy in the system manager. When compiled for systems with "unmerged /usr/" (/bin is not a symlink to /usr/bin), :/sbin:/bin is appended. In case of - the the user manager, a different path may be configured by the distribution. It is recommended to + the user manager, a different path may be configured by the distribution. It is recommended to not rely on the order of entries, and have only one program with a given name in $PATH. diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 520a9062497..b669e7d15d1 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -99,8 +99,8 @@ systemd.exec5), receiving only the sockets configured through socket-activation from the host's namespace. In such a set-up communication within the host's network namespace is only permitted through the activation sockets passed in while all sockets allocated - from the service code itself will be associated with the service's own namespace, and thus possibly subject to a a - much more restrictive configuration. + from the service code itself will be associated with the service's own namespace, and thus possibly subject to a + restrictive configuration. diff --git a/src/partition/repart.c b/src/partition/repart.c index d0ee02067b3..589acaa49d7 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -4886,7 +4886,7 @@ static int run(int argc, char *argv[]) { if (!arg_node) return log_oom(); - /* Remember that the the device we are about to manipulate is actually the one we + /* Remember that the device we are about to manipulate is actually the one we * allocated here, and thus to increase its backing file we know what to do */ node_is_our_loop = true; }