From: Ben Pfaff Date: Tue, 28 May 2013 16:15:00 +0000 (-0700) Subject: ovs-vswitchd: Fix typo in manpage. X-Git-Tag: v2.0~703 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=fb405080b6c0ca8359ae6de1e8f35cc2b4f68565;p=cascardo%2Fovs.git ovs-vswitchd: Fix typo in manpage. Reported-by: Justin Pettit Signed-off-by: Ben Pfaff --- diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in index 58b5b93f6..efa4c7e4f 100644 --- a/vswitchd/ovs-vswitchd.8.in +++ b/vswitchd/ovs-vswitchd.8.in @@ -226,7 +226,7 @@ documentation, both the amount of available buffering, and the length of time before buffers may be reused. . .PP -Open vSwitch maintain a separate set of 256 packet buffers for each +Open vSwitch maintains a separate set of 256 packet buffers for each OpenFlow connection. Any given packet buffer is preserved until it is referenced by an \fBOFPT_FLOW_MOD\fR or \fBOFPT_PACKET_OUT\fR request or for 5 seconds, whichever comes first.