From 964c4eda5b2c78428db0ad32fda068797db04208 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Sep 2018 12:40:35 +0200 Subject: man: also use "yes"/"no" rather than "true"/"false" in man pages We usually use yes/no in all our unit files, do the same in the man pages. Triggered by: https://github.com/systemd/systemd/pull/9824#issuecomment-420729987 --- man/systemd.socket.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'man/systemd.socket.xml') diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 4671c71bc8..72807be7b6 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -68,8 +68,8 @@ or it must be a template unit named the same way. Example: a socket file foo.socket needs a matching service foo.service if - is set. If - is set, a service template file + is set. If + is set, a service template file foo@.service must exist from which services are instantiated for each incoming connection. @@ -395,17 +395,17 @@ incoming traffic. Defaults to . For performance reasons, it is recommended to write new daemons only in a way that is suitable for - . A daemon listening on an + . A daemon listening on an AF_UNIX socket may, but does not need to, call close2 on the received socket before exiting. However, it must not unlink the socket from a file system. It should not invoke shutdown2 - on sockets it got with Accept=false, but it + on sockets it got with Accept=no, but it may do so for sockets it got with - Accept=true set. Setting - Accept=true is mostly useful to allow + Accept=yes set. Setting + Accept=yes is mostly useful to allow daemons designed for usage with inetd8 to work unmodified with systemd socket @@ -429,11 +429,11 @@ MaxConnections= The maximum number of connections to simultaneously run services instances for, when - is set. If more concurrent + is set. If more concurrent connections are coming in, they will be refused until at least one existing connection is terminated. This setting has no effect on sockets configured with - or datagram sockets. Defaults to + or datagram sockets. Defaults to 64. -- cgit v1.2.1