ovs-ofctl: Fix manpage formatting typo.
authorBen Pfaff <blp@ovn.org>
Fri, 4 Dec 2015 07:00:32 +0000 (23:00 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 4 Dec 2015 17:01:51 +0000 (09:01 -0800)
Only the names of the fields were supposed to be bold here, but omitting
the "fR" from "\fR" made everything between the field names bold too,
which looked funny.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
utilities/ovs-ofctl.8.in

index 55cfb57..c37ced3 100644 (file)
@@ -2344,7 +2344,7 @@ the same way.)
 Conjunctive flows can be a useful building block for negation, that
 is, inequality matches like \fBtcp_src\fR \[!=] 80.  To implement an
 inequality match, convert it to a pair of range matches, e.g. 0 \[<=]
-\fBtcp_src\ < 80 and 80 < \fBtcp_src\fR \[<=] 65535, then convert each
+\fBtcp_src\fR < 80 and 80 < \fBtcp_src\fR \[<=] 65535, then convert each
 of the range matches into a collection of bitwise matches as explained
 above in the description of \fBtcp_src\fR.
 .IP \(bu