ofproto: fix typo in documentation.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 16 Jul 2012 16:37:40 +0000 (09:37 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 16 Jul 2012 16:51:40 +0000 (09:51 -0700)
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
ofproto/ofproto-unixctl.man

index c66ea50406680ccc61748374d60d27b4c36b1f2e..3e36fe6362db14fa90fad4b6bc6feba08567ee5f 100644 (file)
@@ -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