In the net section, 'rexmits' name is still used. Change it to 'retrnsmt' to match the modern kernel and fix the column order in /proc/net/udp. --- man5/proc.5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index c6684620e..cb9960c4b 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -3957,7 +3957,7 @@ the "local_address" is the local address and protocol number pair. the internal status of the socket. The "tx_queue" and "rx_queue" are the outgoing and incoming data queue in terms of kernel memory usage. -The "tr", "tm\->when", and "rexmits" fields are not used by RAW. +The "tr", "tm\->when", and "retrnsmt" fields are not used by RAW. The "uid" field holds the effective UID of the creator of the socket. .\" .TP @@ -3981,7 +3981,7 @@ The "rem_address" is the remote address and port number pair \&"St" is the internal status of the socket. The "tx_queue" and "rx_queue" are the outgoing and incoming data queue in terms of kernel memory usage. -The "tr", "tm\->when", and "rexmits" fields hold internal information of +The "tr", "tm\->when", and "retrnsmt" fields hold internal information of the kernel socket state and are useful only for debugging. The "uid" field holds the effective UID of the creator of the socket. @@ -3997,16 +3997,16 @@ The "rem_address" is the remote address and port number pair "St" is the internal status of the socket. The "tx_queue" and "rx_queue" are the outgoing and incoming data queue in terms of kernel memory usage. -The "tr", "tm\->when", and "rexmits" fields +The "tr", "tm\->when", and "retrnsmt" fields are not used by UDP. The "uid" field holds the effective UID of the creator of the socket. The format is: .IP .EX -sl local_address rem_address st tx_queue rx_queue tr rexmits tm\->when uid +sl local_address rem_address st tx_queue rx_queue tr tm\->when retrnsmt uid 1: 01642C89:0201 0C642C89:03FF 01 00000000:00000001 01:000071BA 00000000 0 - 1: 00000000:0801 00000000:0000 0A 00000000:00000000 00:00000000 6F000100 0 + 1: 00000000:0801 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 1: 00000000:0201 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 .EE .TP -- 2.25.1