summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2012-07-16 09:37:40 -0700
committerGurucharan Shetty <gshetty@nicira.com>2012-07-16 09:51:40 -0700
commit5d03d2a76510db1d22779154904bc23d12b297e7 (patch)
treec1dd49790b5d26685b8e643653f638c570e4b83b
parent149ff68ac91fe4b398a691a92c07b7ba315f5275 (diff)
downloadopenvswitch-5d03d2a76510db1d22779154904bc23d12b297e7.tar.gz
ofproto: fix typo in documentation.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
-rw-r--r--ofproto/ofproto-unixctl.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/ofproto/ofproto-unixctl.man b/ofproto/ofproto-unixctl.man
index c66ea5040..3e36fe636 100644
--- a/ofproto/ofproto-unixctl.man
+++ b/ofproto/ofproto-unixctl.man
@@ -34,7 +34,7 @@ The second form specifies the packet's contents implicitly:
.IP "\fIflow\fR"
A flow in one of two forms: either the form printed by
\fBovs\-dpctl\fR(8)'s \fBdump\-flows\fR command, or in a format
-similar to that accepted by \Bovs\-ofctl\fR(8)'s \fBadd\-flow\fR
+similar to that accepted by \fBovs\-ofctl\fR(8)'s \fBadd\-flow\fR
command. This is not an OpenFlow flow: besides other differences, it
never contains wildcards. \fB\*(PN\fR generates an arbitrary packet
that has the specified \fIflow\fR.
@@ -54,7 +54,7 @@ The switch on which the packet arrived (one of those listed by
.IP "\fIflow\fR"
A flow in one of two forms: either the form printed by
\fBovs\-dpctl\fR(8)'s \fBdump\-flows\fR command, or in a format
-similar to that accepted by \Bovs\-ofctl\fR(8)'s \fBadd\-flow\fR
+similar to that accepted by \fBovs\-ofctl\fR(8)'s \fBadd\-flow\fR
command. This is not an OpenFlow flow: besides other differences, it
never contains wildcards.
.RE