icmp.7: minor: Fix kernel version number for /proc files

s/2.4.10/2.4.9/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-24 15:17:10 -05:00
parent 9cb9dcc918
commit 35300c3d15
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ cleared after a burst.
A jiffy is a system dependent unit, usually 10ms on i386 and
about 1ms on alpha and ia64.
.TP
.IR icmp_destunreach_rate " (Linux 2.2 to 2.4.10)"
.IR icmp_destunreach_rate " (Linux 2.2 to 2.4.9)"
.\" Precisely: from 2.1.102
Maximum rate to send ICMP Destination Unreachable packets.
This limits the rate at which packets are sent to any individual
@ -68,7 +68,7 @@ If this value is non-zero, Linux will ignore all
.B ICMP_ECHO
packets sent to broadcast addresses.
.TP
.IR icmp_echoreply_rate " (Linux 2.2 to 2.4.10)"
.IR icmp_echoreply_rate " (Linux 2.2 to 2.4.9)"
.\" Precisely: from 2.1.102
Maximum rate for sending
.B ICMP_ECHOREPLY
@ -99,7 +99,7 @@ Such violations are normally logged via a kernel warning.
If this parameter is enabled, the kernel will not give such warnings,
which will avoid log file clutter.
.TP
.IR icmp_paramprob_rate " (Linux 2.2 to 2.4.10)"
.IR icmp_paramprob_rate " (Linux 2.2 to 2.4.9)"
.\" Precisely: from 2.1.102
Maximum rate for sending
.B ICMP_PARAMETERPROB
@ -146,7 +146,7 @@ I Address Mask Reply
The bits marked with an asterisk are rate limited by default
(see the default mask above).
.TP
.IR icmp_timeexceed_rate " (Linux 2.2 to 2.4.10)"
.IR icmp_timeexceed_rate " (Linux 2.2 to 2.4.9)"
Maximum rate for sending
.B ICMP_TIME_EXCEEDED
packets.