summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
commitd09df6b94e0c4924ea7064c79ab0441f5aff469b (patch)
tree5c79a78b875e19a80bdf7f48585defb717e69c3e /man/systemd.service.xml
parenta98d69f0af505b4ccdd219f5d73dc72e9c063cc4 (diff)
downloadsystemd-d09df6b94e0c4924ea7064c79ab0441f5aff469b.tar.gz
tree-wide: fix typo
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r--man/systemd.service.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 641d6ac479..d44c48c7b1 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -519,7 +519,7 @@
<programlisting>ExecReload=kill -HUP $MAINPID</programlisting>
- <para>Note however that reloading a daemon by enqueing a signal (as with the example line above) is
+ <para>Note however that reloading a daemon by enqueuing a signal (as with the example line above) is
usually not a good choice, because this is an asynchronous operation and hence not suitable when
ordering reloads of multiple services against each other. It is thus strongly recommended to either
use <varname>Type=</varname><option>notify-reload</option> in place of