diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-05-16 16:51:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-05-16 16:51:56 +0200 |
commit | 851fafe587087a52a556aea020546e1d229ff3b0 (patch) | |
tree | cfd6d0fbc6bae01947b88bdbcda2e08ddb3a1bef | |
parent | 446883528524429283626208928b51f49f28f810 (diff) |
man: fix some minor language typos
-rw-r--r-- | man/systemd.service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 364ad7d0c8..74d974e6e9 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -529,9 +529,9 @@ ExecStart=/bin/echo $ONE $TWO ${TWO}</programlisting> services against each other. It is strongly recommended to set <varname>ExecReload=</varname> to a - command that no only triggers a + command that not only triggers a configuration reload of the daemon, - but also synchronously waits for it + but also synchronously waits for it to complete.</para> </listitem> </varlistentry> |