From 2638c6dc5c7bb7552111530bbed95022113fac57 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 24 Aug 2011 09:45:18 -0700 Subject: [PATCH] doc: Add spaces between commas to avoid overflowing line during formatting. This resolves a warning reported as "71: warning [p 11, 5.0i]: cannot adjust line" Reported-by: Simon Horman Found by lintian. --- utilities/ovs-ofctl.8.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 7ce1ea99..cddde1f5 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -769,10 +769,10 @@ 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 -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. +Example: \fBbundle_load(eth_src, 0, hrw, ofport, NXM_NX_REG0[], +slaves:4, 8)\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. .IP Refer to \fBnicira\-ext.h\fR for more details. .RE -- 2.30.2