diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-09-07 15:16:35 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-09-21 22:57:26 +0200 |
commit | 9a25d7552094a0233ea4745ac127926887bbd906 (patch) | |
tree | 14cc9697f9e11ecad5690273823f8b04b9a59898 | |
parent | be3be29347817b5f8dfd4f6741a49b07acf630ea (diff) | |
download | systemd-9a25d7552094a0233ea4745ac127926887bbd906.tar.gz |
man: remove repeated words
https://github.com/systemd/systemd/commit/b5328434c91b10ad49647e2352e62b1fbdce329d#commitcomment-34989175
(cherry picked from commit ff7cfff0c446ce8ba901f8fc531171fb727a9a5d)
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index acb09d005d..d812108d3c 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -163,7 +163,7 @@ <varname>Wants=</varname>, see below. The preferred way to create symlinks in the <filename>.wants/</filename> or <filename>.requires/</filename> directory of a unit file is by embedding the dependency in [Install] section of the target unit, and creating the symlink in the file system with - the with the <command>enable</command> or <command>preset</command> commands of + the <command>enable</command> or <command>preset</command> commands of <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para> <para>Along with a unit file <filename>foo.service</filename>, a "drop-in" directory |