diff --git a/man/systemd-socket-proxyd.xml b/man/systemd-socket-proxyd.xml index d48dbc02b6..1869465a3b 100644 --- a/man/systemd-socket-proxyd.xml +++ b/man/systemd-socket-proxyd.xml @@ -52,7 +52,7 @@ socat1. The main differences for systemd-socket-proxyd are support for socket activation with - Accept=false and an event-driven + Accept=no and an event-driven design that scales better with the number of connections. diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 380d0088ce..971d81aa42 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -1470,10 +1470,10 @@ Name=ipip-tun Kind=ipip [Tunnel] -Independent=true +Independent=yes Local=10.65.208.212 Remote=10.65.208.211 -FooOverUDP=true +FooOverUDP=yes FOUDestinationPort=5555 @@ -1484,8 +1484,8 @@ Name=tap-test Kind=tap [Tap] -MultiQueue=true -PacketInfo=true +MultiQueue=yes +PacketInfo=yes /etc/systemd/network/25-sit.netdev diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 500467b67e..def6ad2315 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -666,7 +666,7 @@ An IPv6 address, for which Neighbour Advertisement messages will be proxied. This option may be specified more than once. systemd-networkd will add the entries to the kernel's IPv6 neighbor proxy table. - This option implies but has no effect if + This option implies but has no effect if has been set to false. Defaults to unset. diff --git a/man/systemd.offline-updates.xml b/man/systemd.offline-updates.xml index 113d74a220..13fdfc28de 100644 --- a/man/systemd.offline-updates.xml +++ b/man/systemd.offline-updates.xml @@ -134,7 +134,7 @@ - The update service should declare DefaultDependencies=false, + The update service should declare DefaultDependencies=no, Requires=sysinit.target, After=sysinit.target, After=system-update-pre.target and explicitly pull in any other services it requires. diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 6d5778aa72..08ae2d049a 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -465,7 +465,7 @@ control group attribute, see cgroup-v2.txt. - Implies IOAccounting=true. + Implies IOAccounting=yes. These settings are supported only if the unified control group hierarchy is used. @@ -760,7 +760,7 @@ the startup phase. Using StartupCPUShares= allows prioritizing specific services at boot-up differently than during normal runtime. - Implies CPUAccounting=true. + Implies CPUAccounting=yes. These settings are deprecated. Use CPUWeight= and StartupCPUWeight= instead. @@ -781,7 +781,7 @@ attribute, see memory.txt. - Implies MemoryAccounting=true. + Implies MemoryAccounting=yes. This setting is deprecated. Use MemoryMax= instead. @@ -822,7 +822,7 @@ boot-up differently than during runtime. Implies - BlockIOAccounting=true. + BlockIOAccounting=yes. These settings are deprecated. Use IOWeight= and StartupIOWeight= instead. @@ -844,7 +844,7 @@ url="https://www.kernel.org/doc/Documentation/cgroup-v1/blkio-controller.txt">blkio-controller.txt. Implies - BlockIOAccounting=true. + BlockIOAccounting=yes. This setting is deprecated. Use IODeviceWeight= instead. @@ -869,7 +869,7 @@ Implies - BlockIOAccounting=true. + BlockIOAccounting=yes. These settings are deprecated. Use IOReadBandwidthMax= and IOWriteBandwidthMax= instead. 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. diff --git a/man/systemd.xml b/man/systemd.xml index f12956a8a5..3e464b55dd 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -1080,7 +1080,7 @@ quiet Turn off status output at boot, much like - systemd.show_status=false would. Note that + systemd.show_status=no would. Note that this option is also read by the kernel itself and disables kernel log output. Passing this option hence turns off the usual output from both the system manager and the kernel.