This escapes the arguments to the bundle_load() example
in the same way that the description above is escaped.

This resolves a warning reported as
"71: warning [p 11, 5.0i]: cannot adjust line"

Reported by lintian
---
 utilities/ovs-ofctl.8.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index c59bca9..b91a35c 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -756,7 +756,7 @@ of outputting to the selected slave, it writes its 
selection to
 \fIdst\fB[\fIstart\fB..\fIend\fB]\fR, which must be an NXM field as described
 above.
 .IP
-Example: \fBbundle_load(eth_src,0,hrw,ofport,NXM_NX_REG0[],slaves:4,8)\fR uses
+Example: \fBbundle_load(\fIeth_src\fB, \fI0\fB, \fIhrw\fB, \fIofport\fB, 
\fINXM_NX_REG0[]\fB, \fIslaves:4\fB, \fI8\fB)\fR uses
 an Ethernet source hash with basis 0, to select between OpenFlow ports 4 and 8
 using the Highest Random Weight algorithm, and writes the selection to
 \fBNXM_NX_REG0[]\fR.
-- 
1.7.5.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to