summaryrefslogtreecommitdiff
path: root/lib/meta-flow.xml
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-01-25 20:28:06 -0800
committerBen Pfaff <blp@ovn.org>2017-01-25 20:30:00 -0800
commita0a81b579fdbee65fdb16209f9e2d14ef185e1b9 (patch)
treeeb1d72da41f135eab9049300614e9a0629fa6798 /lib/meta-flow.xml
parent213615b3cd1cf823d71e12e565c639c96f4213fb (diff)
downloadopenvswitch-a0a81b579fdbee65fdb16209f9e2d14ef185e1b9.tar.gz
ovs-fields: Eliminate non-ASCII characters from groff input.
It's difficult to make groff portably accept non-ASCII characters. It's easier to replace them by groff escapes for the same characters, which this commit does. Fixes: 96fee5e0a2a0 ("ovs-fields: New manpage to document Open vSwitch and OpenFlow fields.") Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
Diffstat (limited to 'lib/meta-flow.xml')
-rw-r--r--lib/meta-flow.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/meta-flow.xml b/lib/meta-flow.xml
index 186a8db8c..3db0f825e 100644
--- a/lib/meta-flow.xml
+++ b/lib/meta-flow.xml
@@ -3102,8 +3102,7 @@ actions=clone(load:0->NXM_OF_IN_PORT[],output:123)
<dt><code>vlan_tci=0x5000/0xe000</code></dt>
<dd>
- Match packets with no 802.1Q header or tagged with prior‐
- ity 2 (in any VLAN).
+ Match packets with no 802.1Q header or tagged with priority 2 (in any VLAN).
</dd>
<dt><code>vlan_tci=0/0xefff</code></dt>