summaryrefslogtreecommitdiff
path: root/man/systemd.socket.xml
diff options
context:
space:
mode:
authorRenaud Métrich <rmetrich@redhat.com>2020-09-18 08:58:52 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-18 12:57:27 +0200
commit1bdecfb8e779d945aa995be866b358a694fd7460 (patch)
tree56032f0e3515df39a568a2beea6fa3116e55b7f6 /man/systemd.socket.xml
parent437d6de1fec30aa2723b72783fbdf6ac384a0dc0 (diff)
downloadsystemd-1bdecfb8e779d945aa995be866b358a694fd7460.tar.gz
socket: unified documentation for Accept to use 'yes/no' everywhere
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r--man/systemd.socket.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 733977b88d..ba0ad1d36e 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -389,14 +389,14 @@
<varlistentry>
<term><varname>Accept=</varname></term>
- <listitem><para>Takes a boolean argument. If true, a service
+ <listitem><para>Takes a boolean argument. If yes, a service
instance is spawned for each incoming connection and only the
- connection socket is passed to it. If false, all listening
+ connection socket is passed to it. If no, all listening
sockets themselves are passed to the started service unit, and
only one service unit is spawned for all connections (also see
above). This value is ignored for datagram sockets and FIFOs
where a single service unit unconditionally handles all
- incoming traffic. Defaults to <option>false</option>. For
+ incoming traffic. Defaults to <option>no</option>. For
performance reasons, it is recommended to write new daemons
only in a way that is suitable for
<option>Accept=no</option>. A daemon listening on an
@@ -632,7 +632,7 @@
the value of the <varname>SELinuxContext=</varname> option.
This configuration option only affects sockets with
<varname>Accept=</varname> mode set to
- <literal>true</literal>. Also note that this option is useful
+ <literal>yes</literal>. Also note that this option is useful
only when MLS/MCS SELinux policy is deployed. Defaults to
<literal>false</literal>. </para></listitem>
</varlistentry>