Date: Sun, 19 Apr 2015 07:49:39 +0000 (UTC) From: Sergey Kandaurov <pluknet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r281730 - stable/10/share/man/man4 Message-ID: <201504190749.t3J7ndWv098215@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504190749.t3J7ndWv098215>