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

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