From: Ben Pfaff Date: Mon, 11 Jan 2010 19:13:49 +0000 (-0800) Subject: sflow: Improve documentation phrasing. X-Git-Tag: v0.99.1~1^2~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=295ba862fc72dbb597a21064af99fc63a1936282;p=sliver-openvswitch.git sflow: Improve documentation phrasing. Suggested by Justin Pettit. --- diff --git a/vswitchd/ovs-vswitchd.conf.5.in b/vswitchd/ovs-vswitchd.conf.5.in index b763305c7..bb27b0afc 100644 --- a/vswitchd/ovs-vswitchd.conf.5.in +++ b/vswitchd/ovs-vswitchd.conf.5.in @@ -470,7 +470,7 @@ used. .PP By default, 1 out of every 400 packets is sent to the configured sFlow collector. To override this, set \fBsflow.\fIbridge\fB.sampling\fR to -the number of switched packets out of which 1, on average, will be +the number of switched packets out of which one, on average, will be sent to the sFlow collector, e.g. a value of 1 sends every packet to the collector, a value of 2 sends 50% of the packets to the collector, and so on.