summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2020-02-21 10:27:38 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-02-25 20:35:17 +0900
commit1ad448673ed3bfb0f989909485f01f485888d90d (patch)
tree366596bc99fcdcca2112a6a5c9e4683ed0932348
parenta63932778cafdf6cb2d6542d3ffa21b518abc148 (diff)
downloadsystemd-1ad448673ed3bfb0f989909485f01f485888d90d.tar.gz
man/systemd.unit: Add missing article to `Wants=` description
-rw-r--r--man/systemd.unit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index f9ef0987c9..64240208c2 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -598,7 +598,7 @@
<para>Units listed in this option will be started if the configuring unit is. However, if the listed
units fail to start or cannot be added to the transaction, this has no impact on the validity of the
transaction as a whole, and this unit will still be started. This is the recommended way to hook
- start-up of one unit to the start-up of another unit.</para>
+ the start-up of one unit to the start-up of another unit.</para>
<para>Note that requirement dependencies do not influence the order in which services are started or
stopped. This has to be configured independently with the <varname>After=</varname> or