svn commit: r281730 - stable/10/share/man/man4
Sergey Kandaurov
pluknet at FreeBSD.org
Sun Apr 19 07:49:40 UTC 2015
Author: pluknet
Date: Sun Apr 19 07:49:39 2015
New Revision: 281730
URL: https://svnweb.freebsd.org/changeset/base/281730
Log:
MFC r280688 (by ru):
Corrected descriptions of net.inet.icmp.icmplim and icmplim_output.
Modified:
stable/10/share/man/man4/icmp.4
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/man/man4/icmp.4
==============================================================================
--- stable/10/share/man/man4/icmp.4 Sun Apr 19 07:46:32 2015 (r281729)
+++ stable/10/share/man/man4/icmp.4 Sun Apr 19 07:49:39 2015 (r281730)
@@ -32,7 +32,7 @@
.\" @(#)icmp.4 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd September 30, 2014
+.Dd March 26, 2015
.Dt ICMP 4
.Os
.Sh NAME
@@ -181,13 +181,11 @@ Defaults to 0.
.It Va icmplim
.Pq Vt integer
Bandwidth limit for ICMP replies in packets/second.
-Used when
-.Va icmplim_output
-is non-zero.
+If set to zero, no limiting will occur.
Defaults to 200.
.It Va icmplim_output
.Pq Vt boolean
-Enable/disable bandwidth limiting of ICMP replies.
+Enable/disable logging of ICMP replies bandwidth limiting.
Defaults to true.
.It Va drop_redirect
.Pq Vt boolean
More information about the svn-src-stable
mailing list