Fixes manpage-check warnings on FreeBSD 11.2:

lib/ovs-actions.7:1389: warning: invalid input character code 128
lib/ovs-actions.7:1389: warning: invalid input character code 128
lib/ovs-actions.7:1389: warning: can't find character with input code 144

Fixes: be51cd417343 ("ovs-actions: New document describing OVS actions in 
detail.")
Signed-off-by: Ilya Maximets <[email protected]>
---
 lib/ovs-actions.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ovs-actions.xml b/lib/ovs-actions.xml
index f285d2607..fec0b95fe 100644
--- a/lib/ovs-actions.xml
+++ b/lib/ovs-actions.xml
@@ -2419,11 +2419,11 @@ table=1,in_port=2,ip,ct_state=+trk+est,action=1
         <dt><code>symmetric_l4</code></dt>
         <dd>
           Hashes Ethernet source, destination, and type, VLAN ID, IPv4/IPv6
-          source, destination, and proto‐ col, and TCP or SCTP (but not UDP)
+          source, destination, and protocol, and TCP or SCTP (but not UDP)
           ports.  The hash is computed so that pairs of corresponding flows in
           each direction hash to the same value, in environments where L2 paths
           are the same in each direction.  UDP ports are not included in the
-          hash to support protocols such as VXLAN that use asym‐ metric ports
+          hash to support protocols such as VXLAN that use asymmetric ports
           in each direction.
         </dd>
 
-- 
2.17.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to