Blame SOURCES/net-tools-timer-man.patch

648959
diff --git a/man/en_US/netstat.8.old b/man/en_US/netstat.8
648959
index f22c2c5..d78a54a 100644
648959
--- a/man/en_US/netstat.8.old
648959
+++ b/man/en_US/netstat.8
648959
@@ -311,7 +311,37 @@ causes this column to be included.  You will also need
648959
 privileges to see this information on sockets you don't own.  This
648959
 identification information is not yet available for IPX sockets.
648959
 .SS "Timer"
648959
-(this needs to be written)
648959
+TCP timer associated with this socket. The format is timer(a/b/c). The timer is one of the following values:
648959
+.TP
648959
+.I
648959
+off
648959
+There is no timer set for this socket.
648959
+.TP
648959
+.I
648959
+on
648959
+The retransmission timer is active for the socket.
648959
+.TP
648959
+.I
648959
+keepalive
648959
+The keepalive timer is active for the socket.
648959
+.TP
648959
+.I
648959
+timewait
648959
+The connection is closing and the timewait timer is active for the socket.
648959
+.P
648959
+The values in the brackets:
648959
+.TP
648959
+.I
648959
+a
648959
+Timer value.
648959
+.TP
648959
+.I
648959
+b
648959
+Number of retransmissions sent.
648959
+.TP
648959
+.I
648959
+c
648959
+Number of keepalives sent.
648959
 .P
648959
 .SS Active UNIX domain Sockets
648959
 .SS "Proto"