diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-20 12:27:29 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-24 12:54:03 +0200 |
commit | 32d2e70ae48e11f80a4f9f59dbf23e124342fd6a (patch) | |
tree | cae94e908507509fc64dd462d341d47636c909fb | |
parent | systemctl,manager: refuse linking unit files underneath the search paths (diff) | |
download | systemd-32d2e70ae48e11f80a4f9f59dbf23e124342fd6a.tar.xz systemd-32d2e70ae48e11f80a4f9f59dbf23e124342fd6a.zip |
man: fix count mismatch
We said "search path" and "search paths" in the same sentence…
-rw-r--r-- | man/systemctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 6dbf5f566d..4d4f6c3992 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -986,7 +986,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err <term><command>link <replaceable>PATH</replaceable>…</command></term> <listitem> - <para>Link a unit file that is not in the unit file search paths into the unit file search path. This + <para>Link a unit file that is not in the unit file search path into the unit file search path. This command expects an absolute path to a unit file. The effect of this may be undone with <command>disable</command>. The effect of this command is that a unit file is made available for commands such as <command>start</command>, even though it is not installed directly in the unit search path. The |