From fb405080b6c0ca8359ae6de1e8f35cc2b4f68565 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 28 May 2013 09:15:00 -0700 Subject: [PATCH] ovs-vswitchd: Fix typo in manpage. Reported-by: Justin Pettit Signed-off-by: Ben Pfaff --- 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 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. -- 2.47.0