diff --git a/man7/udp.7 b/man7/udp.7 index 9f6e0950f..1c46189ba 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -157,9 +157,11 @@ Defaults values for these three items are calculated at boot time from the amount of available memory. .TP .IR udp_rmem_min " (integer; default value: PAGE_SIZE; since Linux 2.6.25)" -Minimal size, in bites, of receive buffer used by UDP sockets in moderation. +Minimal size, in bytes, of receive buffers used by UDP sockets in moderation. Each UDP socket is able to use the size for receiving data, -even if total pages of UDP sockets exceed udp_mem pressure. +even if total pages of UDP sockets exceed +.I udp_mem +pressure. .TP .IR udp_wmem_min " (integer; default value: PAGE_SIZE; since Linux 2.6.25)" Minimal size, in bytes, of send buffer used by UDP sockets in moderation.