diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 3531ffaa175..8dc7641dde8 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -460,14 +460,10 @@
MaxConnections=
- The maximum number of connections to
- simultaneously run services instances for, when
- 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
- 64.
+ The maximum number of connections to simultaneously run services instances for, when
+ 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 64.
@@ -475,7 +471,7 @@
The maximum number of connections for a service per source IP address (in case of
IPv4/IPv6), per source CID (in case of AF_VSOCK), or source UID (in case of
AF_UNIX). This is very similar to the MaxConnections=
- directive above. Disabled by default.
+ directive above. Defaults to 0, i.e. disabled.