diff mbox

[ovs-dev] ovs-ofctl: Fix manpage formatting typo.

Message ID 1449212432-25041-1-git-send-email-blp@ovn.org
State Accepted
Headers show

Commit Message

Ben Pfaff Dec. 4, 2015, 7 a.m. UTC
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>
---
 utilities/ovs-ofctl.8.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Justin Pettit Dec. 4, 2015, 7:01 a.m. UTC | #1
Acked-by: Justin Pettit <jpettit@ovn.org>

--Justin


> On Dec 3, 2015, at 11:00 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> 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>
> ---
> 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
Ben Pfaff Dec. 4, 2015, 5:02 p.m. UTC | #2
Thanks, applied to master.

On Thu, Dec 03, 2015 at 11:01:30PM -0800, Justin Pettit wrote:
> Acked-by: Justin Pettit <jpettit@ovn.org>
> 
> --Justin
> 
> 
> > On Dec 3, 2015, at 11:00 PM, Ben Pfaff <blp@ovn.org> wrote:
> > 
> > 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>
> > ---
> > 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
>
diff mbox

Patch

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