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 <b...@ovn.org> --- utilities/ovs-ofctl.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index b9d2aea..dc704b6 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -2370,7 +2370,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 -- 2.1.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev