diff mbox series

[ovs-dev,1/5] dpctl.man: Correct argument to "dump-flows".

Message ID 1529002847-108864-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/5] dpctl.man: Correct argument to "dump-flows". | expand

Commit Message

Justin Pettit June 14, 2018, 7 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 lib/dpctl.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff June 14, 2018, 7:41 p.m. UTC | #1
On Thu, Jun 14, 2018 at 12:00:43PM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

For the series:
Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit June 15, 2018, 8:13 a.m. UTC | #2
> On Jun 14, 2018, at 9:41 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Thu, Jun 14, 2018 at 12:00:43PM -0700, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> For the series:
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks.  I pushed the series to master.  I also cherry-picked the first patch to branch-2.8 and branch-2.9, since it fixes documentation errors that far back.

--Justin
diff mbox series

Patch

diff --git a/lib/dpctl.man b/lib/dpctl.man
index 50623c4a91b0..3a1716fedb6c 100644
--- a/lib/dpctl.man
+++ b/lib/dpctl.man
@@ -119,7 +119,7 @@  flow. As an example, \fBfilter='tcp,tp_src=100'\fR will match the
 datapath flow containing '\fBtcp(src=80/0xff00,dst=8080/0xff)\fR'.
 .IP
 If \fBtype=\fItype\fR is specified, only displays flows of a specific type.
-\fItype\fR can be \fBoffloaded\fR to display only offloaded rules or \fBOVS\fR
+\fItype\fR can be \fBoffloaded\fR to display only offloaded rules or \fBovs\fR
 to display only non-offloaded rules.
 By default both offloaded and non-offloaded rules are displayed.
 .