summaryrefslogtreecommitdiff
path: root/man/sd_listen_fds.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-30 18:26:17 +0900
committerLuca Boccassi <luca.boccassi@gmail.com>2021-11-30 12:30:07 +0000
commita6f44d610c1b1064c95ad0fef59ebc093a2a401a (patch)
tree1d78de487237a3ba0bdcd29df52087274b7d0db7 /man/sd_listen_fds.xml
parentdc063e0978ed5deb534554a7aeb113295586059a (diff)
downloadsystemd-a6f44d610c1b1064c95ad0fef59ebc093a2a401a.tar.gz
tree-wide: fix typo
Diffstat (limited to 'man/sd_listen_fds.xml')
-rw-r--r--man/sd_listen_fds.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml
index a71c291adf..83d94c7903 100644
--- a/man/sd_listen_fds.xml
+++ b/man/sd_listen_fds.xml
@@ -55,7 +55,7 @@
to the processes themselves to close them after use or whether to leave them open until the process exits
(in which case the kernel closes them automatically). Note that the file descriptors received by daemons
are duplicates of the file descriptors the service manager originally allocated and bound and of which it
- continously keeps a copy (except if <varname>Accept=yes</varname> is used). This means any socket option
+ continuously keeps a copy (except if <varname>Accept=yes</varname> is used). This means any socket option
changes and other changes made to the sockets will visible to the service manager too. Most importanly
this means it's generally not a good idea to invoke <citerefentry
project='man-pages'><refentrytitle>shutdown</refentrytitle><manvolnum>2</manvolnum></citerefentry> on