From a0a81b579fdbee65fdb16209f9e2d14ef185e1b9 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 25 Jan 2017 20:28:06 -0800 Subject: 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 Acked-by: Daniele Di Proietto --- lib/meta-flow.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/meta-flow.xml') 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)
vlan_tci=0x5000/0xe000
- 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).
vlan_tci=0/0xefff
-- cgit v1.2.1