On Fri, May 24, 2013 at 06:51:20PM -0700, Justin Pettit wrote:
> On May 23, 2013, at 3:51 PM, Ben Pfaff <b...@nicira.com> wrote:
> 
> > +Open vSwitch maintain a separate set of 256 packet buffers for each
> 
> I know you pushed it, but it should be "maintains".

OK, I pushed a fix as follows.

--8<--------------------------cut here-------------------------->8--

From: Ben Pfaff <b...@nicira.com>
Date: Tue, 28 May 2013 09:15:00 -0700
Subject: [PATCH] ovs-vswitchd: Fix typo in manpage.

Reported-by: Justin Pettit <jpet...@nicira.com>
Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 vswitchd/ovs-vswitchd.8.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in
index 58b5b93..efa4c7e 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.
-- 
1.7.10.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to